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

Rare bug introduced in multi-word verb processing #81

Open
philip-schrodt opened this issue May 1, 2015 · 0 comments
Open

Rare bug introduced in multi-word verb processing #81

philip-schrodt opened this issue May 1, 2015 · 0 comments

Comments

@philip-schrodt
Copy link

In running the checks on the new multi-word verb processing code on three GigaWord files, I ran into a single instance (a report on a cricket match, of course) where the event code somehow got a tuple (rather than a string) that was used in multi-words: this caused a crash in PETRWriter around line 85. I trapped this and converted it to a '010' code, but obviously it is indicative of something odd going on somewhere. What is really weird is that neither of the verbs in the story were involved in multi-word combinations (suggesting some Pythonic equivalent to a pointer error, and we all know just how much fun those are).

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

No branches or pull requests

1 participant