Expand description
Sentiment analysis abstraction for news and social media content. Generic sentiment analysis abstraction
This module provides a marker type for sentiment analyzers that can be stored in the ApplicationContext’s extension system. The actual trait definition remains in the implementing crates to avoid circular dependencies.
Traits§
- Sentiment
Analyzer Marker - Marker trait for sentiment analyzers