aboutsummaryrefslogtreecommitdiffstats
path: root/native/src/bigram_dictionary.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a variable-length header region to the binary format.•••Also bump up the format version to 2. Bug: 5686638 Change-Id: I3aafdd7e42c422202122998ec093280051aa8e07 Jean Chalard2012-03-061-1/+1
* Activate bigram predictions from the binary dictionary•••Change-Id: If1cc50539d7677b854b1cd3bea3423c8c0865de5 Jean Chalard2012-02-151-1/+2
* New LOG lib•••Change-Id: I977e7e10fa58c0a64ca0c3c7b5cb2272446e3efe satok2012-01-131-5/+5
* Add bigram lookup implementation.•••Bug: 5046459 Change-Id: Id2c7686c5da078751ed587e559417e808779aa7a Jean Chalard2011-08-021-153/+49
* Fix build for profiling•••Change-Id: I39cd0fa37fb738dcbbcf82839b6bb030e3af606b satok2011-07-141-1/+1
* Compile code used in logging conditionally so that gcc does not complain•••about unused-but-set variables. Change-Id: I141f438694a1854d54d08cb5a74c23222dd9d85e Doug Kwan2011-07-081-0/+2
* Fix a bug where bigram search would never return•••Bug: 4690487 Change-Id: Ie8f3f651508cc48bbb043a0b308f7e0d1524371c Jean Chalard2011-06-171-1/+1
* New dict format, step 2•••Move some methods around and make static some methods Bug: 4392433 Change-Id: I2bbe98aec118a416d21d1e293638e1d324505b9b Jean Chalard2011-06-161-2/+1
* Add -Werror flag to catch more warnings and errors•••Change-Id: I9c39ba24578931944aae8182918ed48a2e82eb39 Ken Wakasa2011-03-191-7/+19
* Load main dic in native•••Follow up to Id57dce51 bug: 3219819 Change-Id: I00e11ef21d0252ffa88c12dffb9c55b0f2e19a66 Ken Wakasa2011-01-071-6/+6
* Suggest words with missing space•••Bug: 3193883 Change-Id: I8d25f3e1d4db10be733d85edfa4f55a094feef80 satok2010-12-091-6/+6
* Fix a crash when MAX_WORD_LENGTH is too short.•••Change-Id: Idcb5aa2685321b8d0ac7d846caecbd1c79e4dd77 satok2010-12-061-1/+1
* Detach bigram functionarities from unigram_dictionary•••Change-Id: Ie35164a5f293e5370885a1ba13d6ed7caf6000ec satok2010-12-021-5/+226
* Refactor: Move utility functions and no suggestion functions from unigram_dic...•••Change-Id: I6f695e4f5852547d2c00de5ee54a650fef9accbe satok2010-12-021-0/+2
* Fix parameters of native functions and refactor Dictionary•••- created bigram/unigram dictionary classes Change-Id: I233a28ed8d611870db3f4cf8f25fc45b5d41529b satok2010-12-021-0/+31