maiacore android keyboard app or something
 
 
 
 
Go to file
Kurt Partridge 6a0720478d ResearchLogger switch word segmentation
Previously, a logunit was considered a word only if it was all letters.  This is important for
tracking bigrams correctly.

Now, a logunit must have only at least one letter.  The dictionary check is still performed,
and punctuation, etc. still comes in as separate LogUnits.  But a word can contain a space,
which helps set up for logging words where spaces are inserted automatically, and other situations
in which text is committed with an additional space tacked onto the end.

Change-Id: Ia74094a99058890d20a9cdadf2d0989841a79a41
2012-11-29 20:32:12 -08:00
dictionaries Update RU dictionary header. 2012-11-22 16:21:10 +09:00
java ResearchLogger switch word segmentation 2012-11-29 20:32:12 -08:00
native Merge "Add utilities to read header values." 2012-11-29 03:11:06 -08:00
tests Set additional subtypes before getting current subtype 2012-11-28 14:49:38 +09:00
tools Clean up dependency for dicttool 2012-11-29 19:09:01 +09:00
Android.mk Reorganize LatinIME native build directory structure. Now it got NDK friendly. 2011-12-13 21:16:20 +09:00
CleanSpec.mk Pass the touch position correction data to native. 2011-09-29 17:00:49 +09:00