diff options
author | Paul Baltescu <pauldb89@gmail.com> | 2013-06-25 22:11:14 +0100 |
---|---|---|
committer | Paul Baltescu <pauldb89@gmail.com> | 2013-06-25 22:11:14 +0100 |
commit | eb4259454f963e4189dab65a12302f467e598621 (patch) | |
tree | e489e548d8c88154243eee09288713fd1e94c08c /extractor | |
parent | 36bc55a33b5f075f6479c64f94d60ecbbd1f3270 (diff) |
Updated 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 575f5ca5..c9db8de8 100644 --- a/extractor/README.md +++ b/extractor/README.md @@ -2,7 +2,7 @@ C++ implementation of the online grammar extractor originally developed by [Adam To run the extractor you need to: - cdec/extractor/run_extractor -a <alignment> -b <parallel_corpus> -g <grammar_output_path> < <input_sentences> > <sgm_file> + cdec/extractor/run_extractor -t <num_threads> -a <alignment> -b <parallel_corpus> -g <grammar_output_path> < <input_sentences> > <sgm_file> To run unit tests you need first to configure `cdec` with the [Google Test](https://code.google.com/p/googletest/) and [Google Mock](https://code.google.com/p/googlemock/) libraries: |