Document classification details
Provide your UTF-8 encoded text, on the current URL using the HTTP POST method.
You may also choose among the available mining processes.
HTTP POST parameters:
- document: UTF-8 encoded text
- projects: Project processing (on/off)
- datacitations: Data citation processing (on/off)
- classification: Classification processing (on/off)
The service will return a JSON encoded result containing the following fields:
- classification_info : Result category
- class : Document class
- confidence : Confidence weight
Result example:
{"classification_info": [{"class": "Computer Science - Human-Computer Interaction", "confidence": 222.87}]}
Note:
You can also use the form on the right to directly paste your document