summaryrefslogtreecommitdiff
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 16:59:40 +0100
commit45c444b1967ffc2d5d45362b96593d79fb721c52 (patch)
treef2c62557cf5be89c3fcbf08067e144b369e9f67e
parentd467e14b28085809c31431be0478eb3d9322fe96 (diff)
README file for the grammar extractor.
-rw-r--r--.gitignore1
-rw-r--r--extractor/README.md5
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d368a3ad..d963db32 100644
--- a/.gitignore
+++ b/.gitignore
@@ -188,6 +188,7 @@ utils/small_vector_test
utils/ts
utils/weights_test
training/crf/mpi_batch_optimize
+training/crf/mpi_baum_welch
training/crf/mpi_compute_cllh
training/crf/mpi_extract_features
training/crf/mpi_extract_reachable
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>