mmif.vocabulary module
mmif.vocabulary.annotation_types module
- class mmif.vocabulary.annotation_types.AnnotationTypes(type_uri, fuzzymode=True)[source]
Bases:
AnnotationTypesBase
This class contains the CLAMS annotation types defined in the spec version 1.1.0 as class variables.
- typevers = {'Alignment': 'v1', 'Annotation': 'v6', 'BoundingBox': 'v5', 'Chapter': 'v6', 'Interval': 'v5', 'NamedEntity': 'v1', 'NounChunk': 'v1', 'Paragraph': 'v1', 'Polygon': 'v5', 'Region': 'v5', 'Relation': 'v5', 'Sentence': 'v1', 'Span': 'v5', 'TimeFrame': 'v6', 'TimePoint': 'v5', 'Token': 'v1', 'VerbChunk': 'v1', 'VideoObject': 'v5'}[source]