explosion / spaCy

💫 Industrial-strength Natural Language Processing (NLP) in Python

Home Page:https://spacy.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in spacy.en.STOPWORDS: "fify"

rjmorris opened this issue · comments

I'm using spaCy 0.101.0 and Python 3.5.2 on Windows 7. There appears to be a typo in spacy.en.STOPWORDS. One of the tokens is "fify", but I suspect it should be "fifty".

Thanks, just fixing this!

I'm currently in the process of reorganising the language data, so I've been making a lot of edits and improvements on a separate branch and forgot to actually fix the most obvious errors on master.

You can follow the work in progress on the organize-language-data branch btw. We should hopefully be able to merge this very soon – just need to run a few more tests etc.

commented

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.