Closed
Description
(apologies for accidentally submitting before finishing typing)
The MaxentTagger is deleting the last token in the following input:
List<List<HasWord>> sentences = MaxentTagger
.tokenizeText(new StringReader("1. Narakattaramukku"));
The resulting sentences
variable contains only [[1, .]]
.