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

pocketsphinx plugin: accept language model through MRCPRecog #119

Open
GoogleCodeExporter opened this issue Mar 17, 2015 · 1 comment
Open

Comments

@GoogleCodeExporter
Copy link

The line 352 has the JSGF hardcoded:
http://code.google.com/p/unimrcp/source/browse/trunk/plugins/mrcp-pocketsphinx/s
rc/mrcp_pocketsphinx.c#352

"-jsgf", grammar,"


It would be nice if this plugin accepts not only JSGF but Language Model (LM).

As I'm not a C programmer I just hardcoded a solution (See this thread at 
unimrcp google group: 
https://groups.google.com/forum/#!msg/unimrcp/iOZI1q242g4/qFvSWIuozUcJ)

But it would be nice to use "jsgf" or "lm" configured it in MRCPRecog call.

The variable "grammar" has only the compiled grammar and it (of course) dos not 
work as a LM.

Original issue reported on code.google.com by [email protected] on 15 Feb 2011 at 6:59

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 7 Mar 2013 at 8:43

  • Added labels: Type-Enhancement, Priority-Medium, OpSys-All, Component-PocketSphinx

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

No branches or pull requests

1 participant