Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preprocessing input files #3

Open
GoogleCodeExporter opened this issue Apr 13, 2015 · 0 comments
Open

Preprocessing input files #3

GoogleCodeExporter opened this issue Apr 13, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant