diff options
author | Patrick Simianer <p@simianer.de> | 2015-05-12 17:46:56 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-05-12 17:46:56 +0200 |
commit | 6c0fcee726662285e7c4cb3857ca28296f5c525c (patch) | |
tree | 77de036e546e79b60db0b60e7e273eb2e8b50e3f /net_test/README | |
parent | e0bb79a01ed07cce540e5ebb757e03d801ca287e (diff) |
integrated updating grammars
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 + |