Page 1 of 1
English MySQL Database
Posted: Mon Jun 12, 2006 1:41 pm
by tecktalkcm0391
Does anybody know where I can find a database which is a dictionary of [U.S.] english ?
I've tried google, but I can't find anything...
Posted: Mon Jun 12, 2006 5:13 pm
by pickle
Look into the aspell libraries. They might have word lists you can parse through and throw into a database.
Posted: Mon Jun 12, 2006 6:07 pm
by tecktalkcm0391
Wow, that helped with something totally different. But what I am looking for is database with words so I can do a dictionary thing on my website.
Posted: Tue Jun 13, 2006 9:54 am
by pickle
Aren't the word lists for aspell parsable?
Posted: Wed Jun 14, 2006 1:07 am
by tecktalkcm0391
I don't get it!
Sorry,

I just don't!
Posted: Wed Jun 14, 2006 9:41 am
by pickle
Look through the files that downloaded with aspell. There's bound to be a word list in there somewhere.