User Ratings

★★★★★
★★★★
★★★
★★
4
1
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • +bszhang: using "--text=yes" instead of "--text yes" will work.
  • Very useful, but recently all of the documentation has disappeared from the page linked and basically everywhere else. Would love to have the documentation and some instructions added in the package.
    5 users found this review helpful.
  • Very useful!
  • I have a question and would like to ask for your help. Since I checked online, there are few answers about this problem.I don't know why. I follow Moses steps to train irst language model and these are my steps: # language model built on target language. ~/irstlm/bin/add-start-end.sh < /media/Data/Mose/test/raw10k.en > raw10k.sb.en export IRSTLM=$HOME/irstlm; ~/irstlm/bin/build-lm.sh -i raw10k.sb.en -o raw10k.lm.en -n 3 ~/irstlm/bin/compile-lm --text yes raw10k.lm.en.gz raw10k.fr-en.arpa.en Then, the last line command told me that too many arguments. I checked compile-lm command and there is --text options, and no format problem I think. I also tried search online, but few people met with this problem. The default of --text is no, but if I omit --text yes, I can not run the last step "~/mosesdecoder/bin/build_binary raw10k.fr-en.arpa.en raw10k.fr-en.blm.en". Did I do something wrong? I am really confusing. Thank you very much for the help!
  • Very useful project