【发布时间】:2015-02-15 13:49:36
【问题描述】:
有没有办法用java将英语动词转换为特定时态?
例如:
convertToPast("go"); //will give went
convertToCtn("go"); //will give going
我在 JAWS 中使用过斯坦福 nlp 和 WordNet。
【问题讨论】:
-
你想从头开始创作吗?
-
这可能已经回答了。见这里:stackoverflow.com/questions/8575873/tense-of-a-verb
-
试试这个answer。使用SimpleNLG library 解决
标签: java nlp stanford-nlp wordnet jaws-wordnet