OSDN Git Service

Generate English Dictionary (version : 200 - may contain bigrams)
authorJae Yong Sung <jysung@google.com>
Wed, 7 Jul 2010 18:10:01 +0000 (11:10 -0700)
committerJae Yong Sung <jysung@google.com>
Wed, 14 Jul 2010 17:40:44 +0000 (10:40 -0700)
commit80059e63a708beafaaa4528ed166981473e4b1dc
tree4f60724cbee18bfa084510b2f204495123f7095f
parentc6407b91527281041671296eca887a732ec72c81
Generate English Dictionary (version : 200 - may contain bigrams)
 - created separate class for bigram

Change-Id: Iaee544c6e62dcd0a90730d20d5c955280e5cf0ae
tools/makedict/src/com/android/tools/dict/BigramDictionary.java [new file with mode: 0644]
tools/makedict/src/com/android/tools/dict/MakeBinaryDictionary.java