From 4fb8cac01a2c15311dd4a200a9399ca6877bf2d6 Mon Sep 17 00:00:00 2001 From: Patrick Watrin <pat@lucy.local> Date: Tue, 1 Mar 2016 11:54:00 +0100 Subject: [PATCH] do-concord usage fixing --- README.md | 2 +- examples/do-concord.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fdb8b3..503ad7a 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ Options: -g, --grammar = the fst2 grammar to use Example: - $ do-concord -c unitex-fr.yaml *.txt + $ do-concord -c unitex-fr.yaml -g grammar.fst2 *.txt ``` ## Useful links diff --git a/examples/do-concord.py b/examples/do-concord.py index ebf3220..e8feff0 100644 --- a/examples/do-concord.py +++ b/examples/do-concord.py @@ -221,7 +221,7 @@ if __name__ == "__main__": sys.stderr.write(" -c, --config = the Unitex config file\n") sys.stderr.write(" -g, --grammar = the fst2 grammar to use\n\n") sys.stderr.write("Example:\n") - sys.stderr.write(" $ do-concord -c unitex.yaml *.txt\n") + sys.stderr.write(" $ do-concord -c unitex.yaml -g grammar.fst2 *.txt\n") sys.exit(1) try: -- GitLab