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

Class FeatureType

source code

object --+
         |
        FeatureType

FeatureType defines the features supported by the Adapter classes

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]
  GRAM = 'GRAM'
  DEPENDENCY = 'DEPENDENCY_TYPE'
  DEPENDENCY_TRIPLET = 'DEPENDENCY_TRIPLET'
  SENTIMENT_FEATURE = 'SENTIMENT_FEATURE'
  LEXICON = 'LEXICON'
  ABSTRACTED_LEXICON = 'ABSTRACTED_LEXICON'
  SCORED = 'SCORED'
  METADATA = 'METADATA'
  UNGRAMMATICAL = 'UNGRAMMATICAL'
Properties [hide private]

Inherited from object: __class__