Offline dictionary database for android app
android, database, dictionary, sqlite
Solution
http://www.mso.anu.edu.au/~ralph/OPTED/
This is what I've always used when I've needed a dictionary. It has definitions and part of speech, but not synonyms.
It's in plain text with some html formatting, however with a simple script I'm sure you could parse it into a SQL database. It will probably end up being fairly large though.
Problem
I looked, but could not find. Sorry for my stupidity, but nonetheless, where can I find an offline English dictionary (word, definition, synonyms, etc.) in a form of a sqlite database? Or is there something else like that? Please leave a suggestion. Thank you.