Natural Language processing¶
This is the documentation of nlpservices.
Note
HealthSuite Insights provides the following building blocks for text analytics:
- Tokenizers: Tokenizes a given text into words, sentences and sections.
- Clinical text taggers: Part-of-speech tagging, named entity recognition and anatomy tagging.
- Measurement detection: Identify measurements in clinical text.
- Negation detection: Identify negated entities.
Each of these four NLP building blocks are available in two flavors for various use cases:
- SDKs over message broker: Asynchronous APIs handled via distributed messaging system for dynamic scale, ideal for predictions.
- Service SDKs: Synchronous APIs for speed on a single box. Ideal for training your models.