corpus-services
1.0
|
Public Member Functions | |
ExbRefTierChecker () | |
Collection< Class<?extends CorpusData > > | getIsUsableFor () |
Report | function (CorpusData cd, Boolean fix) throws IOException, SAXException, TransformerException, ParserConfigurationException, XPathExpressionException |
String | getDescription () |
Report | function (Corpus c, Boolean fix) throws SAXException, IOException, ParserConfigurationException, URISyntaxException, JDOMException, TransformerException, XPathExpressionException |
![]() | |
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 () |
A class that checks reference tiers in exb files and finds out whether or not the order of the numbering and speaker reference are correct. If there are mistakes in the ref tiers, it corrects them thanks to its fix function.
Definition at line 29 of file ExbRefTierChecker.java.
de.uni_hamburg.corpora.validation.ExbRefTierChecker.ExbRefTierChecker | ( | ) |
Definition at line 33 of file ExbRefTierChecker.java.
Report de.uni_hamburg.corpora.validation.ExbRefTierChecker.function | ( | CorpusData | cd, |
Boolean | fix | ||
) | throws IOException, SAXException, TransformerException, ParserConfigurationException, XPathExpressionException |
Definition at line 55 of file ExbRefTierChecker.java.
Report de.uni_hamburg.corpora.validation.ExbRefTierChecker.function | ( | Corpus | c, |
Boolean | fix | ||
) | throws SAXException, IOException, ParserConfigurationException, URISyntaxException, JDOMException, TransformerException, XPathExpressionException |
Definition at line 218 of file ExbRefTierChecker.java.
String de.uni_hamburg.corpora.validation.ExbRefTierChecker.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 209 of file ExbRefTierChecker.java.
Collection<Class<? extends CorpusData> > de.uni_hamburg.corpora.validation.ExbRefTierChecker.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 43 of file ExbRefTierChecker.java.