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

Future Idea: Look Ahead #28

Open
khannatanmai opened this issue Aug 16, 2019 · 4 comments
Open

Future Idea: Look Ahead #28

khannatanmai opened this issue Aug 16, 2019 · 4 comments

Comments

@khannatanmai
Copy link
Member

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.

@khannatanmai
Copy link
Member Author

@ftyers It would require for us to give up streaming, and that is valuable, so I'll be archiving this for now.

@unhammer
Copy link
Member

Well, you can still have bounded look-ahead and streaming by using a buffer …

@unhammer
Copy link
Member

I might take a look at this

@unhammer unhammer reopened this Jun 24, 2022
@khannatanmai
Copy link
Member Author

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.

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

2 participants