Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
tools-1.5.1-incubating
-
None
-
None
Description
There seems to be an issue with OpenNLP detecting the full stop at the end of the sentence
(TOP (S (NP (PRP I)) (VP (VBP intend) (S (VP (TO to) (VP (VB quit) (NP (NP (NN smoking)) (NP (DT this) (NN month.)))))))))
Although it does work fine with the tokenizer on its own
[I, intend, to, quit, smoking, this, month, .]