summaryrefslogtreecommitdiff
path: root/extractor/README.md
diff options
context:
space:
mode:
authorPaul Baltescu <pauldb89@gmail.com>2013-04-24 17:05:34 +0100
committerPaul Baltescu <pauldb89@gmail.com>2013-04-24 17:05:34 +0100
commitc2aede0f19b7a5e43581768b8c4fbfae8b92c68c (patch)
tree52ebbf553899afbb354aa9979fe63a6736243029 /extractor/README.md
parent22cc8ce19cd6768633ad828191789bd91350da35 (diff)
Updated README for grammar extractor.
Diffstat (limited to 'extractor/README.md')
-rw-r--r--extractor/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/extractor/README.md b/extractor/README.md
index e1c8509e..575f5ca5 100644
--- a/extractor/README.md
+++ b/extractor/README.md
@@ -4,11 +4,11 @@ To run the extractor you need to:
cdec/extractor/run_extractor -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:
+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:
./configure --with-gtest=</absolute/path/to/gtest> --with-gmock=</absolute/path/to/gmock>
Then, you simply need to:
- cd extractor
+ cd cdec/extractor
make check