将 WordNet 数据库解析为 SQL?
我想要 SQL 格式的 WordNet 数据库,所以我正在考虑尝试编写一个 < href="http://wordnet.princeton.edu/wordnet/man/wndb.5WN.html" rel="nofollow">WordNet 文件的解析器。然而,在开始之前我想知道是否有任何现有的解析器或者是否有人已经创建了 SQL 版本的数据库?
I would like to have the WordNet database in SQL format so I'm thinking about trying to write a parser for the WordNet files. However, before I get started I was wondering if there are any existing parsers or if someone has already created a SQL version of the database?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用以下解析器。
Perl:Wordnet::QueryData
Python [NLTK]:http://nltk.googlecode.com/svn/trunk/doc/book/ch02。 html#ex-car1
You can use the following parsers.
Perl: Wordnet::QueryData
Python [NLTK] : http://nltk.googlecode.com/svn/trunk/doc/book/ch02.html#ex-car1
查看 http://wnsqlbuilder.sourceforge.net/ (来自 WordNet 站点上的相关项目)
check out http://wnsqlbuilder.sourceforge.net/ (from Related Projects on the WordNet site)