The ability to recognize medical concepts within textual passages is a key capability of the Praxeon API.
The recognition API is implemented under the /recognize URI namespace. It is an collection-based API.
Recognize
Applies the recognizer to one or more text fields. The result is a Recognition which enumerates the boundaries of recognized topics and gives the unique identifier of each recognized topic.
URL
/recognize
Parameters
- field[]
one or more TextFields to recognize.
Examples
- Recognizes a small block of plain text.
- Recognizes a small block of HTML.
/recognize?fields[0].text=[specify text here]&fields[0].contentType=TEXT_HTML
