blob: fdf9b6d00ff408e197c90d5f6e7b73f0257af34c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
sources = example/example.source
oracles = example/example.oracles
kbest_lists = example/example.lists.gz
update = structured # ranking
ff_target_ngrams = 4 # 4 fix
ff_phrase_pairs = true # true /path/to/phrase_table
#filter_features = /path/to/target/stopwords_file
binary_feature_values = true
iterate = 1
output = -
output_model = /dev/null
#additional_phrase_pairs = /path/to/list/of/additional_phrase_pairs
#init_model = /path/to/model
#silent = true
#cheat = true
verbose = true
|