Concept
Get the tokens from one concept
get/concept/{cname}
Path parameters
cnamestring required
Name of an exisiting concept
Response
OK
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_conceptremoved and replaced withendpoints.get_conceptapi-operation-id-removed
- ○
- ○
api operation id
endpoints.get_conceptremoved and replaced withidea2.get_conceptapi-operation-id-removed
- ○