You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "Raza Abbas (JIRA)" <ji...@apache.org> on 2019/08/15 08:14:00 UTC

[jira] [Created] (OPENNLP-1271) Illegal Exception Error

Raza Abbas created OPENNLP-1271:
-----------------------------------

             Summary: Illegal Exception Error
                 Key: OPENNLP-1271
                 URL: https://issues.apache.org/jira/browse/OPENNLP-1271
             Project: OpenNLP
          Issue Type: Bug
          Components: Name Finder
            Reporter: Raza Abbas


I am using this library in some production code. I am getting the following exception once in a while, so I am not being able to reproduce it exactly always. 

 
java.lang.IllegalArgumentException: The span [18..23) is outside the given text which has length 12!
at opennlp.tools.util.Span.getCoveredText(Span.java:231)
at opennlp.tools.util.Span.spansToStrings(Span.java:351)
at opennlp.tools.tokenize.AbstractTokenizer.tokenize(AbstractTokenizer.java:25)
at opennlp.tools.tokenize.TokenizerME.tokenize(TokenizerME.java:76)
 
 
This seems like an internal OpenNLP issue, and not how I'm using the library. Any help would be appreciated. Thanks. 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)