]> gitweb.fperrin.net Git - DictionaryPC.git/blob - src/com/hughes/android/dictionary/parser/wiktionary/SimpleSingleWiktionaryParser.java
DictionaryBuilder prints sortable langs, JP->JA fix.
[DictionaryPC.git] / src / com / hughes / android / dictionary / parser / wiktionary / SimpleSingleWiktionaryParser.java
1 package com.hughes.android.dictionary.parser.wiktionary;
2
3 public class SimpleSingleWiktionaryParser {
4   
5   // Just does everything about a word, minus translations.
6
7 }