Opinion Detector Basic Webservice

Example Usage

opinion-detector-basic-server start

    

Try the webservice

* required

** When entering a value no response will be displayed in the browser.

" method="POST">

<% 10.times do |t| %>

<% end %>

Actions

POST /
Tag the input polarized text. See arguments listing for more options.
GET /
Show this page

Arguments

The webservice takes the following arguments:

* required

text*
The input text in KAF format. Sample KAF input:


      
callbacks
You can provide a list of callback urls. If you provide callback urls the POS tagger will run as a background job and a callback with the results will be performed (POST) to the first url in the callback list. The other urls in callback list will be provided in the "callbacks" argument.

Using callback you can chain together several OpeNER webservices in one call. The first, will call the second, which will call the third, etc. See for more information the webservice documentation online.
error_callback
URL to notify if errors occur in the background process. The error callback will do a POST with the error message in the 'error' field.