nlp - What is pos of `r` or `s` in Wordnet via NLTK -
i accessing wordnet via nltk. if word big, find unknown parts of speech s or r. docs "a synset identified 3-part name of form: word.pos.nn." wordnet not seem mention part of speech shortened s or r. these synsets?
$wordnet.synsets('big') [synset('large.a.01'), synset('big.s.02'), synset('bad.s.02'), synset('big.s.04'), synset('big.s.05'), synset('big.s.06'), synset('boastful.s.01'), synset('big.s.08'), synset('adult.s.01'), synset('big.s.10'), synset('big.s.11'), synset('big.s.12'), synset('big.s.13'), synset('big.r.01'), synset('boastfully.r.01'), synset('big.r.03'), synset('big.r.04')]
s = adjective satellite r = adverb
Comments
Post a Comment