diff options
author | Patrick Simianer <p@simianer.de> | 2015-03-24 19:15:48 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-03-24 19:15:48 +0100 |
commit | 70572bc0aa0338b298e9a8e2829a0a0d134785e4 (patch) | |
tree | ddcea305027ff3ef1e1aea2e502898de00c718b3 /training/dtrain/examples/toy | |
parent | bca9a8d79e565222898afbe98abf5ce5a1fe801b (diff) |
dtrain: fix example
Diffstat (limited to 'training/dtrain/examples/toy')
-rw-r--r-- | training/dtrain/examples/toy/cdec.ini | 3 | ||||
-rw-r--r-- | training/dtrain/examples/toy/dtrain.ini | 8 | ||||
-rw-r--r-- | training/dtrain/examples/toy/expected-output | 0 | ||||
-rw-r--r-- | training/dtrain/examples/toy/grammar.gz | bin | 219 -> 0 bytes | |||
-rw-r--r-- | training/dtrain/examples/toy/in | 2 | ||||
-rw-r--r-- | training/dtrain/examples/toy/weights | 6 |
6 files changed, 0 insertions, 19 deletions
diff --git a/training/dtrain/examples/toy/cdec.ini b/training/dtrain/examples/toy/cdec.ini deleted file mode 100644 index b14f4819..00000000 --- a/training/dtrain/examples/toy/cdec.ini +++ /dev/null @@ -1,3 +0,0 @@ -formalism=scfg -add_pass_through_rules=true -grammar=grammar.gz diff --git a/training/dtrain/examples/toy/dtrain.ini b/training/dtrain/examples/toy/dtrain.ini deleted file mode 100644 index 140b3a75..00000000 --- a/training/dtrain/examples/toy/dtrain.ini +++ /dev/null @@ -1,8 +0,0 @@ -bitext=in -k=4 -N=4 -iterations=2 -learning_rate=1 -output=weights -decoder_conf=cdec.ini -print_weights=logp shell_rule house_rule small_rule little_rule PassThrough PassThrough_1 PassThrough_2 PassThrough_3 PassThrough_4 PassThrough_5 PassThrough_6 diff --git a/training/dtrain/examples/toy/expected-output b/training/dtrain/examples/toy/expected-output deleted file mode 100644 index e69de29b..00000000 --- a/training/dtrain/examples/toy/expected-output +++ /dev/null diff --git a/training/dtrain/examples/toy/grammar.gz b/training/dtrain/examples/toy/grammar.gz Binary files differdeleted file mode 100644 index 8eb0d29e..00000000 --- a/training/dtrain/examples/toy/grammar.gz +++ /dev/null diff --git a/training/dtrain/examples/toy/in b/training/dtrain/examples/toy/in deleted file mode 100644 index 5d70795d..00000000 --- a/training/dtrain/examples/toy/in +++ /dev/null @@ -1,2 +0,0 @@ -ich sah ein kleines haus ||| i saw a little house -ich fand ein kleines haus ||| i found a little house diff --git a/training/dtrain/examples/toy/weights b/training/dtrain/examples/toy/weights deleted file mode 100644 index 5c1931ff..00000000 --- a/training/dtrain/examples/toy/weights +++ /dev/null @@ -1,6 +0,0 @@ -house_rule 4 -shell_rule -2 -small_rule -1 -little_rule 3 -Glue -8 -PassThrough -10 |