You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across a strange issue when trying to run the CoreNLP pipeline for quote annotation.
I am getting an IndexOutOfBoundsException: Index -1 out of bounds for length 8. when trying to run the pipeline on the following small sample text:
"Bob."\n\n"What."
The quotes are part of the input string. I was just wondering if there was something from my end that was wrong or if it is a library issue. I am invoking CoreNLP from the stanza python package with annotators = tokenize,ssplit,pos,lemma,ner,depparse,coref,quote,entitylink
This is with the latest version 4.2.0.
Any help would be appreciated! Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
I came across a strange issue when trying to run the CoreNLP pipeline for quote annotation.
I am getting an IndexOutOfBoundsException: Index -1 out of bounds for length 8. when trying to run the pipeline on the following small sample text:
"Bob."\n\n"What."
The quotes are part of the input string. I was just wondering if there was something from my end that was wrong or if it is a library issue. I am invoking CoreNLP from the stanza python package with annotators = tokenize,ssplit,pos,lemma,ner,depparse,coref,quote,entitylink
This is with the latest version 4.2.0.
Any help would be appreciated! Thank you!
The text was updated successfully, but these errors were encountered: