动词变位数据库 [英] Verb Conjugations Database

查看:15
本文介绍了动词变位数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有谁知道一个好的动词变位数据库?我正在构建一个自然语言处理应用程序.虽然我已经能够充分利用 WordNet,但它不允许我检查动词变位数据库中的动词形式或变位其他动词.

Does anyone know of a good database for verb conjugations? I am building a natural language processing app. Although I've been able to make great use of WordNet it doesn't allow me to check the form of a verb in a conjugation database or conjugate other verbs.

我曾考虑过抓取这样的网站:http://conjugator.reverso.net/conjugation-english-verb-find.htmlhttp://www.verbix.com/webverbix/English/find.html

I've thought about scraping a site like on of these: http://conjugator.reverso.net/conjugation-english-verb-find.html http://www.verbix.com/webverbix/English/find.html

并从中构建我的数据库.但是我宁愿只下载我自己的可用数据库.我不是在寻找一个程序或脚本来为我做这件事(对 NLTK 不感兴趣)......我更喜欢 MySQL 数据库(或者我可以很容易地变成 MySQL 数据库的东西)所以我可以做我自己的处理和计算.

and building my database from that. However I'd rather just download my own usable database. I'm not looking for a program or script to do this for me (not interested in NLTK)... I'd much rather a MySQL database (or something I can easily turn into a MySQL database) so I can do my own processing and computation.

推荐答案

这似乎是一个很好的起点,这是一个可以很容易地放入 MySQL 数据库的不规则动词及其变位表:

This seems to be a pretty good starting point, that is a table of irregular verbs with their conjugations which can be put into a MySQL database fairly easily:

http://en.wikipedia.org/wiki/List_of_English_irregular_verbs

另见

http://en.wiktionary.org/wiki/Category:English_irregular_verbs

这篇关于动词变位数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆