You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have several arpa-formatted language models, and I'd like to mix these LMs
with a list of numerical weights (proportion) using interpolate-ngram, e.g.,
[0.3, 0.4, 0.1, 0.2]. I have been looking in the tutorial but could not find an
option for this. Is that implemented yet? Is there any alternative way to do
this (mix LMs with numerical weights)?
What version of the product are you using? On what operating system?
0.4.1, Linux 3.13.0-39-generic
Thanks!
Original issue reported on code.google.com by [email protected] on 19 May 2015 at 11:18