Helloooooo,
unfortunatelly my problem remains. I am trying to translate the file in to
a file out
and I am typing

~/Desktop/moses/moses/bin$ ./moses -f
~/Desktop/moses/train_ken/model/moses.ini < ~/Desktop/in > ~/Desktop/out

 I am in the bin directory. My moses.in file is
#########################
### MOSES CONFIG FILE ###
#########################

# input factors
[input-factors]
0

# mapping steps
[mapping]
0 T 0

[distortion-limit]
6

# feature functions
[feature]
UnknownWordPenalty
WordPenalty
PhrasePenalty
PhraseDictionaryCompact name=TranslationModel0 num-features=4
path=/home/despina/Desktop/moses/train_ken/model/phrase-table
LexicalReordering name=LexicalReordering0 num-features=6
type=wbe-msd-bidirectional-fe-allff input-factor=0 output-factor=0
path=/home/despina/Desktop/moses/train_ken/model/reordering
Distortion
KENLM name=LM0 factor=0 path=/home/despina/Desktop/moses/lm2/
corpus.en-fr.arpa.fr order=3

# dense weights for feature functions
[weight]
# The default weights are NOT optimized for translation quality. You MUST
tune the weights.
# Documentation for tuning is here:
http://www.statmt.org/moses/?n=FactoredTraining.Tuning
UnknownWordPenalty0= 1
WordPenalty0= -1
PhrasePenalty0= 0.2
TranslationModel0= 0.2 0.2 0.2 0.2
LexicalReordering0= 0.3 0.3 0.3 0.3 0.3 0.3
Distortion0= 0.3
LM0= 0.5



the results...nothing happens. The out file it became as the in file.

Thanks in advance
Despina
_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to