diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-02-03 18:03:49 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-02-03 18:03:49 -0500 |
commit | 3a2fc36378337147a956e439db31baf91bfb95c8 (patch) | |
tree | e096fa0d0628fe3d09bb8dc0dcc0d15f617eb32d /sa-extract/example | |
parent | dbf367e0fc9d3faf906340d1f51f2dbda1892081 (diff) |
escaping tool for grammar extractor
Diffstat (limited to 'sa-extract/example')
-rw-r--r-- | sa-extract/example/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sa-extract/example/README b/sa-extract/example/README index 9819ba5f..f6eac52b 100644 --- a/sa-extract/example/README +++ b/sa-extract/example/README @@ -4,5 +4,5 @@ Commands to compile a corpus and extract some grammars # compile ../sa-compile.pl -b nc=corpus.de.gz,corpus.en.gz -a gdfa=corpus.align.gz > extract.ini # extract -cat test.de | ../extractor.py -c extract.ini +cat test.de | ../escape-testset.pl | ../extractor.py -c extract.ini |