Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_packages_inputmethods_LatinIME
/
fee42b3a1a1f36866b80ffa883f0535a6987fd3f
/
tools
/
dicttool
/
src
0c549e7
Update language to comply with Android’s inclusive language guidance
by Seigo Nonaka
· 5 years ago
6a1b373
Fix dicttool build
by Tadashi G. Takaoka
· 7 years ago
b0a0ce0
Remove unused import and local variable
by Tadashi G. Takaoka
· 11 years ago
9f46834
dicttool header to read stream exhaustively
by Adrian Velicu
· 11 years ago
1e72f9d
Dicttool to handle unpackaging non-latest version dicts
by Adrian Velicu
· 11 years ago
0691f29
Merge "Making 'dicttool header' output format version"
by Adrian Velicu
· 11 years ago
8e394ff
Making 'dicttool header' output format version
by Adrian Velicu
· 11 years ago
5b91b55
Move util classes under common
by Jean Chalard
· 11 years ago
5b33d19
Add a header command to dicttool.
by Jean Chalard
· 11 years ago
f6b0e32
Add a *FAST* dictionary header reader.
by Jean Chalard
· 11 years ago
5564317
Genericize getting a raw dictionary
by Jean Chalard
· 11 years ago
ae55db9
Large simplification in obtaining a raw dictionary
by Jean Chalard
· 11 years ago
3cde19d
Merge "Initial commit for native dicttoolkit."
by Keisuke Kuroyanagi
· 11 years ago
e101a53
Initial commit for native dicttoolkit.
by Keisuke Kuroyanagi
· 11 years ago
7c87859
Using "blacklist" flag as "possibly offensive"
by Adrian Velicu
· 11 years ago
067d8cd
Fix unit test breakage
by Tadashi G. Takaoka
· 11 years ago
9e58ae4
Merge "Some more simplification of DecoderSpec works"
by Jean Chalard
· 11 years ago
40c11fd
Merge "Simplify handling of steps in DecoderChainSpec"
by Jean Chalard
· 11 years ago
afdde63
Some more simplification of DecoderSpec works
by Jean Chalard
· 11 years ago
52e92b8
Simplify handling of steps in DecoderChainSpec
by Jean Chalard
· 11 years ago
92d073c
Remove unused import and method
by Tadashi G. Takaoka
· 11 years ago
d3a4c51
Fix Javadoc and null analysis related warnings
by Tadashi G. Takaoka
· 11 years ago
90aa229
Remove XML input/output from dicttool.
by Jean Chalard
· 11 years ago
5f00fe0
Fix some compiler warnings
by Tadashi G. Takaoka
· 11 years ago
05172bf
Renaming "blacklist" flag to "possibly offensive"
by Adrian Velicu
· 11 years ago
7e56145
Merge "Include a code point table in the binary dictionary."
by Akifumi Yoshimoto
· 11 years ago
9168ab6
Include a code point table in the binary dictionary.
by Akifumi Yoshimoto
· 11 years ago
c6a6f6a
Introduce NgramProperty in Java side.
by Keisuke Kuroyanagi
· 11 years ago
f4329f7
Read dicttool option for switching code point table
by Akifumi Yoshimoto
· 11 years ago
fec4769
Refactor dicttool with try-with-resource
by Tadashi G. Takaoka
· 11 years ago
a91561a
Use Java 7 diamond operator
by Tadashi G. Takaoka
· 11 years ago
7086d88
Have dicttool test tidy up after itself.
by Jean Chalard
· 11 years ago
93cda5b
Move code only used for dicttool and tests under tests.
by Keisuke Kuroyanagi
· 11 years ago
f14cf3e
Fix: dicttool build.
by Keisuke Kuroyanagi
· 11 years ago
3ad4af2
Move DictionaryOptions from FusionDictionary to FormatSpec.
by Keisuke Kuroyanagi
· 11 years ago
516f868
Separate WeightedString from FusionDictionary.
by Keisuke Kuroyanagi
· 11 years ago
36305d4
Fix: dicttool build.
by Keisuke Kuroyanagi
· 11 years ago
890b44e
Correctly read the header of APK-embedded dicts
by Jean Chalard
· 11 years ago
8e3a1d0
Remove unused argument from readDictionaryBinary.
by Keisuke Kuroyanagi
· 11 years ago
69ccac6
Remove unused code.
by Keisuke Kuroyanagi
· 12 years ago
8ffc631
Make PtNode have ProbabilityInfo instead of raw value.
by Keisuke Kuroyanagi
· 11 years ago
b24de42
Use CombinedFormatUtils to convert dict elements to strings.
by Keisuke Kuroyanagi
· 12 years ago
5f5feeb
Consolidate WordProperty and Word.
by Keisuke Kuroyanagi
· 12 years ago
df1d3e7
Make WeightedString have ProbabilityInfo.
by Keisuke Kuroyanagi
· 12 years ago
c2fd53e
Remove ver4 dict updater.
by Keisuke Kuroyanagi
· 12 years ago
b868375
Fix failing tests
by Jean Chalard
· 12 years ago
a245d15
Have dicttool use the native library to generate v4 dicts.
by Jean Chalard
· 12 years ago
7b55cd3
Remove flags from Java side.
by Jean Chalard
· 12 years ago
2fa3693
Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c
by Ken Wakasa
· 12 years ago
7366551
Show more messages when reading a compressed combined format file.
by Yuichiro Hanada
· 12 years ago
48e01ec
Make dicttool read the compressed combined format.
by Yuichiro Hanada
· 12 years ago
51a590b
Fix getDictionary.
by Yuichiro Hanada
· 12 years ago
fa68e2c
Add a new option for version 4 to dicttool.
by Yuichiro Hanada
· 12 years ago
0e40cd0
Add getDictDecoder.
by Yuichiro Hanada
· 12 years ago
95bc256
Add a flag to readDictioanryBinary in DictDecoder.
by Yuichiro Hanada
· 12 years ago
576f625
Rename CharGroup to PtNode.
by Yuichiro Hanada
· 12 years ago
e9a10ff
Add DictDecoder.readDictionaryBinary.
by Yuichiro Hanada
· 12 years ago
c922c8a
Add DictEncoder.
by Yuichiro Hanada
· 12 years ago
a306e08
Rename BinaryDictEncoder to BinaryDictEncoderUtils.
by Yuichiro Hanada
· 12 years ago
112257e
Rename BinaryDictDecoder to Ver3DictDecoder.
by Yuichiro Hanada
· 12 years ago
77bce05
[Refactor] Rename BinaryDictReader and BinaryDictDecoder.
by Yuichiro Hanada
· 12 years ago
af30cbf
Rename Node to PtNodeArray
by Jean Chalard
· 12 years ago
a94eb97
Remove unused imports.
by Yuichiro Hanada
· 12 years ago
35f41a9
Fix build.
by Yuichiro Hanada
· 12 years ago
94460eb
[Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and BinaryDictDecoder.
by Yuichiro Hanada
· 12 years ago
117f18e
Revert "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and BinaryDictOutputUtils."
by Ken Wakasa
· 12 years ago
4c63d06
[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and BinaryDictOutputUtils.
by Yuichiro Hanada
· 12 years ago
3feacba
Add BinaryDictReader.
by Yuichiro Hanada
· 12 years ago
b6cc433
Generalize constuctors & add tests
by Jean Chalard
· 12 years ago
4b7acd1
Add args to dicttool test.
by Jean Chalard
· 12 years ago
23d4eb5
Add tests to dicttool test.
by Jean Chalard
· 12 years ago
d055cca
Add an initial test command to dicttool.
by Jean Chalard
· 13 years ago
5b1037f
Fix a bug in the diff tool
by Jean Chalard
· 13 years ago
271e731
Add a missing report, and fix a wrong report
by Jean Chalard
· 13 years ago
8c02f30
Add a "no changes" message in the diff command
by Jean Chalard
· 13 years ago
acafc07
Fix an NPE in recent code
by Jean Chalard
· 13 years ago
1b67a2b
Merge "Use spaces instead of tabs in the combined format."
by Jean Chalard
· 13 years ago
8f18c26
Use spaces instead of tabs in the combined format.
by Jean Chalard
· 13 years ago
51a0ef8
Add a plumbing option to dicttool info.
by Jean Chalard
· 13 years ago
a8058d1
Cleanup after dicttool
by Jean Chalard
· 13 years ago
ee0b548
Implement the package command
by Jean Chalard
· 13 years ago
ba98b63
Add the unpackage command
by Jean Chalard
· 13 years ago
e44358d
Add an empty crypt command to aosp dicttool
by Jean Chalard
· 13 years ago
e5b68fb
Accept comments in the combined file format
by Jean Chalard
· 13 years ago
f41389a
Remove warnings
by Jean Chalard
· 13 years ago
74d66a5
Add word arguments to the info command (A10)
by Jean Chalard
· 13 years ago
a23e333
Implement the word-level diff (A9)
by Jean Chalard
· 13 years ago
0c5b938
Add the dicttool diff command. (A8)
by Jean Chalard
· 13 years ago
6ecc50a
Add a reporting option to the getDictionary method (A7)
by Jean Chalard
· 13 years ago
47cac57
Finish up the "info" command in dicttool. (A6)
by Jean Chalard
· 13 years ago
f1d35ac
Implement a part of the "info" command (A5)
by Jean Chalard
· 13 years ago
3862b9e
Add symmetry and pre-emptively improve performance (A4)
by Jean Chalard
· 13 years ago
0044df6
Add automatic decryption capabilities. (A3)
by Jean Chalard
· 13 years ago
b3c9890
Add auto detection and decoding of dictionary files. (A2)
by Jean Chalard
· 13 years ago
77fe603
Some initial refactoring in dicttool. (A1)
by Jean Chalard
· 13 years ago
9bb4eeb
Add reader and writer for the combined dict format.
by Jean Chalard
· 13 years ago
000a020
Use a buffered writer for XML output
by Jean Chalard
· 13 years ago
243c1fe
Sync package name and source path
by Tadashi G. Takaoka
· 13 years ago
99b84b4
Use a freq of 1 instead of 0 for non-word shortcuts.
by Jean Chalard
· 13 years ago
cc958dd
Refactor BinaryDictInputOutput.
by Yuichiro Hanada
· 13 years ago
Next »