DefTagNames¶
- class DefTagNames[source]
Source names for definitions, def labels, and expanded labels.
Methods
Attributes
- DefTagNames.__init__()¶
- DefTagNames.ALL_TIME_KEYS = {'Delay', 'Duration', 'Inset', 'Offset', 'Onset'}¶
- DefTagNames.DEFINITION_KEY = 'Definition'¶
- DefTagNames.DEF_EXPAND_KEY = 'Def-expand'¶
- DefTagNames.DEF_KEY = 'Def'¶
- DefTagNames.DELAY_KEY = 'Delay'¶
- DefTagNames.DURATION_KEY = 'Duration'¶
- DefTagNames.DURATION_KEYS = {'Delay', 'Duration'}¶
- DefTagNames.INSET_KEY = 'Inset'¶
- DefTagNames.OFFSET_KEY = 'Offset'¶
- DefTagNames.ONSET_KEY = 'Onset'¶
- DefTagNames.TEMPORAL_KEYS = {'Inset', 'Offset', 'Onset'}¶