alvations
alvations
@goodmami @stevenbird got some free time to look at this again. Let me try to confirm the requirements before I reimplement stuff =) - The desired interface would be `wn.synsets(word,...
[CI: retest]
Thank you @Ubadub for the discussion and contribution. Unfortunately, PickleCorpusView has been remove from NLTK, might be best for everyone to avoid using it too. Closing this issue.
Thank you @Ubadub for the discussion and contribution. Unfortunately, PickleCorpusView has been remove from NLTK, might be best for everyone to avoid using it too. Closing this issue.
Similar to previous feature sprint, here's mini-roadmap that we can follow and anyone can join to help out: - #1593: Write a corpus reader for The Paraphrase Database (PPDB), more...
You should use the updated `nltk.parse.corenlp.CoreNLPParser` from #1843, it should have the POS , NER and Parsing functions inside. There's no need to rewrite the API codes ;P
@bmaland Previously, before @bamattsson contribution to https://github.com/nltk/nltk/pull/1844, NLTK's BLEU does some tricks to makes sure that exact string matches gives the 1.0 result but post #1844, the BLEU scores in...
If you're unsure whether you have short strings in your list, feel free to use the auto-reweigh feature, e.g. ```python >>> from nltk.translate import bleu >>> references = ['John loves...
It's because the WordNet `wn.synsets()` functions tries to lemmatize using the `moprhy` lemmatizer before checking for synsets. Using the new API, you can get the strict behavior of not lemmatizing...