LatinIME/java/src/com/android/inputmethod/research
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
..
BootBroadcastReceiver.java ResearchLogging upload via service 2012-08-22 11:27:46 -07:00
FeedbackActivity.java ResearchLogging capture full n-gram data 2012-08-21 22:37:33 -07:00
FeedbackFragment.java ResearchLogger feedback form 2012-07-22 18:36:24 -07:00
FeedbackLayout.java ResearchLogger feedback form 2012-07-22 18:36:24 -07:00
LogBuffer.java ResearchLogging capture full n-gram data 2012-08-21 22:37:33 -07:00
LogUnit.java ResearchLogging capture full n-gram data 2012-08-21 22:37:33 -07:00
MainLogBuffer.java ResearchLogging capture full n-gram data 2012-08-21 22:37:33 -07:00
ResearchLog.java add logging code 2012-09-04 15:24:25 -07:00
ResearchLogger.java ResearchLogger switch word segmentation 2012-11-29 20:32:12 -08:00
Statistics.java Move code point constants from Keyboard to Constants class 2012-10-29 16:04:20 +09:00
UploaderService.java ResearchLogging upload via service 2012-08-22 11:27:46 -07:00