Welcome to mirror list, hosted at ThFree Co, Russian Federation.

training_pipeline.cfg « pcl « arrow-pipelines « contrib - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9279829524063039458bad98ce649f08fc0c29eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[Configuration]
source_language = en
target_language = lt
max_segment_length = 20
corpus_development_size = 1000
corpus_evaluation_size = 500
alignment_method = grow-diag-final-and
reordering_method = msd-bidirectional-fe
smoothing_method = improved-kneser-ney
tokenisation_directory = test_data/tokenisation
translation_model_directory = test_data/model
language_model_directory = test_data/lm
mert_directory = test_data/mert
moses_installation_directory = /opt/moses
giza_installation_directory = /opt/moses/giza++-v1.0.7
irstlm_installation_directory = /opt/moses/irstlm-5.70.04

[Inputs]
src_filename = test_data/cleantrain.en
trg_filename = test_data/cleantrain.lt