koormoosh <koormoosh@...> writes: > and then I query via:./ngram −lm text.arpa −ppl query.txt
Hi Kormoosh, not sure if that's the only problem, but ngram does not automatically use the order of the ARPA file, but defaults to 3. ./ngram -order 5 −lm text.arpa −ppl query.txt should get you closer to the right results. _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
