开发者

English verb inflector

开发者 https://www.devze.com 2022-12-18 13:07 出处:网络
Does anybody know of an English verb inflector that I can use on a lexicon of verbs (in present-participle) that can give me other inflected forms of the verbs?

Does anybody know of an English verb inflector that I can use on a lexicon of verbs (in present-participle) that can give me other inflected forms of the verbs?

For 开发者_开发问答example:

I give it     I get
=========     ======================================
run           ran, running, runs
sing          sang, singing, sings
play          played, playing, plays


Morphg is a stand-alone tool which provides this functionality. The inverse, i.e. finding the lemma of a verb, is provided by its sister, Morpha.


CPAN's Lingua::EN::Inflect will give you the plural forms, as well as helping you pick between 'a' and 'an' and pretty-printing numbers.


MorphAdorner can do this in Java.

0

精彩评论

暂无评论...
验证码 换一张
取 消