View Single Post
Old 10-03-2021, 07:54 AM   #2
ozmenius
Junior Member
ozmenius began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Oct 2021
Device: Tolino Vision 5
I made headway the on creating a database. I have tab separated txt-file of the glossary. Now I just need to convert it to a QuickDic-file that allows looking up for words.
I used the dictcc code as a base, but if I change the code of the QuickDicBuilder as mentioned below which didn't work:
Quote:
# -agentlib:hprof=heap=sites,depth=20
ICU4J=/usr/share/java/icu4j-49.1.jar
test -r "$ICU4J" || ICU4J=/usr/share/icu4j-55/lib/icu4j.jar
XERCES=/usr/share/java/xercesImpl.jar
test -r "$XERCES" || XERCES=/usr/share/xerces-2/lib/xercesImpl.jar
COMMONS=/usr/share/java/commons-lang3.jar
test -r "$COMMONS" || COMMONS=/usr/share/commons-lang-3.3/lib/commons-lang.jar
COMMONS_COMPRESS=/usr/share/java/commons-compress-1.13.jar
JAVA=/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
test -x "$JAVA" || JAVA=java
"$JAVA" -jar DictionaryBuilder.jar --lang1="TR" --lang1Stoplist=data/inputs/stoplists/de.txt --input1=data/inputs/dictcc.txt --input1Name=dictcc --dictInfo="dictcc-based TR" --dictOut=data/outputs/TR_dictcc.quickdic --input1Charset=UTF8 --input1Format=tab_separated
But if I look up for words, the Tolino eBook reader displays a blank page. What did I do wrong?
ozmenius is offline   Reply With Quote