Exemplo n.º 1
0
def numeric_annotation_type():
    a = AnnotationType('test', None, None)
    a.attribute = Attribute('test', 'numeric')
    return a
Exemplo n.º 2
0
def transcription_annotation_type():
    a = AnnotationType('test', None, None)
    a.trans_delimiter = '.'
    a.attribute = Attribute('test', 'tier')
    return a
Exemplo n.º 3
0
def spelling_annotation_type():
    a = AnnotationType('test', None, None)
    a.attribute = Attribute('test', 'spelling')
    return a
Exemplo n.º 4
0
def numeric_annotation_type():
    a = AnnotationType('test', None, None)
    a.attribute = Attribute('test', 'numeric')
    return a
Exemplo n.º 5
0
def transcription_annotation_type():
    a = AnnotationType('test', None, None)
    a.trans_delimiter = '.'
    a.attribute = Attribute('test', 'tier')
    return a
Exemplo n.º 6
0
def spelling_annotation_type():
    a = AnnotationType('test', None, None)
    a.attribute = Attribute('test', 'spelling')
    return a