Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_packages_inputmethods_LatinIME
/
f25e7053e57c5c7b72c4403ed220d2a961ecdd06
/
native
/
jni
/
src
/
dictionary.h
5db594a
Remove MAX_WORD_LENGTH_INTERNAL
by Ken Wakasa
· 13 years ago
f6870cc
Remove BinaryDictionary.MAX_PREDICTION and MAX_SPACES, and rename MAX_WORDS to MAX_RESULTS
by Ken Wakasa
· 13 years ago
ffd08e3
Reorganize file and class names for typing and gesture
by Ken Wakasa
· 13 years ago
aa5a3e8
Clean up int types in the Dictionary class
by Ken Wakasa
· 13 years ago
fe9ec6b
Remove unused variables
by Ken Wakasa
· 13 years ago
1e61493
Use 32-bit code points for suggestions output
by Ken Wakasa
· 13 years ago
b02ee3d
Make use of the NELEMS and KEYCODE_SPACE macro. Also, remove an unused parameter.
by Ken Wakasa
· 13 years ago
f278981
Cosmetic fixes and a bug fix in UnigramDictionary::testCharGroupForContinuedLikeness().
by Ken Wakasa
· 13 years ago
f6be15c
Step 30-A Constize gesture
by Satoshi Kataoka
· 13 years ago
34710b0
A couple of cleanups. Remove unnecessary casts.
by Ken Wakasa
· 13 years ago
bcec82d
Clean up constructors
by Ken Wakasa
· 13 years ago
e9f3e18
Add arguments for dic traverse session
by Satoshi Kataoka
· 13 years ago
9127811
Pass traverse session
by Satoshi Kataoka
· 13 years ago
77e8e81
Header cleanup. Moved a couple of functions from .h to .cpp.
by Ken Wakasa
· 13 years ago
0bbb917
Cosmetic fixes and style fixes
by Ken Wakasa
· 13 years ago
c7387a4
Add values for suggestion types (A120)
by Jean Chalard
· 13 years ago
6931df9
Pass an array to output suggestion types (A119a)
by Jean Chalard
· 13 years ago
3b57631
Resolve a TODO: bury some implementation detail in native (A110)
by Jean Chalard
· 13 years ago
6a5d17c
Remove a useless parameter (A106)
by Jean Chalard
· 13 years ago
b7d7c5a
Make a constant really constant (A104)
by Jean Chalard
· 13 years ago
deb0987
Cleanup gesture code overlay
by Satoshi Kataoka
· 13 years ago
8658e55
Makefile and source code structure update for LatinIME AOSP build
by Ken Wakasa
· 13 years ago
05efe57
Cleanup the dictionary type.
by Jean Chalard
· 13 years ago
91eb4d8
Add skeleton classes for gesture
by Satoshi Kataoka
· 13 years ago
7368009
Change JNI for Gesture
by Satoshi Kataoka
· 13 years ago
b1ed1d4
Make native bigram dictionary const
by satok
· 13 years ago
1bc038c
Move correction state to stack memory
by satok
· 13 years ago
2f854e1
Add a JNI to get the frequency
by Satoshi Kataoka
· 13 years ago
4d289d3
Contacts dictionary rebuilds only when contact names have changed.
by Tom Ouyang
· 13 years ago
8950ce6
Replace the bigram list position with the map and filter
by Jean Chalard
· 13 years ago
f1634c8
Fill in the bloom filter for bigram lookup.
by Jean Chalard
· 13 years ago
1ff8dc4
Fill up a map of bigram addresses for lookup.
by Jean Chalard
· 13 years ago
351864b
Fetch and pass the bigram position on suggestions.
by Jean Chalard
· 13 years ago
4d9b202
Pass the bigram list position from the top level
by Jean Chalard
· 13 years ago
522a04e
Pass words as int[] to the native code.
by Jean Chalard
· 13 years ago
fec6837
Fix debug compilation + small cleanup
by Jean Chalard
· 13 years ago
338d3ec
Replace the flags in getSuggestions with a boolean.
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.h]
6ba8de2
Good bye the proximity logic in Java code
by satok
· 13 years ago
6d41981
Remove a bunch of obsolete methods.
by Jean Chalard
· 14 years ago
e12e9b5
Fix indentations.
by Ken Wakasa
· 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
6e3cb27
Reorganize char_utils.h and basechars.h
by Tadashi G. Takaoka
· 14 years ago
588e2f2
Add bigram lookup implementation.
by Jean Chalard
· 14 years ago
d24df43
(Step2)Move functions related to proximity to proximity_info.cpp
by satok
· 14 years ago
ce9e52a
Clean up in LatinIME native code
by Ken Wakasa
· 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
c2bbc6a
Use translation of fallback umlauts digraphs for German.
by Jean Chalard
· 15 years ago
8fbd552
Add proximity info to native
by satok
· 15 years ago
887f11e
Remove next letters frequency handling
by Tadashi G. Takaoka
· 15 years ago
e90b333
Load main dic in native
by Ken Wakasa
· 15 years ago
48e432c
Breakdown getWordRec
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
80aa14f
- separate dict (uses xml)
by Jae Yong Sung
· 15 years ago
937d5ad
added bigram prediction
by Jae Yong Sung
· 15 years ago
07b1603
Don't let the native code target be included twice when unbundling.
by Amith Yamasani
· 16 years ago
[Renamed from dictionary/src/dictionary.h]
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
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