Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0
-
None
Description
There are a few updates needed in the ONNX code that make sense to make together.
- Allow for processing text of unlimited length. Currently requires input text to be broken up outside of OpenNLP prior to inference.
- Use constants for labels. Allow the labels for B_PER and I_PER to be customized by the user (if needed).
- Refactor the code for better reuse looking down the road at other interface implementations.