--- Introduction
This a spell checking service for Android 4.4 or higher that uses LanguageTool as backend it is a fork from
https://github.com/Softcatala/LanguageToolAndroidService.
I am hoping to add new features to it that they would want to merge in and I am also tring to make sure it compiles with AIDE(An IDE found on GooglePlay)
I am not affiliated with LANGUAGETOOL in any way.
See notes: http://www.softcatala.org/wiki/Usuari:Jmas/Experiements_Corrector_Softcatala_Android (Catalan)
If you use AIde you don't need to call 'android.os.Debug.waitForDebugger()' it causes my tablet to reboot. Just run the welcome activity!
-- Adding a new language
- Translate src/main/res/values/strings.xml
- Add the language to src/main/res/xml/spellchecker.xml
- Add language Android to LT mapping src/main/java/org/softcatala/corrector/LanguageToolRequest.java
- Localize https://play.google.com/store/apps/details?id=org.softcatala.corrector content
-- References
Android:
- https://android.googlesource.com/platform/packages/inputmethods/LatinIME/+/master
- https://github.com/android/platform_frameworks_base/tree/master/core/java/android/view/textservice
- https://github.com/android/platform_packages_apps_settings/blob/master/src/com/android/settings/inputmethod/SpellCheckersSettings.java
Implementations:
- https://github.com/voikko/droidvoikko/tree/master/src/org/puimula/droidvoikko
- https://github.com/mweimerskirch/AndroidHunspellService
- https://github.com/lubekgc/AnySoftKeyboard-AnySoftKeyboard/blob/master/src/main/java/com/anysoftkeyboard/spellcheck/AnySpellCheckerService.java
-- Contact Information Jordi Mas - [email protected]