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

how to use a big LM to rescore the small LM result? #6

Closed
xinq2016 opened this issue Sep 7, 2016 · 1 comment
Closed

how to use a big LM to rescore the small LM result? #6

xinq2016 opened this issue Sep 7, 2016 · 1 comment

Comments

@xinq2016
Copy link

xinq2016 commented Sep 7, 2016

How can I join the rescore to the api-ai server? Or how can I change the decode mode to LatticeBiglmFastDecoder?

Many thanks

@realill
Copy link
Contributor

realill commented Sep 7, 2016

Server is using Nnet3LatgenFasterDecoder right now. I guess you can rewrite it to use any other compatible kaldi decoder. But you will have to do your own coding for this.

https://github.com/api-ai/asr-server/blob/master/src/Nnet3LatgenFasterDecoder.cc

@realill realill closed this as completed Sep 9, 2016
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