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
What steps will reproduce the problem?
When I try to run my notes for negation detection, I get this error message -
Traceback (most recent call last):
File "C:\Users....\Negex\wrapper.py", line 30, in <module>
if __name__ == '__main__': main()
File "C:\Users.... \Negex\wrapper.py", line 16, in main
tagger = negTagger(sentence = report[2], phrases = [report[1]], rules = irules, negP=False)
IndexError: list index out of range
>>>
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
General NegEx Python Implementation v.1.2
On Windows XP
Please provide any additional information below.
I processed the input file to match the demo input
Original issue reported on code.google.com by [email protected] on 5 Mar 2012 at 3:28
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 5 Mar 2012 at 3:28The text was updated successfully, but these errors were encountered: