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

Entry points for additional languages are required #56

Closed
jcastanohiba opened this issue Dec 4, 2020 · 1 comment · Fixed by #63
Closed

Entry points for additional languages are required #56

jcastanohiba opened this issue Dec 4, 2020 · 1 comment · Fixed by #63

Comments

@jcastanohiba
Copy link

So far the only language specified in the entry points is English, if another language is required the entry points have to be manually modified. This is not nice. I suggest that the entry points, should have the languages available for stanza.

Relevant part of the code of setup.py, is line 37:

It states:

entry_points={"spacy_languages": ["stanza_en = spacy_stanza:StanzaLanguage"], the list should be like:

entry_points={"spacy_languages": ["stanza_en = spacy_stanza:StanzaLanguage", "stanza_es = spacy_stanza:StanzaLanguage", "stanza_pt"= spacy_stanza:StanzaLanguage",...]

@adrianeboyd adrianeboyd linked a pull request Mar 2, 2021 that will close this issue
@adrianeboyd
Copy link
Contributor

Hi, this will be fixed in v0.2.5.

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 a pull request may close this issue.

2 participants