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
  }
]

Changes

Changed in 2 of the 8 revisions of this API.2

    • api operation id idea2.get_concept removed and replaced with endpoints.get_concept

      api-operation-id-removed

    • api operation id endpoints.get_concept removed and replaced with idea2.get_concept

      api-operation-id-removed