-
Notifications
You must be signed in to change notification settings - Fork 100
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
Java interface for processors #755
Comments
This is not urgent. |
can you make sure to support custom annotation (e.g., when we tag, lemmatize, etc but don't do the more expensive bits?), and also choosing which processor (in case some are still GPL) |
mkDocument and annotate still work. OdinStarter runs on Java 8, 11, 17, 18, and 21, including grounding that reads a kryo file. |
One can still use the FastNLPProcessor or CoreNLPProcessor. |
Nice!! The new deberta model is still training. ETA tomorrow. |
I think the adoption of this library will be higher through Java.
We do have an example here:
https://github.com/clulab/processors/blob/master/corenlp/src/main/java/org/clulab/processors/ProcessorsJavaExample.java
We should check/improve two things:
The text was updated successfully, but these errors were encountered: