0.1.2 • Published 6 years ago

wordnet-verbsentencemap v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

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