Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
In DefaultChunkerContextGenerator, when p_2 is assigned on line 56, it follows a different format from every other assignment:
p_2 = "p_2" + preds[i - 2];
The "p_2" is missing an equals sign - to be consistent it should read:
p_2 = "p_2=" + preds[i - 2];
Apologies if this is a known issue - I did a brief search but didn't see anything.
Attachments
Issue Links
- causes
-
OPENNLP-1459 Investigate eval-tests failures in OpenNLP 2.1.1 RC1
- Closed