]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Correct probably quoting error in example command
authorKashish Sharma <music.kashish@gmail.com>
Sun, 21 Apr 2019 07:47:39 +0000 (13:17 +0530)
committerReimar Döffinger <rdoeffinger@users.noreply.github.com>
Mon, 22 Apr 2019 12:35:44 +0000 (14:35 +0200)
README.md

index 1c3e87be734f4a831b1324c1f6a1d23ec920f291..b8cf5495e0b14aa722ae0b085e63902165f5bd0e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -29,6 +29,6 @@ And approximation of the steps for generating dictionaries:
    For a more manual approach, the commands it runs are something like
   `./run.sh --lang1=ES --lang2=PT --lang1Stoplist=data/inputs/stoplists/es.txt \
   --dictOut=data/outputs/ES-PT.quickdic \
-  --dictInfo="(EN)Wiktionary-based ES-PT dictionary. --input1=data/inputs/wikiSplit/en/EN.data" \
+  --dictInfo="(EN)Wiktionary-based ES-PT dictionary." --input1=data/inputs/wikiSplit/en/EN.data \
   --input1Name=enwikitionary --input1Format=EnTranslationToTranslation \
   --input1LangPattern1=es --input1LangPattern2=pt`