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.
const ENGLISH = require('extra-wordnet.english');
// -> {
// table: {name, type, synset, pointers, frames},
// blob: {senses, pointers, frames}
// }
Method | Action |
---|---|
DATA | Data describing all parts-of-speech in English WordNet for use with WordNet container. |
ADJECTIVES | Adjective data of English WordNet as Map. |
ADJECTIVE_WORDS | Adjective words of English WordNet as Array. |
ADJECTIVE_EXCEPTIONS | Adjective exceptions of English WordNet as Map. |
ADVERBS | Adverb data of English WordNet as Map. |
ADVERB_WORDS | Adverb words of English WordNet as Array. |
ADVERB_EXCEPTIONS | Adverb exceptions of English WordNet as Map. |
NOUNS | Noun data of English WordNet as Map. |
NOUN_WORDS | Noun words of English WordNet as Array. |
NOUN_EXCEPTIONS | Noun exceptions of English WordNet as Map. |
VERBS | Verb data of English WordNet as Map. |
VERB_WORDS | Verb words of English WordNet as Array. |
VERB_EXCEPTIONS | Verb exceptions of English WordNet as Map. |
VERB_SENTENCES | Verb usage sentence list of English WordNet as Map. |
VERB_FRAMES | Verb frames text of English WordNet as Array (from number). |
- Princeton University "About WordNet." WordNet. Princeton University. 2010.
Browserified, minified version of this package is extra-wordnet.english.min.