0.1.2 • Published 6 years ago

wordnetdictionary-poschar v0.1.2

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

wordnetdictionary-poschar

NPM

Get part of speech character of sense/synset from WordNet dictionary.

const posChar = require('wordnetdictionary-poschar');
// posChar(<sense/synset>)

// dictionary = <WordNet dictionary object>
// sense = <WordNet dictionary sense>
// synset = <WordNet dictionary synset>
dictionary.posChar(sense);
// <part of speech character of sense>
dictionary.posChar(synset);
// <part of speech character of synset>
0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago