-
Notifications
You must be signed in to change notification settings - Fork 4
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
Future Idea: Look Ahead #28
Comments
@ftyers It would require for us to give up streaming, and that is valuable, so I'll be archiving this for now. |
Well, you can still have bounded look-ahead and streaming by using a buffer … |
I might take a look at this |
Hey, I would code this but I'm just really slammed with other work right now. I can do it in a few weeks when it's better. But if you want to take a shot at it I think it'd be fairly straightforward. Just make sure you add a flag or something to denote lookahead so it only does that for pairs where its needed and not for every pair. |
Right now, the module stops at an anaphor, looks behind and does the pattern matching. However, sometimes the pattern match might be after the anaphor as well,
for example in Kir-eng we would like to match and give the a negative score as that couldn't possibly be the antecedent of the .
Would improve results.
The text was updated successfully, but these errors were encountered: