wordnet
wordnet copied to clipboard
Stand-alone WordNet API
>>> wordnet_lemmatizer.lemmatize("According",pos='v') 'According' >>> wordnet_lemmatizer.lemmatize("according",pos='v') 'accord' this looks wrong
While the NLTK project is under Apache license there's no specific license information for individual dataset under NLTK (http://www.nltk.org/nltk_data/) such as WordNet, can you please add a license for WordNet...
Hi I am trying to use Wordnet for Finnish, but it looks like there is no Finnish data downloaded with the package. This code produces an error below. ``` from...
Hello, **Scenario**: develop a custom transformer that work under Sklearn framework. This transformer is required to be dumped in/out by Sklearn framework. This transformer have a reference to an inverted...
Calling `WordNet.words()` without an argument raises an error (although not the one expected; see #22): ```python-console >>> import wn >>> w = wn.WordNet() >>> next(w.words()) Traceback (most recent call last):...
Somehow looking up the synsets for a word changes the underlying dictionary while iterating over it. ```python-console >>> import wn >>> w = wn.WordNet() >>> for word in w.words(lang='eng'): ......
Cf https://github.com/nltk/nltk/issues/2421 I propose that we add a `stem=False` flag to `wn.synsets()`. It means that default behaviour for English will change, but I see no other option, given that stemming...
C.f. https://github.com/nltk/nltk/issues/2423
FinnWordNet has been incorporated into OMW of course, but firstly it's and old version, and secondly FinnWordNet is actually aligned with PWN at the lemma level rather than the synset...