History log of /packages/inputmethods/LatinIME/native/src/bigram_dictionary.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
588e2f296451a8eb074af9140d018b828105237f 25-Jul-2011 Jean Chalard <jchalard@google.com> Add bigram lookup implementation.

Bug: 5046459
Change-Id: Id2c7686c5da078751ed587e559417e808779aa7a
/packages/inputmethods/LatinIME/native/src/bigram_dictionary.cpp
787945bf1ef2e5449b5df16dfe15beeb0fd7cb71 14-Jul-2011 satok <satok@google.com> Fix build for profiling

Change-Id: I39cd0fa37fb738dcbbcf82839b6bb030e3af606b
/packages/inputmethods/LatinIME/native/src/bigram_dictionary.cpp
ce9efbff53ba04bd719c3c15d8a5a501ff12714f 08-Jul-2011 Doug Kwan <dougkwan@google.com> Compile code used in logging conditionally so that gcc does not complain
about unused-but-set variables.

Change-Id: I141f438694a1854d54d08cb5a74c23222dd9d85e
/packages/inputmethods/LatinIME/native/src/bigram_dictionary.cpp
581335c3fbc0968aac02507453d783cdd97455bf 16-Jun-2011 Jean Chalard <jchalard@google.com> Fix a bug where bigram search would never return

Bug: 4690487
Change-Id: Ie8f3f651508cc48bbb043a0b308f7e0d1524371c
/packages/inputmethods/LatinIME/native/src/bigram_dictionary.cpp
8124e64dccb2027fcdcf19b76490769087f55cc2 16-Jun-2011 Jean Chalard <jchalard@google.com> New dict format, step 2

Move some methods around and make static some methods

Bug: 4392433
Change-Id: I2bbe98aec118a416d21d1e293638e1d324505b9b
/packages/inputmethods/LatinIME/native/src/bigram_dictionary.cpp
de3070a71b39742c3ac7b613f45af88cc95c1205 19-Mar-2011 Ken Wakasa <kwakasa@google.com> Add -Werror flag to catch more warnings and errors

Change-Id: I9c39ba24578931944aae8182918ed48a2e82eb39
/packages/inputmethods/LatinIME/native/src/bigram_dictionary.cpp
e90b333017c68e888a5e3d351f07ea29036457d0 07-Jan-2011 Ken Wakasa <kwakasa@google.com> Load main dic in native

Follow up to Id57dce51

bug: 3219819
Change-Id: I00e11ef21d0252ffa88c12dffb9c55b0f2e19a66
/packages/inputmethods/LatinIME/native/src/bigram_dictionary.cpp
662fe69ba2b8513a1a6640adde917db9a13e98af 08-Dec-2010 satok <satok@google.com> Suggest words with missing space

Bug: 3193883

Change-Id: I8d25f3e1d4db10be733d85edfa4f55a094feef80
/packages/inputmethods/LatinIME/native/src/bigram_dictionary.cpp
f5cded1c6cf0f39df13750d4f9f5ba66c1b32964 06-Dec-2010 satok <satok@google.com> Fix a crash when MAX_WORD_LENGTH is too short.

Change-Id: Idcb5aa2685321b8d0ac7d846caecbd1c79e4dd77
/packages/inputmethods/LatinIME/native/src/bigram_dictionary.cpp
18c28f431eadc1b451ca25d14fd683db4b234838 02-Dec-2010 satok <satok@google.com> Detach bigram functionarities from unigram_dictionary

Change-Id: Ie35164a5f293e5370885a1ba13d6ed7caf6000ec
/packages/inputmethods/LatinIME/native/src/bigram_dictionary.cpp
e808e436cbd6f1aeadb5d61f354d03c3c50872a7 02-Dec-2010 satok <satok@google.com> Refactor: Move utility functions and no suggestion functions from unigram_dictionary.cpp to dictionary.cpp

Change-Id: I6f695e4f5852547d2c00de5ee54a650fef9accbe
/packages/inputmethods/LatinIME/native/src/bigram_dictionary.cpp
30088259480130e5bac5c2028e2c7c3e6d4c51a2 01-Dec-2010 satok <satok@google.com> Fix parameters of native functions and refactor Dictionary

- created bigram/unigram dictionary classes

Change-Id: I233a28ed8d611870db3f4cf8f25fc45b5d41529b
/packages/inputmethods/LatinIME/native/src/bigram_dictionary.cpp