wordnet.lextype-tolexid
Get lex id of WordNet from lex type.
Use wordnet.lextype, if lex type is needed.
const toLexId = require('wordnet.lextype-tolexid');
// toLexId(<lex_type>)
toLexId(4167);
// 7
Get lex id of WordNet from lex type.
Use wordnet.lextype, if lex type is needed.
const toLexId = require('wordnet.lextype-tolexid');
// toLexId(<lex_type>)
toLexId(4167);
// 7
npm i wordnet.lextype-tolexid
2
0.1.2
MIT