Skip to content

creating a dictionary in my native language #359

Answered by Helium314
itswck asked this question in Q&A
Discussion options

You must be logged in to vote

What you need is a wordlist like this example. You can find some more information in the dictionaries repo.

Once you have the list, you use the AOSP dicitonary tools to compile a dictionary from the wordlist, like java -jar dicttool_aosp.jar makedict -s <language>_wordlist.combined -d main_<language>.dict.

If you know how to use python, you can try the (still a little experimental) scripts for creating a wordlist from a list of sentences or words.

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by Helium314
Comment options

You must be logged in to vote
6 replies
@netizeni
Comment options

@Helium314
Comment options

@netizeni
Comment options

@Helium314
Comment options

@netizeni
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants