#!/bin/bash # Run after downloading (data/downloadInputs.sh) to generate # per-language data files from enwiktionary. RUNNER=./DictionaryPC if ! test -x "$RUNNER" ; then . javalibs.sh RUNNER="$JAVA -Xmx4096m -Xverify:none -classpath bin/:$ICU4J:$COMMONS_COMPRESS com.hughes.android.dictionary.engine.Runner" fi $RUNNER WiktionarySplitter "$@"