nltk / wordnet

Stand-alone WordNet API
Other
48 stars 15 forks source link

Lemmatize of "According" and "accord" #32

Open nakulstar95 opened 10 months ago

nakulstar95 commented 10 months ago

wordnet_lemmatizer.lemmatize("According",pos='v') 'According' wordnet_lemmatizer.lemmatize("according",pos='v') 'accord'

this looks wrong