Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_packages_inputmethods_LatinIME
/
bd40b94f965b1602bea35fd92f2f05d524f9ab3b
/
native
/
jni
/
src
/
dictionary.cpp
3b088a2
Add missing includes.
by Ken Wakasa
· 13 years ago
4d289d3
Contacts dictionary rebuilds only when contact names have changed.
by Tom Ouyang
· 13 years ago
522a04e
Pass words as int[] to the native code.
by Jean Chalard
· 13 years ago
cd274b1
Save the flags in a member in the unigram dictionary.
by Jean Chalard
· 13 years ago
5b0761e
Remove write-only stuff
by Jean Chalard
· 13 years ago
3ef3e24
Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9
by Ken Wakasa
· 13 years ago
[Renamed from native/src/dictionary.cpp]
6ba8de2
Good bye the proximity logic in Java code
by satok
· 13 years ago
46a1eec
Add a variable-length header region to the binary format.
by Jean Chalard
· 13 years ago
9fb6f47
New LOG lib
by satok
· 14 years ago
a7e5a5a
Add words priority queue pool
by satok
· 14 years ago
1147c7b
Unbundle members in unigram_dictionary
by satok
· 14 years ago
588e2f2
Add bigram lookup implementation.
by Jean Chalard
· 14 years ago
581335c
Fix a bug where bigram search would never return
by Jean Chalard
· 14 years ago
8124e64
New dict format, step 2
by Jean Chalard
· 14 years ago
e93b1f22
Allow reading a binary dictionary even without proximity info.
by Jean Chalard
· 14 years ago
8fbd552
Add proximity info to native
by satok
· 14 years ago
e90b333
Load main dic in native
by Ken Wakasa
· 15 years ago
662fe69
Suggest words with missing space
by satok
· 15 years ago
715514d
Breakdown getWordRec and add comments
by satok
· 15 years ago
18c28f4
Detach bigram functionarities from unigram_dictionary
by satok
· 15 years ago
e808e43
Refactor: Move utility functions and no suggestion functions from unigram_dictionary.cpp to dictionary.cpp
by satok
· 15 years ago
3008825
Fix parameters of native functions and refactor Dictionary
by satok
· 15 years ago
d4952c8
Move a logic for finding words with a missing character to the native code.
by satok
· 15 years ago
15dc33d
Add an easy way to output native debug logs
by satok
· 15 years ago
80aa14f
- separate dict (uses xml)
by Jae Yong Sung
· 15 years ago
937d5ad
added bigram prediction
by Jae Yong Sung
· 15 years ago
826269c
Get rid of dependency on native AssetManager API. Confirmed the native code builds with the NDK r3.
by Ken Wakasa
· 15 years ago
707505e
A part of efforts of unbundling LatinIME: Get rid of ICU dependency in the native code.
by Ken Wakasa
· 15 years ago
07b1603
Don't let the native code target be included twice when unbundling.
by Amith Yamasani
· 15 years ago
[Renamed from dictionary/src/dictionary.cpp]
1b62ff1
Increase target size of preferred letters while typing.
by Amith Yamasani
· 16 years ago
d0e43ec
Fix for #2185627 : ArrayIndexOutOfBounds in BinaryDictionary.getWords()
by Amith Yamasani
· 16 years ago
379bcf8
Fix a bug in suggestion algorithm not returning all matches. Fixes 2170908.
by Amith Yamasani
· 16 years ago
f51d16a
Reduce weight of missing-char suggestions.
by Amith Yamasani
· 16 years ago
f115088
Allow for non-starting letters to be upper case in dictionary lookup.
by Amith Yamasani
· 16 years ago
322dc3d
Prune out suggestions that have a very large edit distance.
by Amith Yamasani
· 16 years ago
c3df2d6
Correction algorithm to check for missing single characters.
by Amith Yamasani
· 16 years ago
cc3e5c7
AI 143659: am: CL 143472 Reduce dictionary size.
by Amith Yamasani
· 16 years ago
923bf41
auto import from //branches/cupcake/...@138744
by The Android Open Source Project
· 16 years ago