- Automatically summarize text. Summaries can, for example, be single words (topics) or contain multiple sentences (abstracts).
- Assign predefined categories to a text (i.e. coding in the sense of quantitative content analysis).
- Add annotations, for example, to extract person or place names. Annotations are inserted as XML elements.
- Extract triples for each proposition in a text. A triple contains a subject-predicate-object structure.
How to use the service?
See the /docs endpoint for the documentation. You can use Facepager to submit data and fetch results.
- Login with OAuth2 on the /login endpoint to get an access token.
- Submit a task on the /tasks/run enpoint. The returned task_id is your ticket to get the results.
- Fetch results from the tasks/run/{task_id} endpoint using your task_id.