README
wordnet.table-add
Add sense in WordNet table.
const add = require('wordnet.table-add');
// add(<name>, <type>, <synset>, [pointers=0], [frames=0])
// this: WordNet table object
// -> <index>
Add sense in WordNet table.
<script type="module">
import wordnetTableAdd from 'https://cdn.skypack.dev/wordnet.table-add';
</script>
Add sense in WordNet table.
const add = require('wordnet.table-add');
// add(<name>, <type>, <synset>, [pointers=0], [frames=0])
// this: WordNet table object
// -> <index>