diff options
author | Paul Baltescu <pauldb89@gmail.com> | 2013-04-24 14:32:48 +0100 |
---|---|---|
committer | Paul Baltescu <pauldb89@gmail.com> | 2013-04-24 14:32:48 +0100 |
commit | 8c3d0ea032eb703beca62ab5a04bb5bfd4679316 (patch) | |
tree | 60231fdec7e69002267859194ab509f7cd13018e | |
parent | d467e14b28085809c31431be0478eb3d9322fe96 (diff) |
README file for the grammar extractor.
-rw-r--r-- | extractor/README.md | 5 |
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> |