wordnet-posnumberconstants
v0.1.1
Published
Get part of speech numbers of WordNet as constants (of name).
Downloads
4
Readme
wordnet-posnumberconstants
Get part of speech numbers of WordNet as constants (of name).
const posNumberConstants = require('wordnet-posnumberconstants');
// posNumberConstants.<CONSTANT_NAME>
posNumberConstants.NOUN;
// 1
posNumberConstants.VERB;
// 2
posNumberConstants.ADJECTIVE_SATELLITE;
// 5