aboutsummaryrefslogtreecommitdiffstats
path: root/native/src/bigram_dictionary.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add bigram lookup implementation.Jean Chalard2011-08-021-153/+49
| | | | | Bug: 5046459 Change-Id: Id2c7686c5da078751ed587e559417e808779aa7a
* Fix build for profilingsatok2011-07-141-1/+1
| | | | Change-Id: I39cd0fa37fb738dcbbcf82839b6bb030e3af606b
* Compile code used in logging conditionally so that gcc does not complainDoug Kwan2011-07-081-0/+2
| | | | | | about unused-but-set variables. Change-Id: I141f438694a1854d54d08cb5a74c23222dd9d85e
* Fix a bug where bigram search would never returnJean Chalard2011-06-171-1/+1
| | | | | Bug: 4690487 Change-Id: Ie8f3f651508cc48bbb043a0b308f7e0d1524371c
* New dict format, step 2Jean Chalard2011-06-161-2/+1
| | | | | | | Move some methods around and make static some methods Bug: 4392433 Change-Id: I2bbe98aec118a416d21d1e293638e1d324505b9b
* Add -Werror flag to catch more warnings and errorsKen Wakasa2011-03-191-7/+19
| | | | Change-Id: I9c39ba24578931944aae8182918ed48a2e82eb39
* Load main dic in nativeKen Wakasa2011-01-071-6/+6
| | | | | | | Follow up to Id57dce51 bug: 3219819 Change-Id: I00e11ef21d0252ffa88c12dffb9c55b0f2e19a66
* Suggest words with missing spacesatok2010-12-091-6/+6
| | | | | | Bug: 3193883 Change-Id: I8d25f3e1d4db10be733d85edfa4f55a094feef80
* Fix a crash when MAX_WORD_LENGTH is too short.satok2010-12-061-1/+1
| | | | Change-Id: Idcb5aa2685321b8d0ac7d846caecbd1c79e4dd77
* Detach bigram functionarities from unigram_dictionarysatok2010-12-021-5/+226
| | | | Change-Id: Ie35164a5f293e5370885a1ba13d6ed7caf6000ec
* Refactor: Move utility functions and no suggestion functions from ↵satok2010-12-021-0/+2
| | | | | | unigram_dictionary.cpp to dictionary.cpp Change-Id: I6f695e4f5852547d2c00de5ee54a650fef9accbe
* Fix parameters of native functions and refactor Dictionarysatok2010-12-021-0/+31
- created bigram/unigram dictionary classes Change-Id: I233a28ed8d611870db3f4cf8f25fc45b5d41529b