Open Some-random opened 3 years ago
Is there any easy-to-use binary like 'compute-best-mix' from srilm? I've glanced through the code in kenlm but I'm not sure how can I use it.
The interpolate program accepts -t for the file to tune on and --just_tune if you want it to stop after tuning weights. Keep in mind these are log-linear weights.
interpolate
-t
--just_tune
Is there any easy-to-use binary like 'compute-best-mix' from srilm? I've glanced through the code in kenlm but I'm not sure how can I use it.