You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "Joern Kottmann (JIRA)" <ji...@apache.org> on 2017/05/24 10:03:04 UTC

[jira] [Created] (OPENNLP-1076) SentenceSample should validate if spans are inside the text

Joern Kottmann created OPENNLP-1076:
---------------------------------------

             Summary: SentenceSample should validate if spans are inside the text
                 Key: OPENNLP-1076
                 URL: https://issues.apache.org/jira/browse/OPENNLP-1076
             Project: OpenNLP
          Issue Type: Improvement
          Components: Sentence Detector
            Reporter: Joern Kottmann
            Assignee: Joern Kottmann
            Priority: Minor
             Fix For: 1.8.1


The SentenceSample should validate if the provided Spans to mark sentence boundaries are within bounds of the provided document text. If the spans are outside of the document text an IllegalArgumentException should be thrown to make the code fail fast. Otherwise code which processes the SentenceSamples will fail later and make it slightly harder to find the actual bug.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)