You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "Jeff Zemerick (Jira)" <ji...@apache.org> on 2022/01/28 16:04:00 UTC

[jira] [Resolved] (OPENNLP-1271) Illegal Argument Exception

     [ https://issues.apache.org/jira/browse/OPENNLP-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Zemerick resolved OPENNLP-1271.
------------------------------------
    Resolution: Cannot Reproduce

> Illegal Argument Exception
> --------------------------
>
>                 Key: OPENNLP-1271
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-1271
>             Project: OpenNLP
>          Issue Type: Bug
>          Components: Name Finder
>            Reporter: Raza Abbas
>            Priority: Major
>
> 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
(v8.20.1#820001)