kenlm icon indicating copy to clipboard operation
kenlm copied to clipboard

Interpolation of different language models in kenlm

Open Some-random opened this issue 4 years ago • 1 comments

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.

Some-random avatar Mar 14 '21 08:03 Some-random

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.

kpu avatar Mar 14 '21 20:03 kpu