|
|
__init__(self,
file)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| getTierIdsForLinguisticType(self,
type,
parent=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| addLinguisticType(self,
type,
constraints,
timeAlignable=False,
graphicReferences=False,
extRef=None) |
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
|
|
|
|
|
|
|
| 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__
|