-
I am trying to use the `--multi-moses` flag during tuning to work around the fact that IRSTLM does not support multi-threaded decoding, but I run into the following error message:
```
mert-moses.pl $…
-
phlax updated
8 years ago
-
At least for KenLM, the modifications to moses/LM/Base.cpp from commit e36fb965 mangle the num-features parameter.
[Previously](https://github.com/moses-smt/mosesdecoder/commit/e36fb96557d0079e88eef4…
-
When i tried the following on Ubuntu 14.10:
```
# Make a test directory
mkdir test-out-of-box
cd test-out-of-box/
# Get Europarl DE-EN corpus
wget http://opus.lingfil.uu.se/Europarl/wordalign/de-en/…
-
The regtest submodule (in .gitmodules) is pointing to http://github.com/moses-smt/moses-regression-tests, which fails for me (git hangs). I'm not sure if this is a problem for everybody or just me. Wh…
-
OS: linux 64 bit
gcc version: 4.4.7
Moses version: latest github 384e0b06d298fe308bd39c6c567f9cf93f42e074
The following command, as part of the mert tunning,
```
/path/to/kbmira -J 200 --sctype METE…
-
To get moses compiled with the NPLM from https://github.com/moses-smt/nplm, I had to edit lm/Jamfile to add NPLM_DOUBLE_PRECISION=0 to the nplm.o object's definitions.
While I'm here, the commit that…
-
Line 209 in util/mmap.cc refers the symbol MADV_HUGEPAGE, which is available only for a Linux kernel later than 2.6.38. (Ref. http://linux.die.net/man/2/madvise) Compilation fails with older kernels…
-
```
What steps will reproduce the problem?
1. Download a build mosesdecoder https://github.com/moses-smt/mosesdecoder with
-with-cmph=/usr/include/ --full-tcmalloc link=shared
2. Build a binary phras…
-
```
What steps will reproduce the problem?
1. Download a build mosesdecoder https://github.com/moses-smt/mosesdecoder with
-with-cmph=/usr/include/ --full-tcmalloc link=shared
2. Build a binary phras…