summaryrefslogtreecommitdiff
path: root/extractor
diff options
context:
space:
mode:
authorPatrick Simianer <simianer@cl.uni-heidelberg.de>2013-07-02 12:20:00 +0200
committerPatrick Simianer <simianer@cl.uni-heidelberg.de>2013-07-02 12:20:00 +0200
commitadec182c6d6ed7667cd5a9d150774469b4c73fd5 (patch)
tree31a7c6226ce5aa7ef07e67e78a9ad7b69fc10d9d /extractor
parentb7ce1921924770754fd59d23118d89d8c34800c8 (diff)
parent25744f76788861086a547acee112dc6b58bd35b2 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'extractor')
-rw-r--r--extractor/README.md2
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: