package pragmatic
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
PragmaticScorer extends Serializable
Scorer is a rule based implementation inspired on http://fjavieralba.com/basic-sentiment-analysis-with-python.html Its strategy is to tag words by a dictionary in a sentence context, and later identify such context to get amplifiers
-
class
SentimentDetector extends AnnotatorApproach[SentimentDetectorModel]
Gives a good or bad score to a sentence based on the approach used
-
class
SentimentDetectorModel extends AnnotatorModel[SentimentDetectorModel] with HasSimpleAnnotate[SentimentDetectorModel]
Gives a good or bad score to a sentence based on the approach used
Value Members
- object SentimentDetector extends DefaultParamsReadable[SentimentDetector] with Serializable
- object SentimentDetectorModel extends ParamsAndFeaturesReadable[SentimentDetectorModel] with Serializable