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

Packed grammars need a private vocabulary #142

Open
mjpost opened this issue Oct 3, 2013 · 0 comments
Open

Packed grammars need a private vocabulary #142

mjpost opened this issue Oct 3, 2013 · 0 comments
Assignees

Comments

@mjpost
Copy link
Member

mjpost commented Oct 3, 2013

Currently, only one packed grammar is permitted per decoder instance, because it makes its private, predetermined vocabulary the global one. Packed grammars should instead keep their vocab private and map between the global vocabulary, so that (a) we don't have to worry about seeding the global vocab with the packed one at load time and (b) we can have more than one at a time.

@ghost ghost assigned jganitkevitch Oct 3, 2013
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