LatinIME/tools/dicttool
Jean Chalard 75de9fb7ff Remove flags from Java side.
This simplifies the code quite a bit.
- GERMAN_UMLAUTS are now handled through a key-value attribute.
  The dictionary generator does not need to know about it any more.
- FRENCH_LIGATURES are deprecated as we handle them with shortcuts now.
- CONTAINS_BIGRAMS is deprecated. Bigram processing is always applied
  regardless of this flag.

Bug: 11281748
Change-Id: I55a11ba61d3589c1584a3fa6c941374b349b7b5c
2013-12-12 17:01:29 +09:00
..
compat Add an initial JNI interface to dicttool. 2013-08-15 17:58:55 +09:00
etc Add an initial JNI interface to dicttool. 2013-08-15 17:58:55 +09:00
src/com/android/inputmethod/latin Remove flags from Java side. 2013-12-12 17:01:29 +09:00
tests Remove flags from Java side. 2013-12-12 17:01:29 +09:00
Android.mk Split the header into a separate file. 2013-12-11 12:03:40 +09:00
NativeLib.mk Rename BinaryDictDecoder to Ver3DictDecoder. 2013-08-20 17:11:51 +09:00