Get senses of all matches in WordNet index.
const findAll = require('wordnet.index-findall');
// findAll(<name>, [type begin=0], [type end], [begin=0], [end], [target=new Set()])
// this: WordNet index object
// -> Set {<sense>...}
This package has been deprecated
Author message:
Please use [wordnet.index].
Get senses of all matches in WordNet index.
const findAll = require('wordnet.index-findall');
// findAll(<name>, [type begin=0], [type end], [begin=0], [end], [target=new Set()])
// this: WordNet index object
// -> Set {<sense>...}
npm i wordnet.index-findall
2
0.1.1
MIT
1.29 kB
3