java - LatinIME dicttool for use with a V401 Binary Dictionary -
i’m trying convert version 401 binary dictionary -- directory called personalizationdictionary.en_us.dict -- human readable .xml.
the command line utility dicttool_aosp in packages/inputmethods/latinime/tools/dicttool can so:
dicttool_aosp makedict -s sourcedict.dict -x output.xml
i’m unable compile android lollipop version of dicttool, since dicttool has native c++ dependencies don’t play nice mac. note line in nativelib.mk file of dictool:
hack: temporarily disable host tool build on mac until build system ready c++11.
i hoping compatible setup can compile utility me using “make dicttool_aosp” root of aosp source tree. i've spent past few days looking compiled versions of it, , while i’ve found many makedict.jar files online, old support newer v401 binary dictionary. main difference between v401 , older versions v401 split multiple files extensions .bigrams, .freq, .header, whereas older dicts contained in single file.
thank you, please let me know if can clarify anything!
Comments
Post a Comment