corpus-services
1.0
|
Public Member Functions | |
ComaTierOverviewCreator () | |
Report | function (CorpusData cd, Boolean fix) throws SAXException, IOException, ParserConfigurationException, URISyntaxException, TransformerException, XPathExpressionException, JexmaraldaException, ClassNotFoundException |
Collection< Class<?extends CorpusData > > | getIsUsableFor () |
String | getDescription () |
Report | function (Corpus c, Boolean fix) throws SAXException, IOException, ParserConfigurationException, URISyntaxException, TransformerException, XPathExpressionException, JexmaraldaException, ClassNotFoundException |
![]() | |
Report | execute (Corpus c) |
Report | execute (CorpusData cd) |
Report | execute (CorpusData cd, boolean fix) |
Report | execute (Corpus c, boolean fix) |
abstract Report | function (CorpusData cd, Boolean fix) throws NoSuchAlgorithmException, ClassNotFoundException, FSMException, URISyntaxException, SAXException, IOException, ParserConfigurationException, JexmaraldaException, TransformerException, XPathExpressionException, JDOMException |
abstract Report | function (Corpus c, Boolean fix) throws NoSuchAlgorithmException, ClassNotFoundException, FSMException, URISyntaxException, SAXException, IOException, ParserConfigurationException, JexmaraldaException, TransformerException, XPathExpressionException, JDOMException |
abstract Collection< Class<?extends CorpusData > > | getIsUsableFor () |
void | setIsUsableFor (Collection< Class<?extends CorpusData >> cdc) |
String | getFunction () |
Boolean | getCanFix () |
This class creates a sort- and filterable html overview in table form of all tiers existing in the exbs linked in the coma file to make error " checking and harmonizing easier.
Definition at line 33 of file ComaTierOverviewCreator.java.
de.uni_hamburg.corpora.validation.ComaTierOverviewCreator.ComaTierOverviewCreator | ( | ) |
Definition at line 37 of file ComaTierOverviewCreator.java.
Report de.uni_hamburg.corpora.validation.ComaTierOverviewCreator.function | ( | CorpusData | cd, |
Boolean | fix | ||
) | throws SAXException, IOException, ParserConfigurationException, URISyntaxException, TransformerException, XPathExpressionException, JexmaraldaException, ClassNotFoundException |
Main functionality of the feature; checks the coma file whether or not there are more than one segmentation algorithms used in the corpus. Issues warnings and returns report which is composed of errors.
Definition at line 47 of file ComaTierOverviewCreator.java.
Report de.uni_hamburg.corpora.validation.ComaTierOverviewCreator.function | ( | Corpus | c, |
Boolean | fix | ||
) | throws SAXException, IOException, ParserConfigurationException, URISyntaxException, TransformerException, XPathExpressionException, JexmaraldaException, ClassNotFoundException |
Definition at line 219 of file ComaTierOverviewCreator.java.
String de.uni_hamburg.corpora.validation.ComaTierOverviewCreator.getDescription | ( | ) |
Default function which returns a two/three line description of what this class is about.
Implements de.uni_hamburg.corpora.CorpusFunction.
Definition at line 211 of file ComaTierOverviewCreator.java.
Collection<Class<? extends CorpusData> > de.uni_hamburg.corpora.validation.ComaTierOverviewCreator.getIsUsableFor | ( | ) |
Default function which determines for what type of files (basic transcription, segmented transcription, coma etc.) this feature can be used.
Implements de.uni_hamburg.corpora.CorpusFunction.
Definition at line 196 of file ComaTierOverviewCreator.java.