X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=README.md;h=b8cf5495e0b14aa722ae0b085e63902165f5bd0e;hb=8a4bb75be2e165be16d9d8e345d0dca5aca169ad;hp=1c3e87be734f4a831b1324c1f6a1d23ec920f291;hpb=7717deec013e2df5a8e38d26f3a7a252eac6f11b;p=Dictionary.git 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`