Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_packages_inputmethods_LatinIME
/
aa906c36aa31f51a38083e337f4307b49f133054
/
native
/
jni
/
src
/
bigram_dictionary.cpp
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
6a5d17c
Remove a useless parameter (A106)
by Jean Chalard
· 13 years ago
1a69ad5
Remove a constant parameter (A105)
by Jean Chalard
· 13 years ago
b7d7c5a
Make a constant really constant (A104)
by Jean Chalard
· 13 years ago
e9a86e2
Search bigrams for the lower case version of the word (A46)
by Jean Chalard
· 13 years ago
b1ed1d4
Make native bigram dictionary const
by satok
· 13 years ago
62cd919
Remove a compiler warning.
by Jean Chalard
· 13 years ago
46fe49f
Add a comment on a caveat for future reference.
by Jean Chalard
· 13 years ago
e308459
Compute the correct frequency for bigram prediction
by Jean Chalard
· 13 years ago
402b057
Fix two small possible bugs.
by Jean Chalard
· 13 years ago
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
49ba135
Perform the actual bigram frequency lookup.
by Jean Chalard
· 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
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
ee396df
Fix a native crash
by Jean Chalard
· 13 years ago
9c2a96a
Preparatory refactoring
by Jean Chalard
· 13 years ago
5b0761e
Remove write-only stuff
by Jean Chalard
· 13 years ago
9a933a7
Read shortcuts as strings in the dictionary.
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/bigram_dictionary.cpp]
6ba8de2
Good bye the proximity logic in Java code
by satok
· 13 years ago
aeda8a7
Change the first character check in bigram dictionary to be case insensitive.
by Tom Ouyang
· 13 years ago
9715cc4
Fix a bug where the returned number of bigrams was incorrect
by Jean Chalard
· 13 years ago
46a1eec
Add a variable-length header region to the binary format.
by Jean Chalard
· 14 years ago
ad290d6
Activate bigram predictions from the binary dictionary
by Jean Chalard
· 14 years ago
9fb6f47
New LOG lib
by satok
· 14 years ago
588e2f2
Add bigram lookup implementation.
by Jean Chalard
· 14 years ago
787945b
Fix build for profiling
by satok
· 14 years ago
ce9efbf
Compile code used in logging conditionally so that gcc does not complain
by Doug Kwan
· 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
de3070a
Add -Werror flag to catch more warnings and errors
by Ken Wakasa
· 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
f5cded1
Fix a crash when MAX_WORD_LENGTH is too short.
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