dictionary - Android LatinIME Dictionaries -
i'm creating own input method app based on android aosp latinime project. managed find of dictionary files auto-correction , predictions (main_en.dict, main_fr.dict etc.).
but many other languages ru , ar, dictionary files still missing. does know can dict files? part of aosp project?(is legal use them directly in app)? lot
i'm investigating latinime too. seems have mimic format of other dictionaries create own one, refer latinime/dictionaries. after that, run dicttool_aosp generate binary dictionary, put resource/raw folder.
Comments
Post a Comment