AnySoftKeyboardTools icon indicating copy to clipboard operation
AnySoftKeyboardTools copied to clipboard

How do i use makedict?

Open ghost opened this issue 10 years ago • 2 comments

Hi,

I having a text file of words that I want to create a dictionary with. Can someone please tell me how to go about this?

I also have the words in the form of an xml file following the same format as this https://code.google.com/archive/p/softkeyboard/wikis/BinaryDictionaries.wiki

But I am not able to understand how to make a dictionary. Can someone please help me?

ghost avatar Feb 10 '16 09:02 ghost

Does this help you?

java -jar ../../AnySoftKeyboardTools/makedict/makedict.jar`

If so, please close this issue as this not a bug.

PanderMusubi avatar Jan 23 '17 14:01 PanderMusubi

Newer command:

java -classpath ../AnySoftKeyboardTools/makedictionary/build/classes/main com.anysoftkeyboard.tools.makedictionary.MainClass dictionary/words.xml src/main/res

PanderMusubi avatar Jun 27 '17 17:06 PanderMusubi