]> gitweb.fperrin.net Git - DictionaryPC.git/blob - WiktionarySplitter.sh
Attempt at using maven for compilation
[DictionaryPC.git] / WiktionarySplitter.sh
1 #!/bin/bash
2
3 # Run after downloading (data/downloadInputs.sh) to generate
4 # per-language data files from enwiktionary.
5 RUNNER=./DictionaryPC
6 if ! test -x "$RUNNER" ; then
7   . javalibs.sh
8   RUNNER="$JAVA -Xmx4096m -Xverify:none -classpath bin/:$ICU4J:$COMMONS_COMPRESS com.hughes.android.dictionary.engine.Runner"
9 fi
10 $RUNNER WiktionarySplitter "$@"