-
Notifications
You must be signed in to change notification settings - Fork 130
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 - how to user new language model in android? #31
Comments
On Thu, 2017-07-13 at 15:37 +0000, BeanStalka wrote:
I used the training tool and got a .dic and a .lm file
How do I tell PocketSphinx to use the new .lm file?
I do not see a .SetLanguageModel method anywhere on the recognizer.
Please help as I'm sure I am missing something.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
https://github.com/cmusphinx/pocketsphinx-android-
demo/blob/master/app/src/main/java/edu/cmu/pocketsphinx/demo/PocketSphi
nxActivity.java#L241
|
I am currently using a KeyPhraseSearch. That line of code refers to a
NGramSearch.
How do I use my new language model while using KeyPhraseSearch?
Or does it not apply to that type of search?
|
Keyword search can be done with a phrase or a list of phrases. See the
demo, it will answer all your questions.
…On Jul 13, 2017 9:18 AM, "BeanStalka" ***@***.***> wrote:
I am currently using a KeyPhraseSearch. That line of code refers to a
NGramSearch.
How do I use my new language model while using KeyPhraseSearch?
Or does it not apply to that type of search?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAJx4qLvLJWjyazHW_jYsnb5nFKkhPI_ks5sNkNdgaJpZM4OXK91>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I used the training tool and got a .dic and a .lm file
How do I tell PocketSphinx to use the new .lm file?
I do not see a .SetLanguageModel method anywhere on the recognizer.
Please help as I'm sure I am missing something.
The text was updated successfully, but these errors were encountered: