Eric Kafe

Results 106 comments of Eric Kafe

Two languages ('fas' and 'qcn') were retracted, since @fcbond clearly does not allow their redistribution, cf. https://github.com/nltk/nltk_data/pull/183#issuecomment-1042811861. The big wordnetwiktionaryalignments-2013-02-19.tsv file is not included, since there is no handler for...

@stevenbird, yes, your list is accurate. The top-level _citation.bib_ refers to the whole OMW project and should be added as well. It is true that the old package already contains...

Yes, a random.seed(1) call at the top of solvers.py stabilizes LRCos, but does not guarantee fair comparisons, since any arbitrary choice of seed can be fortunate for one embedding, and...

Thanks @goodmami and @fcbond . I did not understand this correctly before, but now, I think I start to get a more accurate picture of the implicit "mapping" in Wn....

After #3050, according to https://github.com/nltk/nltk/pull/3050#issuecomment-1253699492, only 10 tests in 5 files are now failing. And testing locally, I even see one failure less, since _nltk/parse/transitionparser.py:: nltk.parse.transitionparser.demo_ succeeds here. Closing this...

I looked at the first failure, which is odd because it fails with pytest, but succeeds with python -m doctest: ``` __________________ [doctest] nltk.text.Text.collocation_list ___________________ 410 411 Return collocations derived...

This issue started as a quite remote, and not so realistic goal. But now, it seems that #3054 can really close it!

The _wordnet_ library in NLTK 3.7 doesn't handle zipped files properly. The problem has been fixed for a while in the _develop_ branch on Github. So using the latest _wordnet.py_...

Like most linguistic tools, lemmatizers are not perfect, their accuracy is an open research problem, and more research is needed in order to achieve perfect lemmatization. This suggests to draw...

Yes @novalis, a lexicon of inflected forms would be nice to have. There exists a good one for French, [The Lefff, a Freely Available and Large-coverage Morphological and Syntactic Lexicon...