aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactoring: Move prev word information into PrevWordsInfo.Keisuke Kuroyanagi2014-05-157-28/+89
| | | | | | | Bug: 14119293 Bug: 14425059 Change-Id: I5a5f81c6b189e3ad1da093343a3121463f87c21c
* Cleanup DicTraverseSession.Keisuke Kuroyanagi2014-05-152-13/+1
| | | | Change-Id: I953665e1958e7214e9365e2bc9d3f3843016dc81
* Merge "Quit use bigram probability diff for ver4 dict."Keisuke Kuroyanagi2014-05-153-19/+14
|\
| * Quit use bigram probability diff for ver4 dict.Keisuke Kuroyanagi2014-05-153-19/+14
| | | | | | | | Change-Id: I2cfcfbcf351877d1dff466a24974dbb05908f14e
* | Merge "Reduce the cost for handling intentional omission."Keisuke Kuroyanagi2014-05-153-0/+5
|\ \
| * | Reduce the cost for handling intentional omission.Keisuke Kuroyanagi2014-05-143-0/+5
| | | | | | | | | | | | | | | | | | Bug: 14602770 Change-Id: I3a678a3e9b227fc4c3b8d23012aba18ca2e52da5
* | | Merge "Always keep PtNodes that represent non-word info during GC."Keisuke Kuroyanagi2014-05-153-5/+9
|\ \ \
| * | | Always keep PtNodes that represent non-word info during GC.Keisuke Kuroyanagi2014-05-143-5/+9
| | | | | | | | | | | | | | | | | | | | Bug: 14119293 Change-Id: Ie50b341a512be6a6efe3e05b60e1d09560b01d1f
* | | | Merge "Add VERSION_4_DEV(402) in native code."Keisuke Kuroyanagi2014-05-148-48/+118
|\ \ \ \ | | |_|/ | |/| |
| * | | Add VERSION_4_DEV(402) in native code.Keisuke Kuroyanagi2014-05-148-48/+118
| |/ / | | | | | | | | | | | | Bug: 13406708 Change-Id: I96cfacf524d670a6a5637a96a63bcd47aaf09ca0
* / / Use nullptr instead of MmappedBufferPtr(nullptr).Keisuke Kuroyanagi2014-05-141-5/+5
|/ / | | | | | | Change-Id: I9bc35f723f1c105ef6155a49630b8cd492900bc8
* | Merge "Use JniDataUtils::putXxxToArray() to output a value."Keisuke Kuroyanagi2014-05-142-13/+17
|\ \
| * | Use JniDataUtils::putXxxToArray() to output a value.Keisuke Kuroyanagi2014-05-142-13/+17
| | | | | | | | | | | | Change-Id: Ifb7bed6623b01acb524566a0fe00dcbdf7273888
* | | Merge "Filter out control characters and non-unicode code points."Keisuke Kuroyanagi2014-05-142-3/+43
|\| |
| * | Filter out control characters and non-unicode code points.Keisuke Kuroyanagi2014-05-142-3/+43
| | | | | | | | | | | | | | | | | | Bug: 14119293 Bug: 13758761 Change-Id: I6b79cff0714152807f5e20b7a75060a0a772b28b
* | | Merge "Generate dict code for version 401."Keisuke Kuroyanagi2014-05-1434-0/+4638
|\ \ \ | |/ / |/| |
| * | Generate dict code for version 401.Keisuke Kuroyanagi2014-05-1434-0/+4638
| |/ | | | | | | | | Bug: 13406708 Change-Id: I769ac84d54d997e7aefab0c9c16727455a132e0b
* | Merge "Use JniDataUtils::outputCodePoints() to output code points"Keisuke Kuroyanagi2014-05-143-11/+28
|\ \
| * | Use JniDataUtils::outputCodePoints() to output code pointsKeisuke Kuroyanagi2014-05-143-11/+28
| | | | | | | | | | | | | | | | | | | | | Bug: 14119293 Bug: 13758761 Change-Id: I516d2f96e219e6e65246f502186ccb9bd5f0670f
* | | Restrict the permission of dict files created on device.Keisuke Kuroyanagi2014-05-142-2/+13
|/ / | | | | | | | | Bug: 13497304 Change-Id: I7bf67e2e81bc63a67bd91cbc0f753ecac88349f6
* | Merge "Skip PtNodes with non-Unicode code points for suggestion."Keisuke Kuroyanagi2014-05-145-7/+30
|\ \ | |/ |/|
| * Skip PtNodes with non-Unicode code points for suggestion.Keisuke Kuroyanagi2014-05-125-7/+30
| | | | | | | | | | Bug: 14119293 Change-Id: Id1d3b789b5f18757070878dba35a7980bfb44591
* | Add "// namespace latinime"Keisuke Kuroyanagi2014-05-132-2/+2
| | | | | | | | | | Bug: 13406708 Change-Id: I0fa85875fb5b98b4e40a149e3e33e5f56bee9a97
* | Move files under bigram/shortcut to under structure.Keisuke Kuroyanagi2014-05-1313-15/+15
| | | | | | | | | | Bug: 13406708 Change-Id: I48e9d4ff30a8b50d4f1694ebbefb02cf189f7713
* | Code cleanup.Keisuke Kuroyanagi2014-05-134-4/+4
| | | | | | | | Change-Id: Ic31b66cccfd77348f2ff7961959a3eaf9f7ad5d8
* | Support bigram historical information migration.Keisuke Kuroyanagi2014-05-1313-45/+46
| | | | | | | | | | Bug: 13406708 Change-Id: I4bae53e43cb7653eac3b5bd13da2d2bc8aaf88a9
* | Support unigram historical information migration.Keisuke Kuroyanagi2014-05-125-21/+61
| | | | | | | | | | Bug: 13406708 Change-Id: Ibed15b3bc5d5ae68faefa379028dbe10d32b0c0f
* | Merge "Refactoring: Use UnigramProperty to add/update unigram."Keisuke Kuroyanagi2014-05-096-80/+81
|\ \
| * | Refactoring: Use UnigramProperty to add/update unigram.Keisuke Kuroyanagi2014-05-096-80/+81
| | | | | | | | | | | | | | | Bug: 13406708 Change-Id: I26fd541fb465d3543faa5f155becc455ddbb6c9c
* | | Merge "Avoid copying bigram list if possible."Keisuke Kuroyanagi2014-05-093-41/+66
|\ \ \ | |/ / |/| |
| * | Avoid copying bigram list if possible.Keisuke Kuroyanagi2014-05-083-41/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Constructing en_US main dict using dicttool: Before: real 1m8.699s user 1m10.600s sys 0m2.390s After: real 0m17.204s user 0m20.560s sys 0m0.720s Bug: 13406708 Change-Id: I3b0476be57e5cb93c6497025b3ffa7064ac326c6
* | | Merge "Add VERSION4_TEST for testing."Keisuke Kuroyanagi2014-05-099-17/+53
|\ \ \
| * | | Add VERSION4_TEST for testing.Keisuke Kuroyanagi2014-05-099-17/+53
| | | | | | | | | | | | | | | | | | | | Bug: 13406708 Change-Id: I0b434717ea3edbb131650af634c53cfbfe113c3e
* | | | Merge "Implement migrateNative()."Keisuke Kuroyanagi2014-05-083-0/+14
|\| | |
| * | | Implement migrateNative().Keisuke Kuroyanagi2014-05-083-0/+14
| | | | | | | | | | | | | | | | | | | | Bug: 13406708 Change-Id: Ie786a68e780baa298fedf82d21390ba45d871a52
* | | | Make initial additional buffer size 0.Keisuke Kuroyanagi2014-05-071-2/+2
|/ / / | | | | | | | | | | | | Bug: 14113369 Change-Id: I3b7b3a452544725577101dc3b9bcb85b3e08afe9
* | | Merge "Add new bigram entry at the tail of existing list."Keisuke Kuroyanagi2014-05-014-8/+33
|\| |
| * | Add new bigram entry at the tail of existing list.Keisuke Kuroyanagi2014-05-014-8/+33
| | | | | | | | | | | | | | | Bug: 13406708 Change-Id: If3162e65fc9aa2c47f046aee528276cb51fad9f4
* | | Merge "Add CODE_POINT_BEGINNING_OF_SENTENCE in native code."Keisuke Kuroyanagi2014-05-011-0/+2
|\ \ \ | | |/ | |/|
| * | Add CODE_POINT_BEGINNING_OF_SENTENCE in native code.Keisuke Kuroyanagi2014-04-301-0/+2
| |/ | | | | | | | | Bug: 14119293 Change-Id: Ib101435e2840172ba004ead081022669647a8ad9
* / Small clean up for LARGEST_INT_DIGIT_COUNTKen Wakasa2014-04-303-9/+10
|/ | | | Change-Id: I4a61c037370bf57b396d80ba7212d94328eaf7b9
* Move PatriciaTrieReadingUtils under pt_common.Keisuke Kuroyanagi2014-04-3010-10/+9
| | | | Change-Id: Ib8ec62b97318563785a2aafb854aabdc3f46f187
* Small clean up on MAX_LOCALE_STRING_LENGTHKen Wakasa2014-04-282-3/+2
| | | | Change-Id: I77f93879e841f33b81f6d193d1bd5782ad2124f5
* Support creating BinaryDictionary without creating dict file.Keisuke Kuroyanagi2014-04-223-1/+29
| | | | | Bug: 14166482 Change-Id: Ic8c78ec2c8f39358a1f085a041b608972a380eef
* Revert "Support creating BinaryDictionary without creating dict file."Keisuke Kuroyanagi2014-04-223-29/+1
| | | | | | This reverts commit 89939b870876b36791a47470ce852e4fcdfe86f2. Change-Id: I8ca1b55609ad305a93178063bd88bd1cede872af
* Support creating BinaryDictionary without creating dict file.Keisuke Kuroyanagi2014-04-223-1/+29
| | | | | Bug: 14166482 Change-Id: Ib065279f96e227ab0fee7c8141560c4ada744d3b
* Implement latinime_BinaryDictionary_createOnMemory().Keisuke Kuroyanagi2014-04-224-18/+40
| | | | | Bug: 14166482 Change-Id: If7ec3345ab34edcd6bc5cef9e72580ced894a0e3
* Separate JniDataUtils::constructAttributeMap().Keisuke Kuroyanagi2014-04-211-0/+29
| | | | | Bug: 14166482 Change-Id: Ic2dc407231743ea668fe0ab8869eb8a7f8b9625f
* Pass max trie structure size to on memory Ver4DictBuffers.Keisuke Kuroyanagi2014-04-184-8/+9
| | | | | | | Bug: 14166482 Bug: 14161647 Change-Id: I3b0dd192d7a81c3809f1873bb66ef8fe637f8af0
* Merge "Make addUnigramWord use UnigramProperty."Keisuke Kuroyanagi2014-04-147-47/+79
|\