PHP/Java MYSQL 同义词数据库
我正在寻找一个免费的同义词库,可以轻松转储到 mysql 数据库中,并使用 php 或 java 访问以获得相关单词和含义,我一直在搜索,我看到了 mobysaurus 但我不认为它可以转储到数据库,因为它是基于桌面的。请帮忙。
I'm looking for a thesaurus that is free and can be easily dump into a mysql database and accessed using php or java to get related words and meanings, I have been searching, I saw mobysaurus but I dont think it can be dumped into a database since it's desktop based. Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我强烈推荐 Wordnet。所有同义词将共享相同的定义。
这是一个 SQL 版本: WNSQLBuilder
I would highly recommend Wordnet. All synonymous words will share the same definition.
Here is a SQL version: WNSQLBuilder