Package miopia :: Package adapter :: Module Feature :: Class SentimentFeature
[hide private]
[frames] | no frames]

Class SentimentFeature

source code

object --+
         |
        SentimentFeature

SentimentFeature defines the features provided by a SentimentAnalyzer

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  SEMANTIC_ORIENTATION = 'S0'
  POS_WORDS = 'POS_WORDS'
  NEG_WORDS = 'NEG_WORDS'
  SUBJECTIVITY = 'SUBJECTIVITY'
  NUMBER_INTENSIFIERS = 'NUMBER_INTENSFIERS'
  NUMBER_WORDS = 'NUMBER_WORDS'
  LENGTH_TEXT = 'LENGTH_TEXT'
Properties [hide private]

Inherited from object: __class__