Class AnnotationMetadata
java.lang.Object
org.episteme.social.linguistics.loaders.tigerxml.AnnotationMetadata
- All Implemented Interfaces:
Serializable
Metadata about the annotation specification in a TIGER-XML corpus.
Represents the
<annotation> section in the <head>.- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA feature definition (e.g., POS, MORPH, CAT). -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFeature(AnnotationMetadata.Feature feature) getFeature(String name)
-
Constructor Details
-
AnnotationMetadata
public AnnotationMetadata()
-
-
Method Details
-
addFeature
-
getFeatures
-
getFeature
-