jasonc Posted July 21, 2009 Share Posted July 21, 2009 I am wanting to either find or create a dictionary database with every word i can possible get hold of. Does anyone have such a file or can someone tell me what software i can use to create a file with each word on its own line for importing in to mysql. thanks Link to comment https://forums.phpfreaks.com/topic/166821-dictionary-database/ Share on other sites More sharing options...
rhodesa Posted July 21, 2009 Share Posted July 21, 2009 google took me to http://www.ibiblio.org/webster/ Link to comment https://forums.phpfreaks.com/topic/166821-dictionary-database/#findComment-879688 Share on other sites More sharing options...
jasonc Posted July 21, 2009 Author Share Posted July 21, 2009 not sure if i was clear what i was after i want to have a single file with a single word on each line of the file, and as many words as possible in the file this seems to be a referance guide? Link to comment https://forums.phpfreaks.com/topic/166821-dictionary-database/#findComment-879710 Share on other sites More sharing options...
Maq Posted July 21, 2009 Share Posted July 21, 2009 If you are on linux it comes with a mini dictionary (about 100k words, all separated by newlines). You can probably find more through the package manager. Use Google, I just came across a lot of hits for text word lists. Link to comment https://forums.phpfreaks.com/topic/166821-dictionary-database/#findComment-879719 Share on other sites More sharing options...
ldougherty Posted July 21, 2009 Share Posted July 21, 2009 If you just do a search for "download english dictionary" you will find a wealth of resources to download text documents with lists of words and meanings. You could ofcourse run a script to remove the meanings and just use the list of words. Link to comment https://forums.phpfreaks.com/topic/166821-dictionary-database/#findComment-879799 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.