summaryrefslogtreecommitdiffstats
path: root/tools/dicttool
Commit message (Expand)AuthorAgeFilesLines
* Introduce NgramProperty in Java side.Keisuke Kuroyanagi2014-10-013-6/+6
* Rename PrevWordsInfo to NgramContext.Keisuke Kuroyanagi2014-09-291-1/+1
* Read dicttool option for switching code point tableAkifumi Yoshimoto2014-09-261-17/+36
* Abolish source code overlay and inroduce overridable src dirKen Wakasa2014-08-161-17/+22
* am 7f545a57: [HW7.5] Introduce the @Nonnull annotation (take 2)Ken Wakasa2014-07-301-0/+1
|\
| * [HW7.5] Introduce the @Nonnull annotation (take 2)Ken Wakasa2014-07-301-0/+1
* | am bf2a3210: Merge "[HW6] Split processing and applying the event." into lmp-devJean Chalard2014-07-301-2/+6
|\|
| * [HW6] Split processing and applying the event.Jean Chalard2014-07-301-2/+6
* | am ece7240c: Don\'t build dicttool unless it\'s explicitly requested.Ying Wang2014-07-291-0/+5
|\|
| * Don't build dicttool unless it's explicitly requested.Ying Wang2014-07-291-0/+5
* | resolved conflicts for merge of 159474f2 to lmp-dev-plus-aospTim Murray2014-07-241-1/+0
|\ \ | |/ |/|
| * Use default compiler flags for dicttool.Tim Murray2014-07-231-1/+0
* | Fix build breakage in dicttoolYohei Yukawa2014-07-201-0/+20
* | Fix dicttool buildTadashi G. Takaoka2014-07-161-1/+1
* | Move phrase gesture from additional features to public.Keisuke Kuroyanagi2014-07-081-0/+1
* | Refactor dicttool with try-with-resourceTadashi G. Takaoka2014-06-228-182/+196
* | Dicttool's shared lib is now built for 64bitKen Wakasa2014-06-161-16/+2
* | resolved conflicts for merge of 90b948ea to masterYing Wang2014-06-112-1/+4
|\|
| * Use LOCAL_MULTILIB to build host lib as 64-bitYing Wang2014-06-092-3/+2
* | Fix the build.Jean Chalard2014-05-291-0/+20
* | Warn that dicttool_aosp isn't supported on DarwinTadashi G. Takaoka2014-05-241-1/+3
* | Use Java 7 diamond operatorTadashi G. Takaoka2014-05-2413-32/+22
* | Have dicttool test tidy up after itself.Jean Chalard2014-05-232-4/+36
* | Use PrevWordsInfo instead of String in Java side.Keisuke Kuroyanagi2014-05-191-0/+1
* | Fix a bug where changing languages kills the composition.Jean Chalard2014-05-141-2/+4
* | Create the path for specifying combining rules in the subtypeJean Chalard2014-05-121-0/+12
* | Remove redundant LOCAL_IS_HOST_MODULE assignmentsKen Wakasa2014-04-042-2/+0
* | 32-bit dicttoolKen Wakasa2014-04-042-9/+11
* | Do not call exit 1 when loaded with source commandYohei Yukawa2014-04-021-1/+1
* | Use Clang for dicttoolKen Wakasa2014-03-273-11/+10
* | Move code only used for dicttool and tests under tests.Keisuke Kuroyanagi2014-03-275-51/+17
* | [CB12] Reset the combining state when resetting the composerJean Chalard2014-03-241-0/+6
* | [CB11] Get the result of the combinationJean Chalard2014-03-201-1/+7
* | [CB09] Pass events through the combiner chainJean Chalard2014-03-202-2/+26
* | [CB08] Create a combiner chain in the word composer.Jean Chalard2014-03-201-0/+3
* | [CB04] Add an event array to WordComposer.Jean Chalard2014-03-141-24/+26
* | Fix: dicttool build.Keisuke Kuroyanagi2014-03-074-3/+4
* | Merge "Move DictionaryOptions from FusionDictionary to FormatSpec."Keisuke Kuroyanagi2014-03-072-2/+1
|\ \
| * | Move DictionaryOptions from FusionDictionary to FormatSpec.Keisuke Kuroyanagi2014-03-062-2/+1
* | | Merge "Separate WeightedString from FusionDictionary."Keisuke Kuroyanagi2014-03-074-4/+4
|\| |
| * | Separate WeightedString from FusionDictionary.Keisuke Kuroyanagi2014-03-064-4/+4
* | | Recover the dicttool build except for MacKen Wakasa2014-03-072-0/+16
* | | Switch to C++11Ken Wakasa2014-03-061-0/+4
|/ /
* | Separate utility methods from BinaryDictionary.Keisuke Kuroyanagi2014-03-051-0/+1
* | Fix: dicttool build.Keisuke Kuroyanagi2014-02-281-0/+22
* | Correctly read the header of APK-embedded dictsJean Chalard2014-02-243-3/+4
* | Implement PatriciaTriePolicy::getNextWordAndNextToken().Keisuke Kuroyanagi2014-02-151-0/+43
* | Remove unused argument from readDictionaryBinary.Keisuke Kuroyanagi2014-02-143-5/+4
* | Remove unused code.Keisuke Kuroyanagi2014-02-101-1/+0
* | Make PtNode have ProbabilityInfo instead of raw value.Keisuke Kuroyanagi2014-02-107-29/+48