开发者

Javascript Verbs Detection

I've the following problem. I need to find verbs in a string using JavaScript. I would like to know, if there is something like (JAWS), the Java API for Wordnet, but for JavaScript.

More specifically, i'm searching for some kind of RESTful webservice able to return the list of verbs in a text or webpage.

If you know something useful, please don't hesita开发者_JAVA百科te to post your answers.


Have a look at the Natural Language Processing APIs. They seem to have an API. There is even a service for larger amounts of requests (has a free plan as well).

It is based on simple POST requests and returns JSON, so it would be easy to use in JavaScript.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜