Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
packages
/
inputmethods
/
LatinIME
/
1ec3f158d2532d71c8660f02710b342c7a16f330
/
native
f7322b1
Make getNextWordAndNextToken output code point count.
by Keisuke Kuroyanagi
· 10 years ago
a807663
Merge "Remove hasBigrams/hasShortcut flags from ver4 PtNode."
by Keisuke Kuroyanagi
· 10 years ago
24d49ee
Remove hasBigrams/hasShortcut flags from ver4 PtNode.
by Keisuke Kuroyanagi
· 10 years ago
762a356
Merge "Add native unittest support on target devices for LatinIME"
by Yohei Yukawa
· 10 years ago
7f4cca0
Add native unittest support on target devices for LatinIME
by Yohei Yukawa
· 10 years ago
0fbca1a
Remove word from personalized dicts when it's canceled.
by Keisuke Kuroyanagi
· 10 years ago
89899e1
Merge "Update unit test for beginning-of-sentence."
by Keisuke Kuroyanagi
· 10 years ago
e041bfa
Update unit test for beginning-of-sentence.
by Keisuke Kuroyanagi
· 10 years ago
22931cd
Enable Beginning-of-Sentence prediction for contextual dict.
by Keisuke Kuroyanagi
· 10 years ago
da0ea76
Merge "Add jni method for removeUnigramEntry()."
by Keisuke Kuroyanagi
· 10 years ago
b4d77ec
Add jni method for removeUnigramEntry().
by Keisuke Kuroyanagi
· 10 years ago
f129852
Add removeUnigramEntry() to native dictionary policy.
by Keisuke Kuroyanagi
· 10 years ago
86fe808
Merge "Add removeUnigramEntry() to native dictionary policy."
by Keisuke Kuroyanagi
· 10 years ago
447c193
Merge "Enable Beginning-of-Sentence prediction for contextual dict."
by Keisuke Kuroyanagi
· 10 years ago
59ed0c2
Block offensive words in native code.
by Keisuke Kuroyanagi
· 10 years ago
07e1412
Purge dict reading code for 401 and create for 402.
by Keisuke Kuroyanagi
· 10 years ago
d9b8602
Implement getMaxProbabilityOfExactMatches().
by Keisuke Kuroyanagi
· 10 years ago
d6b89e1
Add jni method for getMaxFrequencyOfExactMatches().
by Keisuke Kuroyanagi
· 10 years ago
7852765
Add length check for attaching a BoS marker.
by Keisuke Kuroyanagi
· 10 years ago
f9ce867
Add boundary check for v4 bigram reading.
by Keisuke Kuroyanagi
· 10 years ago
dfca517
Return whether the dynamic dict operation was success.
by Keisuke Kuroyanagi
· 10 years ago
0088d1f
Merge "Use whether it's exact match to detect distracters."
by Keisuke Kuroyanagi
· 10 years ago
a6278eb
Use whether it's exact match to detect distracters.
by Keisuke Kuroyanagi
· 10 years ago
67e02a6
Specify c++_static for bundled Latin IME as well
by Yohei Yukawa
· 10 years ago
a37f374
Version up dynamic dict format from 401 to 402.
by Keisuke Kuroyanagi
· 10 years ago
1adca93
Extend jni methods and enable Beginning-of-Sentence.
by Keisuke Kuroyanagi
· 10 years ago
96990ca
Support Beginning-of-Sentence in native code
by Keisuke Kuroyanagi
· 10 years ago
6600340
Fix: PtNodeParams.representsNonWordInfo()
by Keisuke Kuroyanagi
· 10 years ago
2a015dc
Add Beginning-of-Sentence info in UnigramProperty.
by Keisuke Kuroyanagi
· 10 years ago
9f8c9a0
Use PrevWordsInfo to add/remove n(bi)-gram in native code.
by Keisuke Kuroyanagi
· 10 years ago
fa7db65
Support multiple previous words in DicNode.
by Keisuke Kuroyanagi
· 10 years ago
45d1a93
Move prev word related logic to PrevWordsInfo.
by Keisuke Kuroyanagi
· 10 years ago
b94ec14
Introduce MAX_PREV_WORD_COUNT_FOR_N_GRAM.
by Keisuke Kuroyanagi
· 10 years ago
b87fffb
Refactoring: Move prev word information into PrevWordsInfo.
by Keisuke Kuroyanagi
· 10 years ago
d6fdd58
Cleanup DicTraverseSession.
by Keisuke Kuroyanagi
· 10 years ago
e810a26
Merge "Quit use bigram probability diff for ver4 dict."
by Keisuke Kuroyanagi
· 10 years ago
6434192
Quit use bigram probability diff for ver4 dict.
by Keisuke Kuroyanagi
· 10 years ago
a709bc7
Merge "Reduce the cost for handling intentional omission."
by Keisuke Kuroyanagi
· 10 years ago
39e5a15
Merge "Always keep PtNodes that represent non-word info during GC."
by Keisuke Kuroyanagi
· 10 years ago
91d7538
Merge "Add VERSION_4_DEV(402) in native code."
by Keisuke Kuroyanagi
· 10 years ago
7116ea9
Add VERSION_4_DEV(402) in native code.
by Keisuke Kuroyanagi
· 10 years ago
cf70069
Always keep PtNodes that represent non-word info during GC.
by Keisuke Kuroyanagi
· 10 years ago
2dc8e36
Use nullptr instead of MmappedBufferPtr(nullptr).
by Keisuke Kuroyanagi
· 10 years ago
32bdf9f
Merge "Use JniDataUtils::putXxxToArray() to output a value."
by Keisuke Kuroyanagi
· 10 years ago
5c00bde
Merge "Filter out control characters and non-unicode code points."
by Keisuke Kuroyanagi
· 10 years ago
304a71d
Use JniDataUtils::putXxxToArray() to output a value.
by Keisuke Kuroyanagi
· 10 years ago
e9121a6
Filter out control characters and non-unicode code points.
by Keisuke Kuroyanagi
· 10 years ago
728141d
Merge "Generate dict code for version 401."
by Keisuke Kuroyanagi
· 10 years ago
6bf2681
Generate dict code for version 401.
by Keisuke Kuroyanagi
· 10 years ago
72d6061
Merge "Use JniDataUtils::outputCodePoints() to output code points"
by Keisuke Kuroyanagi
· 10 years ago
ed16af7
Restrict the permission of dict files created on device.
by Keisuke Kuroyanagi
· 10 years ago
d2f7cd2
Use JniDataUtils::outputCodePoints() to output code points
by Keisuke Kuroyanagi
· 10 years ago
c1e86d3
Merge "Skip PtNodes with non-Unicode code points for suggestion."
by Keisuke Kuroyanagi
· 10 years ago
14dd663
Reduce the cost for handling intentional omission.
by Keisuke Kuroyanagi
· 10 years ago
0c8ce96
Add "// namespace latinime"
by Keisuke Kuroyanagi
· 11 years ago
6e4b674
Move files under bigram/shortcut to under structure.
by Keisuke Kuroyanagi
· 11 years ago
d0d0113
Code cleanup.
by Keisuke Kuroyanagi
· 11 years ago
620a05a
Support bigram historical information migration.
by Keisuke Kuroyanagi
· 11 years ago
79ba633
Skip PtNodes with non-Unicode code points for suggestion.
by Keisuke Kuroyanagi
· 11 years ago
9d7e8c7
Support unigram historical information migration.
by Keisuke Kuroyanagi
· 11 years ago
6b74f51
Merge "Refactoring: Use UnigramProperty to add/update unigram."
by Keisuke Kuroyanagi
· 11 years ago
b7f71cd
Merge "Avoid copying bigram list if possible."
by Keisuke Kuroyanagi
· 11 years ago
b636e25
Refactoring: Use UnigramProperty to add/update unigram.
by Keisuke Kuroyanagi
· 11 years ago
eaa347b
Merge "Add VERSION4_TEST for testing."
by Keisuke Kuroyanagi
· 11 years ago
455dc84
Add VERSION4_TEST for testing.
by Keisuke Kuroyanagi
· 11 years ago
08ea74e
Merge "Implement migrateNative()."
by Keisuke Kuroyanagi
· 11 years ago
08d12a1
Merge "Extend jni interface for dictionary migration."
by Keisuke Kuroyanagi
· 11 years ago
ad518d9
Avoid copying bigram list if possible.
by Keisuke Kuroyanagi
· 11 years ago
8a9d9de
Implement migrateNative().
by Keisuke Kuroyanagi
· 11 years ago
1471fba
Extend jni interface for dictionary migration.
by Keisuke Kuroyanagi
· 11 years ago
ad8f220
Make initial additional buffer size 0.
by Keisuke Kuroyanagi
· 11 years ago
8e8a5a5
Merge "Add new bigram entry at the tail of existing list."
by Keisuke Kuroyanagi
· 11 years ago
8d8fb39
Add new bigram entry at the tail of existing list.
by Keisuke Kuroyanagi
· 11 years ago
ab5839a
Merge "Add CODE_POINT_BEGINNING_OF_SENTENCE in native code."
by Keisuke Kuroyanagi
· 11 years ago
4162cfd
Add CODE_POINT_BEGINNING_OF_SENTENCE in native code.
by Keisuke Kuroyanagi
· 11 years ago
fc2858c
Small clean up for LARGEST_INT_DIGIT_COUNT
by Ken Wakasa
· 11 years ago
8dac7ce
Move PatriciaTrieReadingUtils under pt_common.
by Keisuke Kuroyanagi
· 11 years ago
9e15b45
Small clean up on MAX_LOCALE_STRING_LENGTH
by Ken Wakasa
· 11 years ago
3b79847
Support creating BinaryDictionary without creating dict file.
by Keisuke Kuroyanagi
· 11 years ago
ce76821
Revert "Support creating BinaryDictionary without creating dict file."
by Keisuke Kuroyanagi
· 11 years ago
89939b8
Support creating BinaryDictionary without creating dict file.
by Keisuke Kuroyanagi
· 11 years ago
903be5b
Implement latinime_BinaryDictionary_createOnMemory().
by Keisuke Kuroyanagi
· 11 years ago
361881b
Merge "Separate JniDataUtils::constructAttributeMap()."
by Keisuke Kuroyanagi
· 11 years ago
68b4f2a
Merge "Add jni interface to use on memory dictionary."
by Keisuke Kuroyanagi
· 11 years ago
edc7d02
Separate JniDataUtils::constructAttributeMap().
by Keisuke Kuroyanagi
· 11 years ago
61cb852
Add jni interface to use on memory dictionary.
by Keisuke Kuroyanagi
· 11 years ago
b48c93b
Revert "Revert "Use mclinker""
by Ken Wakasa
· 11 years ago
de8f85a
Revert "Use mclinker"
by Ken Wakasa
· 11 years ago
47b4321
Use mclinker
by Ken Wakasa
· 11 years ago
7b43d98
Pass max trie structure size to on memory Ver4DictBuffers.
by Keisuke Kuroyanagi
· 11 years ago
d4e54af
Merge "Make addUnigramWord use UnigramProperty."
by Keisuke Kuroyanagi
· 11 years ago
7931248
Make addUnigramWord use UnigramProperty.
by Keisuke Kuroyanagi
· 11 years ago
8ca9be1
s/hash_map_compat/unordered_map/
by Ken Wakasa
· 11 years ago
100eb53
Merge "Increase terminal cache size for gesture."
by Keisuke Kuroyanagi
· 11 years ago
627fcc6
Merge "Quit limiting gesture search space by distance."
by Keisuke Kuroyanagi
· 11 years ago
d4dbbd5
Use C++11 random library
by Yohei Yukawa
· 11 years ago
111c05f
Add BloomFilterTest.
by Keisuke Kuroyanagi
· 11 years ago
63d33f4
Increase terminal cache size for gesture.
by Keisuke Kuroyanagi
· 11 years ago
bc9500f
Quit limiting gesture search space by distance.
by Keisuke Kuroyanagi
· 11 years ago
26c8066
Use 2D normal distribution for gesture.
by Keisuke Kuroyanagi
· 11 years ago
Next »