Wang Pidong's Homepage
Monday, September 26, 2011
Installing latest Moses
›
Today, I have installed the latest Moses decoder (revision 4274) again. Since lots of volunteers have contributed to Moses development, and...
Friday, September 16, 2011
an error for Moses when decoding large lattices
›
Once when I was using Moses to decode a large lattice, I got the following error: ERROR: Jump length 32 in word lattice exceeds maximum phra...
Wednesday, September 7, 2011
A bug in the Moses tokenizer
›
when you set the -l option as an unknown language, the Moses tokenizer will say it will fall back to English. However, it does not complete...
Sunday, September 4, 2011
Linux: compare text files at the word level
›
wdiff is a good choice, which can be found online: http://www.gnu.org/s/wdiff/ what you need to do is to download it and compile it.
Monday, July 25, 2011
SRILM prunes n-gram when n>=3 by default
›
Recently, I have used the ngram-count tool of SRILM to find n-grams of a corpus. However, I have found that when n>=3 , the tool will di...
Tuesday, July 5, 2011
does sed support lookahead or lookbehind on Linux?
›
after investigating for a while, finally I found sed does not support lookahead or lookbehind assertions. Based on http://sed.sourceforge.ne...
3 comments:
Tuesday, June 28, 2011
Bug of MERT script of Moses when tuning on lattice
›
I am using some new version of Moses to decode lattice, but when I use the MERT script (mert-moses.pl) to tune on lattice input. I got some ...
‹
›
Home
View web version