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 | 53ab488ed99daecd726dfb2abce4cc278f09706f (patch) | |
tree | 0da59278051e859b9aec2f3e577b9effd6a57fd9 | |
parent | cf58b49ccf7fc6fc94eeafb9afdcc59744a0ea21 (diff) |
Correct binary name in extractor ReadMe.
-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: |