-
Notifications
You must be signed in to change notification settings - Fork 6
File format versions
From time to time, a change in the file format becomes necessary. Specifically, this means changes in the UIMA type system. This page lists the different versions of the type system, and the versions of the program they are used with.
Type system version | Application version |
---|---|
v1 | 1.5 - |
LEGACY | 1.0.0-alpha1 - 1.4 |
To convert files from one type system to the other, we use the importer mechanism that is in place to import from other entirely different file types. For each step from one version to the next, an converter is added. Their names all start with the label "Convert", followed by the step they are converting from and to. E.g., the converter labeled Convert: LEGACY → v1
converts from LEGACY files to v1 files.
Inherits from: uima.tcas.Annotation
Description: A mention in the text.
Name | Description | Range |
---|---|---|
Entity | the entity that this mention belongs to. | de.unistuttgart.ims.coref.annotator.api.v1.Entity |
Discontinuous | If this mention is discontinuous, the detached part is stored here. | de.unistuttgart.ims.coref.annotator.api.v1.DetachedMentionPart |
Flags | An array of strings that stores flags | uima.cas.StringArray |
Inherits from: uima.cas.TOP
Description: An entity, that is not linked to a specific text segment.
Name | Description | Range |
---|---|---|
Label | A label of the entity, shown in the tree view. | uima.cas.String |
Color | The color used for underlining | uima.cas.Integer |
Key | The key for keyboard based annotation | uima.cas.String |
Flags | An array of strings that stores flags | uima.cas.StringArray |
Hidden | A boolean to indicate whether this entity has been hidden | uima.cas.Boolean |
XmlId | A field to store the xml id of the entity, if it has been loaded from TEI/XML | uima.cas.String |
Inherits from: de.unistuttgart.ims.coref.annotator.api.v1.Entity
Description: Represents an entity group
Name | Description | Range |
---|---|---|
Members | An array containin the members of the group | uima.cas.FSArray |
Inherits from: uima.tcas.Annotation
Description: For detached relative clauses etc., this is used to mark them
Name | Description | Range |
---|---|---|
Mention | A pointer to the mention this detached part belongs to | de.unistuttgart.ims.coref.annotator.api.v1.Mention |
This is the type system that has been used from the start. It does not contain a version number, which is why it's called legacy.
Inherits from: uima.tcas.Annotation
Description:
Name | Description | Range |
---|---|---|
Entity | de.unistuttgart.ims.coref.annotator.api.Entity | |
Discontinuous | de.unistuttgart.ims.coref.annotator.api.DetachedMentionPart | |
Flags | uima.cas.StringArray |
Inherits from: uima.cas.TOP
Name | Description | Range |
---|---|---|
Label | uima.cas.String | |
Color | uima.cas.Integer | |
Key | uima.cas.String | |
Flags | uima.cas.StringArray | |
Hidden | uima.cas.Boolean | |
XmlId | uima.cas.String |
Inherits from: de.unistuttgart.ims.coref.annotator.api.Entity
Name | Description | Range |
---|---|---|
Members | uima.cas.FSArray |
Inherits from: uima.tcas.Annotation
Name | Description | Range |
---|---|---|
Mention | de.unistuttgart.ims.coref.annotator.api.Mention |
Inherits from: uima.cas.TOP
Name | Description | Range |
---|---|---|
Author | uima.cas.String | |
Value | uima.cas.String |
Inherits from: de.unistuttgart.ims.coref.annotator.api.Comment
Name | Description | Range |
---|---|---|
Mention | de.unistuttgart.ims.coref.annotator.api.Mention |
Inherits from: de.unistuttgart.ims.coref.annotator.api.Comment
Name | Description | Range |
---|---|---|
Annotation | uima.tcas.Annotation |
Inherits from: uima.tcas.Annotation