summaryrefslogtreecommitdiff
path: root/extractor/README.md
diff options
context:
space:
mode:
authorPaul Baltescu <pauldb89@gmail.com>2013-04-24 14:32:48 +0100
committerPaul Baltescu <pauldb89@gmail.com>2013-04-24 14:32:48 +0100
commit9cd5f39659ce6306a292a9fb7cffca6680028853 (patch)
treed7488e059a11eb63cf1a6a48e2549a7a8b364f96 /extractor/README.md
parent5e9605b65202f4e5fc59843b197d88c4774f0ac8 (diff)
README file for the grammar extractor.
Diffstat (limited to 'extractor/README.md')
-rw-r--r--extractor/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/extractor/README.md b/extractor/README.md
new file mode 100644
index 00000000..d0ae70ed
--- /dev/null
+++ b/extractor/README.md
@@ -0,0 +1,5 @@
+C++ implementation of the online grammar extractor originally developed by [Adam Lopez](http://www.cs.jhu.edu/~alopez/).
+
+To run the extractor you need to:
+
+ cdec/extractor/run_extractor -a <alignment> -b <parallel_corpus> -g <grammar_output_path> < <input_sentences> > <sgm_file>