]> gitweb.fperrin.net Git - DictionaryPC.git/commit
Added WholeSection entries and parser.
authorthadh <thadh@thadh-macbookpro>
Sat, 21 Jul 2012 17:41:21 +0000 (10:41 -0700)
committerthadh <thadh@thadh-macbookpro>
Sat, 21 Jul 2012 17:41:21 +0000 (10:41 -0700)
commitd46f529d02bf4306a922c521d032f7620020b1e8
treec8e633b161c1c9ba8f728c26150a72109a653b72
parent0eaf1a63bc6d1145490b64d8c68e5a545401ec16
Added WholeSection entries and parser.
Switched to real xerces parser because Sun fork was crashing on
enwiktionary data.
13 files changed:
.classpath
data/downloadInputs.sh
jars/xerces-2_11_0/xercesImpl.jar [new file with mode: 0644]
src/com/hughes/android/dictionary/engine/DictionaryBuilder.java
src/com/hughes/android/dictionary/engine/DictionaryBuilderMain.java
src/com/hughes/android/dictionary/engine/DictionaryBuilderTest.java
src/com/hughes/android/dictionary/engine/IndexBuilder.java
src/com/hughes/android/dictionary/engine/WiktionarySplitter.java
src/com/hughes/android/dictionary/parser/wiktionary/WholeSectionToHtmlParser.java
testdata/goldens/wiktionary.WholeSection.DE.quickdic.text [new file with mode: 0644]
testdata/goldens/wiktionary.WholeSection.EN.quickdic.text [new file with mode: 0644]
testdata/goldens/wiktionary.WholeSection.IT.quickdic.text [new file with mode: 0644]
todo.txt