Hello Hieu,

the output I get is:

...
Loading LM0
Loading LM1
Loading LM2
Loading LM3
Loading LM4
Loading TranslationModel0
Created input-output object : [0.510] seconds
Segmentation fault (core dumped)

This is the input:

<glossary translation="jabadaba">confirm|confirm|V|V</glossary> 
dialog|dialog|N|N

This is the command:

cat input | moses
  -f moses.ini
  -xml-input exclusive
  -search-algorithm 1
  -print-alignment-info

Moses.ini (paths shortened):

# MERT optimized configuration
# decoder /home/moses/mt//mosesdecoder/bin//moses
# BLEU 0.484687 on dev /storage/moses/trained-models/EN_CS_2015-04-
09T16_51_55_915978/data/dev.EN
# We were before running iteration 7
# finished Thu Apr  9 18:04:20 CEST 2015
### MOSES CONFIG FILE ###
#########################

# input factors
[input-factors]
0
1
2

# mapping steps
[mapping]
0 T 0

[distortion-limit]
6

# feature functions
[feature]
UnknownWordPenalty
WordPenalty
PhrasePenalty
PhraseDictionaryCompact name=TranslationModel0 num-features=4
path=phrase-table.compact.minphr
input-factor=0,2 output-factor=0,2
Distortion
KENLM lazyken=0 name=LM0 factor=0
path=factored.CS.reduced.0.arpa.binary order=5
KENLM lazyken=0 name=LM1 factor=2
path=factored.CS.reduced.2.arpa.binary order=4
KENLM lazyken=0 name=LM2 factor=0
path=extralm.0.0.binary order=5
KENLM lazyken=0 name=LM3 factor=2
path=extralm.0.2.binary order=4
KENLM lazyken=0 name=LM4 factor=0
path=lm.binary order=5

# dense weights for feature functions

[v]
0

[th]
7

[search-algorithm]
1
[weight]

Distortion0= 0.0898804
LM0= 0.101411
LM1= 0.0023427
LM2= 0.00440753
LM3= 0.027301
LM4= 0.0663638
WordPenalty0= -0.296714
PhrasePenalty0= -0.0296737
TranslationModel0= 0.0277221 0.10007 0.252912 -0.00120226
UnknownWordPenalty0= 1

_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to