1.0.5 • Published 5 years ago

extra-wordnet.english.min v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

WordNet® is a large lexical database of English. This package includes data describing all parts-of-speech, for use with WordNet container.

Refer to WordNet container for usage examples. All data has been transformed from WordNet 3.1. This is browserified, minified version of extra-wordnet.english. It is exported as global variable wordnet_english. CDN: unpkg, jsDelivr.

const ENGLISH = require('extra-wordnet.english');
// -> {
//   table: {name, type, synset, pointers, frames},
//   blob: {senses, pointers, frames}
// }

reference

MethodAction
DATAData describing all parts-of-speech in English WordNet for use with WordNet container.
ADJECTIVESAdjective data of English WordNet as Map.
ADJECTIVE_WORDSAdjective words of English WordNet as Array.
ADJECTIVE_EXCEPTIONSAdjective exceptions of English WordNet as Map.
ADVERBSAdverb data of English WordNet as Map.
ADVERB_WORDSAdverb words of English WordNet as Array.
ADVERB_EXCEPTIONSAdverb exceptions of English WordNet as Map.
NOUNSNoun data of English WordNet as Map.
NOUN_WORDSNoun words of English WordNet as Array.
NOUN_EXCEPTIONSNoun exceptions of English WordNet as Map.
VERBSVerb data of English WordNet as Map.
VERB_WORDSVerb words of English WordNet as Array.
VERB_EXCEPTIONSVerb exceptions of English WordNet as Map.
VERB_SENTENCESVerb usage sentence list of English WordNet as Map.
VERB_FRAMESVerb frames text of English WordNet as Array (from number).

references

  • Princeton University "About WordNet." WordNet. Princeton University. 2010.

nodef