Package miopia :: Package parser :: Module SentimentDependencyGraph :: Class SentimentDependencyGraphNodeKeys
[hide private]
[frames] | no frames]

Class SentimentDependencyGraphNodeKeys

source code

object --+
         |
        SentimentDependencyGraphNodeKeys

The keys of a node of a SentimentDependencyGraph

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 = 'SEMANTIC_ORIENTATION'
  INTENSIFICATION = 'INTENSIFICATION'
  SUBJECTIVITY = 'SUBJECTIVITY'
  POSITIVE_WORDS = 'POSITIVE_WORDS'
  NEGATIVE_WORDS = 'NEGATIVE_WORDS'
  NUMBER_OF_INTENSIFIERS = 'NUMBER_OF_INTENSIFIERS'
  LENGTH_TEXT = 'LENGTH_TEXT'
  NUMBER_OF_WORDS = 'NUMBER_OF_WORDS'
  LINGUISTIC_INFO = 'LINGUISTIC_INFO'
  WORD = 'word'
  REL = 'rel'
  DEPS = 'deps'
  TAG = 'tag'
  ADDRESS = 'address'
  HEAD = 'head'
Properties [hide private]

Inherited from object: __class__