Archives
-
Recent Posts
- Error “join: multi-character tab `\\t’” for using join tab
- Two methods to redirect output for “set -x”
- “set -x”: Prints executed commands and their arguments
- How to start new process or run shell commands within python?
- Mean Absolute Error (MAE) and Mean Square Error (MSE)
- “Nohup” and “Screen”
- Reference of Scheme or Lisp
- Google’s Protocol Buffers: Beautiful and Easy
- Moses Support Digest: CALL FOR PAPERS – PBML
- Moses Support Digest: moses-irstlm memory racing with 5-gram lm
- Moses Support Digest: EMS table binarization
- Moses Support Digest: processPhraseTable in windows
- Moses Support Digest: compiling on Mac
- Moses Support Digest: about CreateOnDiskPt parameter
- Moses Support Digest: experiment management system and Moses scripts
Categories
Tags
ACL Artificial Intelligence Bayesian Modeling Bayesian Networks binary phrase table BLEU chart cygwin decoder decoding Dictionary dos fedora giza++ Graphical Models Hierarchical rule IRSTLM language model Linux lm Machine learning Maximum Entropy Model moses nbest NLP nlpers openTMS phrase-table plugin POS programming python RandLM RDBMS reordering set -x shell SMT SRILM Statistical Machine Translation suffix arrays Summarization support wmt2010 WordPressRecent Comments
- Steve Phillips on How to start new process or run shell commands within python?
- Lita on Moses Support Digest: different servers different time different result
- shamtest on Mean Absolute Error (MAE) and Mean Square Error (MSE)
- emnlp on How to start new process or run shell commands within python?
- emnlp on Mean Absolute Error (MAE) and Mean Square Error (MSE)
- 52nlp on About
- David Walton on About
- rex moreno on Moses Support Digest: moses-irstlm memory racing with 5-gram lm
- 52nlp on WpMathEditor
- Ali Bell on WpMathEditor
Meta
Blogroll
Monthly Archives: December 2009
Moses Support Digest:Moses Error in training phrase
[Moses-support] Moses: Error in training phrase model Hi, I have compiled Moses,Giza & SRILM on Fedora Core 11 using the steps described in http://www.statmt.org/moses_steps.html and other moses support links. While training my parallel corpus of english and hindi (~100,000 sentences … Continue reading
Moses Support Digest:Multi-threaded Moses
[Moses-support] Multi-threaded Moses Hello everybody! I am trying to run a multi-threaded version of Moses, following instructions on http://www.statmt.org/moses/?n=Moses.AdvancedFeatures#ntoc18 I had no trouble compiling. However, when I try to use the multi-threaded version in a mert-tuning process first everything seems … Continue reading
Moses Support Digest:About the hierarchical model of Moses
[Moses-support] About the hierarchical model of Moses Hi Now I find a problem when I’m training a hierarchical model with script of train-model.pl. The parallel corpus I used to train the hierarchical model have more than two million sentences. Then … Continue reading
Moses Support Digest:Moses step 1 – data preparation step
[Moses-support] Moses step 1 – data preparation step Hi, does anyone know what step 1 of the moses training script does other than produce the dictionaries and the numerical sentences that enable GIZA++ to do its job. The reason I … Continue reading
Moses Support Digest:CreateBerkeleyPt and On-Disk Rule Table
[Moses-support] CreateBerkeleyPt and On-Disk Rule Table Hi folks! I am trying to use on disk rule table cd CreateBerkeleyPt/src/ [svp at mt src]$ make g++ -g -O2 -o CreateBerkeleyPt Main.o -L../../BerkeleyPt/src -L../../moses/src -lBerkeleyPt -lmoses -lz -ldb_cxx -lpthread ../../moses/src/libmoses.a(LanguageModelSRI.o): In function … Continue reading
Moses Support Digest:About giza++ options when running moses
[Moses-support] About giza++ options when running moses hi all, About Giza++ options, I found this on moses website: ————————————————————————————————– GIZA++ Options GIZA++ takes a lot of parameters to specify the behavior of the training process and limits on sentence length, … Continue reading
Moses Support Digest:problem running mosesserver
[Moses-support] problem running mosesserver Hi, I have installed moses adding xmlrpc-c and boost library locations to the configuration file. i can run and use properly mosesmt , but when I run mosesserver i got this error: ./mosesserver: error while loading … Continue reading
Moses Support Digest:compiling moses 3 chart
[Moses-support] compiling moses 3 chart Hello, I guess this question is for Hugh. I’m trying to compile the new moses chart parsing decoder in the mt3_chart directory. I have the berkeleydb libraries under /usr/lib and /usr/include. I run ./regenerate-makefiles.sh;./configure –with-srilm=/home/john/srilm … Continue reading
Moses Support Digest: Hierarchical and syntax-based decoding in Moses
[Moses-support] Hierarchical and syntax-based decoding in Moses Hi everybody, as you may know, Moses now also supports hierarchical and syntax-based models: translation models that are based on a context-free grammar formalism and that allow the use of syntactic information at … Continue reading
Posted in Moses, SMT
Tagged Hierarchical, moses, SMT, support, syntax-based decoding
Leave a comment
Moses Support Digest:Aligned phrase counts
[Moses-support] Aligned phrase counts Hi, Is there a way to find absolute count (not probabilities) of the number times a phrase is aligned to a target language phrase? I am using the usual arguments to train-factored-phrase-model.perl as suggested on the … Continue reading