Module sentiment

Module sentiment 

Source
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§

SentimentAnalyzerMarker
Marker trait for sentiment analyzers