From b0b75a83ebdfa57961819486ee011bddd395c5de Mon Sep 17 00:00:00 2001 From: Kashish Sharma Date: Sun, 21 Apr 2019 13:17:39 +0530 Subject: [PATCH] Correct probably quoting error in example command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- 2.43.0