Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Analyze Sentiment
rosette_text_analytics:analyze_sentiment
Analyze sentiment of text content (positive, negative, neutral).
Write
Medium risk
Detect Language
rosette_text_analytics:detect_language
Detect the language of the provided text content.
Write
Medium risk
Extract Categories
rosette_text_analytics:extract_categories
Extract categories and topics from text content.
Write
Medium risk
Extract Entities
rosette_text_analytics:extract_entities
Extract named entities (people, places, organizations) from text.
Write
Medium risk
Extract Relationships
rosette_text_analytics:extract_relationships
Extract relationships between entities in text.
Write
Medium risk
Get Morphology
rosette_text_analytics:get_morphology
Extract morphological features like parts of speech and lemmas from text.
Read
Low risk
Get Tokens
rosette_text_analytics:get_tokens
Tokenize text into words and sentences with linguistic boundaries.
Read
Low risk
Get Topics
rosette_text_analytics:get_topics
Extract key topics and themes from text content.
Read
Low risk
Match Names
rosette_text_analytics:match_names
Compare two names and get similarity score for matching.
Write
Medium risk
Translate Name
rosette_text_analytics:translate_name
Translate/transliterate names between languages and scripts.
Write
Medium risk