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

SortedLanguageIterator computes MANY items #10

Open
akoehn opened this issue Jul 26, 2015 · 0 comments
Open

SortedLanguageIterator computes MANY items #10

akoehn opened this issue Jul 26, 2015 · 0 comments
Labels
bug Something isn't working major

Comments

@akoehn
Copy link
Owner

akoehn commented Jul 26, 2015

Original report by Alexander Koller (Bitbucket: akoller, GitHub: akoller).


Parse "Pierre Vinken , 61 years old , will join the board as a nonexecutive director Nov. 29 ." with binarized.irtg from the PTB tutorial and open the language window. This will take several seconds to initialize the SortedLanguageIterator. It derives millions of items, despite the fact that we are only looking for the 1-best item and the parse chart only has 60000 rules. Something's wrong here, we should fix it.

@akoehn akoehn added major bug Something isn't working labels Mar 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working major
Projects
None yet
Development

No branches or pull requests

1 participant