From: Reimar Döffinger Date: Thu, 27 Aug 2015 17:04:23 +0000 (+0200) Subject: Add comment about hang issue. X-Git-Url: http://gitweb.fperrin.net/?p=DictionaryPC.git;a=commitdiff_plain;h=8359f369b467556d934182443e900b3cb0e3db01 Add comment about hang issue. --- diff --git a/generate_dictionaries.sh b/generate_dictionaries.sh index dec94b9..d1d3d88 100755 --- a/generate_dictionaries.sh +++ b/generate_dictionaries.sh @@ -1,4 +1,5 @@ #./run.sh --lang1=EN --dictOut=test --dictInfo=test --input0=data/inputs/wikiSplit/en/EN.data --input0Name=enwikitionary --input0Format=enwiktionary --input0LangPattern=English --input0LangCodePattern=en --input0EnIndex=1 --input0WiktionaryType=EnEnglish +# Note: using input1 seems to hang for ZH currently! while read langcode langname ; do lang=$(echo $langcode | tr '[a-z]' '[A-Z]') test "$lang" = "CY" && lang=CI