Natural Language Processing
Overview
Key Capabilities
Text Classification
const result = await client.nlp.classify({
text: 'Your product exceeded all my expectations!',
categories: ['positive', 'neutral', 'negative']
});Named Entity Recognition
const entities = await client.nlp.extractEntities({
text: 'Apple CEO Tim Cook announced the new iPhone at their headquarters in Cupertino.'
});Sentiment Analysis
Language Translation
Use Cases
Performance Metrics
Task
Accuracy
Languages Supported