Package org.episteme.social.linguistics.loaders.tigerxml
package org.episteme.social.linguistics.loaders.tigerxml
Standard TigerXML loader for linguistic corpora.
This package provides a robust implementation of the TIGER-XML format (version 2.0), including support for hierarchical graph structures, feature declarations, and metadata.
Bridges to Linguistics Ontology:
Use TigerBridge to convert the raw
TigerXML structures into the core Sentence and
Phrase models.
- Since:
- 1.0
- Version:
- 2.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
ClassesClassDescriptionMetadata about the annotation specification in a TIGER-XML corpus.A feature definition (e.g., POS, MORPH, CAT).Represents a linguistic corpus in TIGER-XML format.Represents a node in the syntax tree, either a terminal node or a non-terminal node.Represents a non-terminal node in a syntax tree.Represents a path leading through the syntax tree that connects two nodes.Represents a sentence in a corpus.Represents a terminal node in a syntax treeBridge between TigerXML data structures and the Episteme Linguistics ontology.Reader for TIGER-XML corpus files.