summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/spellcheck/AndroidWordLevelSpellCheckerSession.java
Commit message (Expand)AuthorAgeFilesLines
* Spelling cannot cache words across invocations.Dan Zivkovic2015-04-291-23/+9
* Fix bug in regular expression stripping quotes.Martin Paraskevov2015-04-201-1/+1
* Strip quotes from begining/end of a word before checking its validity.Martin Paraskevov2015-04-151-8/+13
* Make logs less spammy.Dan Zivkovic2015-04-071-2/+6
* Skip decoding for in-vocabulary words.Dan Zivkovic2015-04-071-36/+30
* "spellcheking" needs spellchecking.Chieu Nguyen2015-03-271-1/+1
* Avoid creating empty String[].Dan Zivkovic2015-03-121-9/+8
* Use Keyboard in several interfaces.Mario Tanev2015-02-251-21/+8
* Pass ComposedData to the decoder instead of WordComposer.Martin Paraskevov2015-02-241-1/+6
* AOSP changes to use KeyboardLayout to support the new DictionaryFacilitatorMohammadinamul Sheik2015-02-041-1/+5
* Add a method for handling for words not found in dictionary.Chieu Nguyen2015-01-141-0/+10
* Make LocaleUtils.constructLocaleFromString as @NonnullTadashi G. Takaoka2014-11-211-1/+2
* Move util classes under commonJean Chalard2014-11-071-2/+2
* Move StringUtils under common.Jean Chalard2014-10-281-1/+1
* Move Constants.java to the latin.common packageKen Wakasa2014-10-231-1/+1
* Fix some compiler warningsTadashi G. Takaoka2014-10-211-4/+3
* Rename PrevWordsInfo to NgramContext.Keisuke Kuroyanagi2014-09-291-15/+12
* Remove SuggestionsGatherer.Keisuke Kuroyanagi2014-07-101-8/+63
* Quit sorting suggestions in AndroidSpellCheckerService.Keisuke Kuroyanagi2014-07-101-18/+5
* Make spell checker use dictionary facilitator.Keisuke Kuroyanagi2014-07-101-85/+51
* Move phrase gesture from additional features to public.Keisuke Kuroyanagi2014-07-081-2/+7
* [SD9] Add armenian and georgian scriptsJean Chalard2014-07-011-1/+1
* [SD7] Actually check for script.Jean Chalard2014-07-011-2/+2
* Add a relevant suggestion to period-checkable requestsJean Chalard2014-06-271-1/+3
* Merge "[SD1] Move script-related methods to a new utils class."Jean Chalard2014-06-241-41/+4
|\
| * [SD1] Move script-related methods to a new utils class.Jean Chalard2014-06-261-41/+4
* | Make PrevWordsInfo have multiple words' information.Keisuke Kuroyanagi2014-06-251-2/+2
|/
* Special case periods in the spell checkerJean Chalard2014-06-101-0/+16
* Remove mPrevWordsInfoJean Chalard2014-06-101-1/+1
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-2/+1
* Use PrevWordsInfo instead of String in Java side.Keisuke Kuroyanagi2014-05-191-13/+16
* Make session id mandatory for getSuggestions.Keisuke Kuroyanagi2014-05-161-1/+1
* Add languageWeight as an argument of getSuggestions.Keisuke Kuroyanagi2014-04-031-1/+2
* [IL69.1] Move a static method to a utility class.Jean Chalard2014-01-241-4/+10
* [IL70] Remove unused argumentsJean Chalard2014-01-231-1/+1
* [IL69] Oust Keyboard from WordComposer#setComposingWordJean Chalard2014-01-231-1/+5
* [IL68] Start refactoring setComposingWordJean Chalard2014-01-231-5/+1
* Remove suggestions when string contains a periodJean Chalard2013-10-071-11/+31
* Pass additionalFeaturesOptions for getSuggestions().Keisuke Kuroyanagi2013-08-281-6/+8
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-2/+2
* Consolidate dummy proximity info to the spell checker infoSatoshi Kataoka2013-05-081-12/+5
* refactor spell checkerSatoshi Kataoka2013-05-071-14/+14
* Pass blockOffensiveWords as a parameterJean Chalard2013-05-011-1/+2
* Don't insert automatic spaces when text looks like a URLJean Chalard2013-04-161-3/+5
* Fix a bug where autocorrection status would be wrong.Jean Chalard2013-04-101-1/+1
* Update commentsKen Wakasa2013-04-081-1/+1
* Move a generic string utility to StringUtilsJean Chalard2013-04-051-3/+3
* Merge the dictionary pack in Latin IME.Jean Chalard2013-03-191-4/+22
* CleanupsJean Chalard2013-02-111-1/+1
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8