I’m programming something for the Android phone, and I need to have a list of as many English words as possible in the code. I question the practicality of going through a dictiionary in real life and punching in the words manually, but when I try to Google for another solution, I really don’t see much coming up. How might I be able to get a dictionary in my code (just the words, not definitions)? Thanks!
Share
A quick search led me to this. Download the XML-files, parse and add each word to a SQLite database and you’re good to go.