v1

latestSwagger 2.02026-07-1727416.9 KB
Concept

Get the tokens from one concept

get/concept/{cname}

Path parameters

cnamestring required

Name of an exisiting concept

Response

OK

stringstring
type0 | 1 | 2 | 3

The type of the condition. Available types can be fetched with a get request to \keytype

TYPE_'TOKEN' | 'REGEXP' | 'CONCEPT' | 'NER'

String description of the condition type

case_sensitiveboolean

Example response

[
  {
    "string": "(?:(?<=\\W)|(?<=^))(terrible)(?=\\W|$)",
    "token_text": "terrible",
    "type": 0,
    "case_sensitive": false
  }
]