Export spaCy models for use in Java environments? #2466
Replies: 3 comments
-
|
That doesn't exist yet, but it'd be a nice project idea for someone from the community 🙂 I'm not sure how the specifics of this would look in Java, but ideally, the solution could be a wrapper for loading the existing model data? This would allow the users to download the same files for both Python and Java, and make it easier to keep them consistent and in sync. |
Beta Was this translation helpful? Give feedback.
-
|
@ines Exactly. Is the model data structure best described by some specific part of the code base? |
Beta Was this translation helpful? Give feedback.
-
|
Ah... if only this existed :-) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature description
It would be nice being able to export NER models (or any other spaCy trained models) so that they can be run by Java code, e.g. by one's own model runner. Is this already possible?
Beta Was this translation helpful? Give feedback.
All reactions