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

Spacy manual load package and function.py #1

Open
bloodbare opened this issue May 20, 2021 · 3 comments
Open

Spacy manual load package and function.py #1

bloodbare opened this issue May 20, 2021 · 3 comments

Comments

@bloodbare
Copy link

Great job on releasing this package!

We've a small problem with how its packages as it requires the functions.py to be accessible on python namespace. In our case the model is not deployed on a python package so it breaks the dependency.

Is there any reason to deliver as it is ? None of the other "official" packages has this python package on it.

Maybe a solution would be to provide a python package to load this helper functions (sentence splitter and lemmatizer) would help. You could provide a spacy-ca pypi package which is defined on "requirements" section on the meta.json.

@cayorodriguez
Copy link
Contributor

Hi,
I am sorry you are having problems with our first release. We decided to create the first version independently of the very sparse Catalan resources on their lang/data and lookup-tables, in order to deploy it for testing before providing them with the code to become the "official" release on their next cycle. We are doing this right now and hope to have it ready very soon.
How do you deploy the package?

@bloodbare
Copy link
Author

We already have your model on preproduction and its on CI/CD already to move to prod, works great with better performance. We deploy models stored on folders and managed by our models manager. Then we moved the python code to our codebase so all works perfectly.

@cayorodriguez
Copy link
Contributor

cayorodriguez commented May 21, 2021 via email

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

No branches or pull requests

2 participants