Natural Language processing

This is the documentation of nlpsdk.

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:

  1. SDKs over message broker: Asynchronous APIs handled via distributed messaging system for dynamic scale, ideal for predictions.
  2. Service SDKs: Synchronous APIs for speed on a single box. Ideal for training your models.

Indices and tables