-
wsj_1912.final.streex##1.a_tree-en_src-s1-n9
No Czech aligned node is highlighted in
align_coref/ru_cs_align/annot/en_poss/align.src.sec19_00-49.all.clean.ali_annot
even though the gold alignment is …
-
-
The issue is in _Get_File_Spec()_ function, in _mgizapp/src/file_spec.h_:
calling **_user = getenv("USER");**_ when USER variable is not set causes a segmentation fault.
I worked it around by callin…
-
-
I used 64 CPUs to run mgiza, and my training steps are five IBM model 1, five HMM, three model 3, three model 4. But when I run the first HMM training, the No.9 thread always failed. It returns Error …
-
When serializing metadata in XML, using the `text=` attribute on the Meta item, it seems that the meta items get rendered like:
``` xml
intent
mgiza
```
With newl…
-
It's my command:
``` bash
/home/tshau/git/mosesdecoder/scripts/training/train-model.perl -root-dir work -corpus /home/tshau/mt -f src -e tgt -alignment grow-diag-final-and -reordering msd-bidirection…
-
Sorry if this isn't the correct place to ask, but I noticed that this repository is still active and I didn't see any other information about support.
I asked a question on stackoverflow regarding my…
-
Hi there,
I'm trying to use the OxLM as a feature in the Moses decoder. I compiled Moses with the `--with-oxlm` option and specified the OxLM feature in the moses config file. The problem comes up w…
-
After the command here: https://github.com/moses-smt/mosesdecoder/blob/master/scripts/generic/score-parallel.perl#L171 ran, the file `$TMPDIR/phrase-table.half.$numStr.gz` is not actually in gzip form…