Need free English dictionary or Corpus, ultimately for a MySQL database [closed]

扶醉桌前 提交于 2019-11-28 01:39:15

问题


I'm trying to find a free downloadable dictionary (or Corpus might be the better word) which I can import into MySQL. I need to words to have the type (noun, verb, adjective) associated with them. Any tips on where I can find one? I found one several years ago that worked nicely, but I no longer have it around.

Thanks! Chris


回答1:


Project Gutenberg has public domain books you can download.

This includes 'The Gutenberg Webster's Unabridged Dictionary', but nothing modern, and not in a format immediately suitable for import into a MySQL database.

Not without some work, anyway. What was the one you found "years ago" ?




回答2:


  • Kevin's Word List Page includes a part of speech database.
  • Wiktionary
  • The 1913 edition of Webster's Dictionary, now in the public domain



回答3:


http://www.desiquintans.com/nounlist looks pretty good... I searched 'nouns.txt' and it came right up.



来源:https://stackoverflow.com/questions/1892802/need-free-english-dictionary-or-corpus-ultimately-for-a-mysql-database

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!