Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed errors related with spacy models not found #2220

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Diego448
Copy link

For the most common issues related with the error "osError: [E050] Can't find model 'en'" I created this pull request which has an updated version on the languages module with a new field called SPACY_MODEL which contains the new Spacy model names and will be used for both tagging and comparisons modules instead of the ISO_639_1 field only if available.

Important notes regarding this pull request:

  • SPACY_MODEL field of language module only contains the small variant of the related language not the large and more accurate one, which is smaller, faster and less precise.
  • Only supported languages (those which already have models for them in the official Spacy page) have the SPACY_MODEL field, not supported ones will have no such field

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant