From: Kashish Sharma Date: Sun, 21 Apr 2019 07:47:39 +0000 (+0530) Subject: Correct probably quoting error in example command X-Git-Url: http://gitweb.fperrin.net/?p=Dictionary.git;a=commitdiff_plain;h=b0b75a83ebdfa57961819486ee011bddd395c5de Correct probably quoting error in example command --- diff --git a/README.md b/README.md index 1c3e87b..b8cf549 100644 --- 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`