blob: 9807dc7f0c332381deb0d0b33ce123002a484950 (
plain)
1
2
3
4
5
6
7
8
9
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
|