Add reader and writer for the combined dict format.
This introduces a new textual format for the dictionary that combines words, bigrams and shortcuts to avoid complexity. It is also extensible to n-grams to fool-prof for the future, and easier to read than XML. Bug: 7388540 Change-Id: I942bbad51bd0c905a5a54c278667563fd6dd66ec
Showing
- java/src/com/android/inputmethod/latin/BinaryDictionaryFileDumper.java 1 addition, 7 deletions...android/inputmethod/latin/BinaryDictionaryFileDumper.java
- tools/dicttool/src/com/android/inputmethod/latin/dicttool/CombinedInputOutput.java 238 additions, 0 deletions...droid/inputmethod/latin/dicttool/CombinedInputOutput.java
- tools/dicttool/src/com/android/inputmethod/latin/dicttool/DictionaryMaker.java 79 additions, 12 deletions...m/android/inputmethod/latin/dicttool/DictionaryMaker.java
- tools/dicttool/src/com/android/inputmethod/latin/dicttool/Dicttool.java 1 addition, 0 deletions.../src/com/android/inputmethod/latin/dicttool/Dicttool.java
Loading
Please register or sign in to comment