1.0.5 • Published 4 years ago

@extra-wordnet.english/adjectives v1.0.5

Weekly downloads
46
License
MIT
Repository
github
Last release
4 years ago

Adjective data of English WordNet as Map.

Formats: default, min, nogloss, nogloss.min. This is part of package extra-wordnet.english.

const ADJECTIVES = require('@extra-wordnet.english/adjectives');
// Map {synset_offset => {lex_filenum, ss_type, w_cnt, words, p_cnt, pointers, gloss}}
// {words: {word, lex_id}}
// {pointers: {pointer_symbol, synset_offset, pos, source, target}}

ADJECTIVES.get(1740);
// { lex_filenum: 0,
//   ss_type: 'a',
//   w_cnt: 1,
//   words: [ { word: 'able', lex_id: 0 } ],
//   p_cnt: 5,
//   pointers:
//    [ { pointer_symbol: '=',
//        synset_offset: 5207437,
//        pos: 'n',
//        source: 0,
//        target: 0 },
//      { pointer_symbol: '=',
//        synset_offset: 5624029,
//        pos: 'n',
//        source: 0,
//        target: 0 },
//      { pointer_symbol: '+',
//        synset_offset: 5624029,
//        pos: 'n',
//        source: 1,
//        target: 1 },
//      { pointer_symbol: '+',
//        synset_offset: 5207437,
//        pos: 'n',
//        source: 1,
//        target: 1 },
//      { pointer_symbol: '!',
//        synset_offset: 2098,
//        pos: 'a',
//        source: 1,
//        target: 1 } ],
//   gloss: '(usually followed by `to\') having the necessary means or skill or know-how or authority to do something; "able to swim"; "she was able to program her computer"; "we were at last able to buy a car"; "able to get a grant for the project"' }

ADJECTIVES.get(2098);
// { lex_filenum: 0,
//   ss_type: 'a',
//   w_cnt: 1,
//   words: [ { word: 'unable', lex_id: 0 } ],
//   p_cnt: 2,
//   pointers:
//    [ { pointer_symbol: '=',
//        synset_offset: 5207437,
//        pos: 'n',
//        source: 0,
//        target: 0 },
//      { pointer_symbol: '!',
//        synset_offset: 1740,
//        pos: 'a',
//        source: 1,
//        target: 1 } ],
//   gloss: '(usually followed by `to\') not having the necessary means or skill or know-how; "unable to get to town without a car"; "unable to obtain funds"' }

ADJECTIVES.get(3167317);
// { lex_filenum: 44,
//   ss_type: 'a',
//   w_cnt: 1,
//   words: [ { word: 'unsaponified', lex_id: 0 } ],
//   p_cnt: 2,
//   pointers:
//    [ { pointer_symbol: '!',
//        synset_offset: 3167204,
//        pos: 'a',
//        source: 1,
//        target: 1 },
//      { pointer_symbol: '<',
//        synset_offset: 539651,
//        pos: 'v',
//        source: 1,
//        target: 1 } ],
//   gloss: 'not converted into soap; "unsaponified fat"' }

references

  • Princeton University "About WordNet." WordNet. Princeton University. 2010.
1.0.2

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.55

4 years ago

0.0.52

4 years ago

0.0.53

4 years ago

0.0.54

4 years ago

0.0.51

4 years ago

0.0.50

4 years ago

0.0.48

4 years ago

0.0.49

4 years ago

0.0.47

4 years ago

0.0.45

4 years ago

0.0.46

4 years ago

0.0.44

4 years ago

0.0.43

4 years ago

0.0.42

4 years ago

0.0.41

4 years ago

0.0.40

4 years ago

0.0.39

4 years ago

0.0.38

4 years ago

0.0.35

4 years ago

0.0.36

4 years ago

0.0.37

4 years ago

0.0.33

4 years ago

0.0.34

4 years ago

0.0.31

4 years ago

0.0.30

4 years ago

0.0.29

4 years ago

0.0.24

4 years ago

0.0.25

4 years ago

0.0.27

4 years ago

0.0.28

4 years ago

0.0.23

4 years ago

0.0.21

4 years ago

0.0.22

4 years ago

0.0.20

4 years ago

0.0.17

4 years ago

0.0.18

4 years ago

0.0.13

4 years ago

0.0.16

4 years ago

0.0.12

4 years ago