0.1.2 • Published 8 years ago

wordnet-verbsentencemap v0.1.2

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

wordnet-verbsentencemap

NPM

Get verb usage sentence list of WordNet as map. Contains sentences illustrating the use of specific senses of some verbs.

const verbSentenceMap = require('wordnet-verbsentencemap');
// verbSentenceMap [Map]

verbSentenceMap.get(110);
// 'They %s in the city'
verbSentenceMap.get(2);
// 'The banks %s the check'
verbSentenceMap.get(99);
// 'These balls %s easily'
0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago