emawind84 / mitlm

Automatically exported from code.google.com/p/mitlm
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

interpolate-ngram: mixing lms with numerical values is not implemented or not? #48

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 pengfe...@gmail.com on 19 May 2015 at 11:18