blob: d0ae70edb4997b8b3487fc08ac3b6ecf9fc01492 (
plain)
1
2
3
4
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>
|