summaryrefslogtreecommitdiff
path: root/sa-extract/example
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2012-02-03 18:03:49 -0500
committerChris Dyer <cdyer@cs.cmu.edu>2012-02-03 18:03:49 -0500
commitf08ff03664ee7c9601c9daaa217cb032160f386f (patch)
tree5e93393df8bddb128a778f29ea86a0ea81ce7ebf /sa-extract/example
parent16d08eefddbecfefced16a0dd5a13d4c64c139b0 (diff)
escaping tool for grammar extractor
Diffstat (limited to 'sa-extract/example')
-rw-r--r--sa-extract/example/README2
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