
Amazon Comprehend

Pricing Details
Pay-as-you-go based on the number of text units (characters) processed. A free tier is available for a limited number of characters per month.Features
Sentiment analysis, entity recognition, key phrase extraction, language detection, topic modeling, syntax analysis, Comprehend Medical.Integrations
API and SDK for integration into applications, workflows, and other AWS services (e.g., S3, Lambda).Preview
Amazon Comprehend is a Natural Language Processing (NLP) service by Amazon Web Services (AWS) that uses machine learning to find insights and relationships in text. It can identify the language of the text, extract key phrases, entities (people, places, organizations), determine sentiment (positive, negative, neutral, mixed), and analyze relationships between entities. Comprehend also offers specialized features like medical text analysis (Comprehend Medical) and topic modeling for large document sets. The service is available via API and SDK, allowing developers to easily add NLP capabilities to their applications without deep machine learning expertise.