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 wasn't sure how else to contact developers for this project...
When inputting a paragraph instead of a sentence, certain paragraphs can
result in an ArrayOutOfBoundsException. This results from multiple
identifications of various parts ([CONJ], [PREP], etc.) in different
sentences. If the indexes passed to the substring() function when pulling
out the scope are inverted, the subtracted value is negative.
While this isn't a big issue, I have questions regarding the algorithm
overall. What is the effect of passing in an entire paragraph as opposed
to a single sentence?
Original issue reported on code.google.com by [email protected] on 16 Jul 2009 at 7:17
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 16 Jul 2009 at 7:17The text was updated successfully, but these errors were encountered: