Commit Graph

3 Commits

Author SHA1 Message Date
Ricardo Cerqueira c5e2cf0bf3 LatinIME: Refresh dictionaries
Rebuild those for which source wordlists are available.
Also, remove a couple of redundant ones provided by LatinIME

Change-Id: Ida10e7523f1af760a8fa7866dcea2caf16903d90
2015-10-30 14:31:37 +00:00
Ricardo Cerqueira ef304547e6 Rebuilt dictionaries from AOSP wordlists 2012-11-22 15:50:17 +00:00
Jorge Ruesga c5c3addd9d Update LatinIME dictionary overlays.
Dictionary files have been moved to a new name format.

Dictionary files can also have a new JellyBean format that
can provide next word suggestions.

Updated dictionaries used where available.

Squashed commit from: http://review.cyanogenmod.com/#/c/19404/
Fix Issue 5781: Danish keyboard crashes

The process libjni_latin.so crashes because the danish dictionary has a corrupted line that
exceeds the maximum word defined in native defines.h (#define MAX_WORD_LENGTH_INTERNAL 48) and
the BinaryDictionary (MAX_WORD_LENGTH = 48).

Also, the hebrew dictionary has inconsistent lines (http directions, english words, numbers,
dates, ...), and more of the them exceeds the 48 chars by word limit. I found an hebrew
dictionary in http://softkeyboard.googlecode.com/svn/trunk/DictionaryTools/xml/he.xml that looks
ok.

Change-Id: I33f88d672707388e76db656632b00b8e370f957a
2012-08-06 00:05:47 +04:00