Skip to content

NOUN_WORDS

Subhajit Sahu edited this page Feb 26, 2020 · 1 revision

Noun words of English WordNet as Array.

Formats: default, min.

const NOUN_WORDS = require('@extra-wordnet.english/noun-words');
// [word]

NOUN_WORDS[0];
// '\'hood'

NOUN_WORDS[1];
// '\'s_Gravenhage'

NOUN_WORDS[119187];
// 'zymurgy'

references

  • Princeton University "About WordNet." WordNet. Princeton University. 2010.
Clone this wiki locally