Package pyannotation :: Package elan :: Module data :: Class Eaf
[hide private]
[frames] | no frames]

Class Eaf

source code

object --+
         |
        Eaf

Instance Methods [hide private]
 
__init__(self, file)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
tiers(self) source code
 
childTiersFor(self, id) source code
 
getIndexOfTier(self, id) source code
 
getIndexOfLastTier(self) source code
 
getTierIdsForLinguisticType(self, type, parent=None) source code
 
getLinguisticTypeForTier(self, id) source code
 
getConstraintForLinguisticType(self, id) source code
 
linguisticTypeIsTimeAlignable(self, id) source code
 
getIndexOfLastLinguisticType(self) source code
 
getLocaleForTier(self, id) source code
 
getParticipantForTier(self, id) source code
 
addLinguisticType(self, type, constraints, timeAlignable=False, graphicReferences=False, extRef=None) source code
 
hasLinguisticType(self, type) source code
 
addTier(self, id, type, parent=None, defaultLocale=None, participant='') source code
 
getStartTsForAnnotation(self, idTier, idAnnotation) source code
 
getEndTsForAnnotation(self, idTier, idAnnotation) source code
 
getSubAnnotationIdsForAnnotationInTier(self, idAnn, idTier, idSubTier) source code
 
getAnnotationIdsForTier(self, idTier) source code
 
getRefAnnotationIdsForTier(self, idTier, annRef=None, prevAnn=None) source code
 
getAlignableAnnotationIdsForTier(self, id, startTs=None, endTs=None) source code
 
getAnnotationValueForAnnotation(self, idTier, idAnnotation) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, file)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)