diff options
author | Jacob <andqso@gmail.com> | 2013-07-28 09:54:54 +0100 |
---|---|---|
committer | Jacob <andqso@gmail.com> | 2013-07-28 09:54:54 +0100 |
commit | f343459d6198352964dbb6779f15c352fe2d5794 (patch) | |
tree | 07d50c9a8269e3892ccea8f5680b3e2bac984fce /settings.yaml |
init
Diffstat (limited to 'settings.yaml')
-rw-r--r-- | settings.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/settings.yaml b/settings.yaml new file mode 100644 index 0000000..6bc0e5c --- /dev/null +++ b/settings.yaml @@ -0,0 +1,16 @@ +nbest: 100 # how many entries in the nbest list? +corpus: geo # which corpus? [geo, robo] +lang: en # which language? [en, de, el, th] +stem: false # run the stemmer? +symm: tgttosrc # which symmetrization? [e.g. srctotgt, tgttosrc, grow, ...] +np: true # use NP list? +np_type: all # what version of NP list? +model: hier # which machine translation model? [phrase, hier] +run: test # which experiment? [dev, test, debug] +workdir: work # where? +filter: false # filter phrase table? +lfrac: 1.0 # what fraction of training sentences should be labeled? +monolingual: false # use monolingual data? +ul_only: false +retrain: false +nlg: true |