diff options
Diffstat (limited to 'net_test/README')
-rw-r--r-- | net_test/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net_test/README b/net_test/README new file mode 100644 index 00000000..9807dc7f --- /dev/null +++ b/net_test/README @@ -0,0 +1,10 @@ +data from wmt13 (first 10k sentences) + +./run.rb < fake_input + +--- +get translation table +../../word-aligner/fast_align -i d -d -p ef +get suffix array +python -m cdec.sa.compile --online -b a/d -a a/a -o sa/ -c extract.ini + |