Skip to content
Extraits de code Groupes Projets
Valider 4fb8cac0 rédigé par Patrick Watrin's avatar Patrick Watrin
Parcourir les fichiers

do-concord usage fixing

parent 126bccea
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -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
......
......@@ -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:
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter