Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently the OpenNLP NER engine consumes the plain text, detects sentences and tokenizes the text. However if an EnhancementChain does use the NLP processing module those data are likely already present in the AnalyzedText ContentPart.
This will add functionality that allows the OpenNLP NER engine to consume those data. If no AnalyzedText ContentPart is present or the AnalyzedText does not contain Token information the engine should still perform tokenization and sentence detection