开发者

Javascript Verbs Detection

开发者 https://www.devze.com 2023-03-31 21:39 出处:网络
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.

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

精彩评论

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