Dictionary
Moderator: General Moderators
-
shivam0101
- Forum Contributor
- Posts: 197
- Joined: Sat Jun 09, 2007 12:09 am
Dictionary
Is there any site which gives english dictionary words in sql format?
Last edited by shivam0101 on Fri Dec 21, 2007 6:39 am, edited 1 time in total.
MySQL isn't a format.
You can download some comprehensive word lists from http://www.isc.ro/en/commands/lists.html ... they're the official lists used in Scrabble tournaments. Even the best one (ZINGA) only has 584,983 words in it though, which is waaaaaaaaay short of all the words in English. I doubt you'll find a better one nonetheless.
You can download some comprehensive word lists from http://www.isc.ro/en/commands/lists.html ... they're the official lists used in Scrabble tournaments. Even the best one (ZINGA) only has 584,983 words in it though, which is waaaaaaaaay short of all the words in English. I doubt you'll find a better one nonetheless.
Yeah. Just get it in a tab (or other character) delimited file, and import it to a database table making use of fgetcsv().
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
This google search looks promising: http://www.google.com/search?q=english+word+list
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.