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

Class SentimentJSONKeys

source code

object --+
         |
        SentimentJSONKeys

The keys used to transform a SentimentDependencyGraph to JSON

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]
  CHILDREN = 'children'
  SEMANTIC_ORIENTATION = 'so'
  IS_NEGATION = 'is_negation'
  IS_INTENSIFIER = 'is_intensifier'
  POSTAG = 'postag'
  WORD = 'word'
  ADDRESS = 'address'
  DEPENDENCY_TYPE = 'dependency_type'
Properties [hide private]

Inherited from object: __class__