aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/makedict/ProbabilityInfo.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-111-87/+0
|
* Fix some compiler warningsTadashi G. Takaoka2014-10-211-7/+3
| | | | | | | | | | | | | | | | | | | | | This CL fixes the following compiler warnings. - Indirect access to static member - Access to a non-accessible member of an enclosing type - Parameter assignment - Method can be static - Local variable declaration hides another field or variable - Value of local variable is not used - Unused import - Unused private member - Unnecessary 'else' statement - Unnecessary declaration of throw exception - Redundant type arguments - Missing '@Override' annotation - Unused '@SuppressWarning' annotations Bug: 18003991 Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
* Fix unit tests by adding @UsedForTesting.Keisuke Kuroyanagi2014-03-281-0/+2
| | | | Change-Id: I8497d6cf446297bc8c15e9d9818078b1026a8c51
* Make PtNode have ProbabilityInfo instead of raw value.Keisuke Kuroyanagi2014-02-101-0/+15
| | | | | | Bug: 11281877 Bug: 12810574 Change-Id: Id1cda0afc74c4e30633c735729143491b2274a7b
* Use CombinedFormatUtils to convert dict elements to strings.Keisuke Kuroyanagi2014-02-061-3/+2
| | | | | | Bug: 11281877 Bug: 12810574 Change-Id: Ib631f75eab73abc9877a7698171c45e8f2fc7600
* Consolidate WordProperty and Word.Keisuke Kuroyanagi2014-02-061-10/+22
| | | | | | Bug: 11281877 Bug: 12810574 Change-Id: I9dc99188f80f25a8780c1860dab46e4aa80a23e5
* Make WeightedString have ProbabilityInfo.Keisuke Kuroyanagi2014-02-051-0/+17
| | | | | | Bug: 11281877 Bug: 12810574 Change-Id: I265e3d8654c75766cd0e0d09d67ef62b4566298a
* Separate ProbabilityInfo form WordProperty.Keisuke Kuroyanagi2014-02-051-0/+46
Bug: 11281877 Bug: 12810574 Change-Id: I0c77d976c915bdf2a2cddabd0cbedc2fb6691c7b