Offline Database Dictionary for Android Application

I looked, but could not find. Sorry for my stupidity, but nonetheless, where can I find a standalone English dictionary (word, definition, synonyms, etc.) in the form of a sqlite database? Or is there something else like that? Please leave a suggestion. Thanks.

+6
source share
1 answer

http://www.mso.anu.edu.au/~ralph/OPTED/

This is what I always used when I need a dictionary. It has definitions and part of speech, but not synonyms.

This is in plain text with some html formatting, however with a simple script I am sure you can parse it into a SQL database. Probably in the end it will be quite large.

+5
source

All Articles