Package

com.johnsnowlabs.nlp.annotators.sda

pragmatic

Permalink

package pragmatic

Visibility
  1. Public
  2. All

Type Members

  1. class PragmaticScorer extends Serializable

    Permalink

    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

  2. class SentimentDetector extends AnnotatorApproach[SentimentDetectorModel]

    Permalink
  3. class SentimentDetectorModel extends AnnotatorModel[SentimentDetectorModel]

    Permalink

    Gives a good or bad score to a sentence based on the approach used

Value Members

  1. object SentimentDetector extends DefaultParamsReadable[SentimentDetector] with Serializable

    Permalink
  2. object SentimentDetectorModel extends ParamsAndFeaturesReadable[SentimentDetectorModel] with Serializable

    Permalink

Ungrouped