Open GoogleCodeExporter opened 8 years ago
CM and GLI are advanced interpolation techniques that require additional
feature files. You can specify the feature files using the
-interpolation-features argument.
In the first case, we can tell from the error that the code is failing to find
model1.effcounts. Without debugging, I suspect the second case is also failing
on the same problem, but did not properly report the problem.
Please see the tutorial page (http://code.google.com/p/mitlm/wiki/Tutorial) for
example usage of these advanced interpolation techniques.
Original comment by bojune...@gmail.com
on 9 Sep 2010 at 5:17
I also used the -interpolation-features argument, but my LMs are too large
(together about 10GB in ARPA format). We have the Intel processor core i7, with
12GB RAM and 24GB swap and Debian operation system. The problem of segmentation
fault happens because the running process caused the overflowing of RAM buffer.
I have no idea how to controll process of combinig LMs using MITLM tools. Could
you help me?
Original comment by ing.jan....@gmail.com
on 9 Sep 2010 at 12:07
Can you try to increase the swap file size to 32 or 64GB and see if the process
completes? Optimization may still run efficiently even if a large portion of
the model is swapped out.
Original comment by bojune...@gmail.com
on 9 Sep 2010 at 4:43
Original issue reported on code.google.com by
ing.jan....@gmail.com
on 8 Sep 2010 at 7:11