That make sense. Thank you. Dan
On Jun 10, 2015, at 3:51 PM, Aliaksandr Autayeu wrote: > Most likely not. It looks like the first option refers to PennTreeBank tags > (nouns - N-N, N-NS, etc, verbs - V-B, V-BD, etc, adjectives - J-J, J-JR, > J-JS, adverbs - R-B, etc) and the second option refers to WordNet "nvar" > tags - n-oun, v-erb, a-djective, adve-r-b. It's a bit strange to see two > type of tags together, but it does not seem too random :) This line from > "main" confirms the first guess: > > dict.getLemmas(word,"NN") > > Aliaksandr > >>