diff options
author | Paul Baltescu <pauldb89@gmail.com> | 2014-10-02 15:52:24 +0100 |
---|---|---|
committer | Paul Baltescu <pauldb89@gmail.com> | 2014-10-02 15:52:24 +0100 |
commit | 8601c7fa4ca6fe8093ec54cd2c150cf130484297 (patch) | |
tree | 536185f24ef8e7b8770cdac7bece804c8384864c /extractor | |
parent | d3560fafafb8e1e907d44c7b544f15eee22c8245 (diff) |
Correct binary name in extractor ReadMe.
Diffstat (limited to 'extractor')
-rw-r--r-- | extractor/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extractor/README.md b/extractor/README.md index 11138007..b83ff900 100644 --- a/extractor/README.md +++ b/extractor/README.md @@ -4,7 +4,7 @@ The grammar extraction takes place in two steps: (a) precomputing a number of da To compile the data structures you need to run: - cdec/extractor/compile -a <alignment> -b <parallel_corpus> -c <compile_config_file> -o <compile_directory> + cdec/extractor/sacompile -a <alignment> -b <parallel_corpus> -c <compile_config_file> -o <compile_directory> To extract the grammars you need to run: |