aboutsummaryrefslogtreecommitdiffstats
path: root/native/src/bigram_dictionary.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9Ken Wakasa2012-03-301-165/+0
| | | | Change-Id: I3ab65059f6e356530484bfd0bba26a634a4cba65
* Good bye the proximity logic in Java codesatok2012-03-281-4/+3
| | | | | Bug: 4343280 Change-Id: I82f7d08703647a3492ce6e2d3b741146df58927e
* Change the first character check in bigram dictionary to be case insensitive.Tom Ouyang2012-03-241-1/+2
| | | | | Bug: 6188977 Change-Id: I121c1abf245c7f8734730810c07d3351b1ec581a
* Fix a bug where the returned number of bigrams was incorrectJean Chalard2012-03-211-2/+3
| | | | | Bug: 6191885 Change-Id: I1daa4d2eaeec5f5c1a4eef79221fd7de357763e9
* Add a variable-length header region to the binary format.Jean Chalard2012-03-061-1/+1
| | | | | | | Also bump up the format version to 2. Bug: 5686638 Change-Id: I3aafdd7e42c422202122998ec093280051aa8e07
* Activate bigram predictions from the binary dictionaryJean Chalard2012-02-151-1/+2
| | | | Change-Id: If1cc50539d7677b854b1cd3bea3423c8c0865de5
* New LOG libsatok2012-01-131-5/+5
| | | | Change-Id: I977e7e10fa58c0a64ca0c3c7b5cb2272446e3efe
* 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