corpus-services
1.0
|
Public Member Functions | |
ComaTranscriptionsNameChecker () | |
Report | function (CorpusData cd, Boolean fix) throws SAXException, IOException, ParserConfigurationException, URISyntaxException, TransformerException, XPathExpressionException |
Collection< Class<?extends CorpusData > > | getIsUsableFor () |
String | getDescription () |
Report | function (Corpus c, Boolean fix) throws SAXException, IOException, ParserConfigurationException, URISyntaxException, 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 whether or not there is a mismatch between basic and segmented names, basic and segmented file names, plus their NSLinks for each communication in the coma file.
Definition at line 27 of file ComaTranscriptionsNameChecker.java.
de.uni_hamburg.corpora.validation.ComaTranscriptionsNameChecker.ComaTranscriptionsNameChecker | ( | ) |
Definition at line 29 of file ComaTranscriptionsNameChecker.java.
Report de.uni_hamburg.corpora.validation.ComaTranscriptionsNameChecker.function | ( | CorpusData | cd, |
Boolean | fix | ||
) | throws SAXException, IOException, ParserConfigurationException, URISyntaxException, TransformerException, XPathExpressionException |
Main functionality of the feature; issues warnings with respect to mismatches between basic and segmented names, basic and segmented file names, plus their NSLinks for each communication in the coma file and add those warnings to the report which it returns.
Definition at line 40 of file ComaTranscriptionsNameChecker.java.
Report de.uni_hamburg.corpora.validation.ComaTranscriptionsNameChecker.function | ( | Corpus | c, |
Boolean | fix | ||
) | throws SAXException, IOException, ParserConfigurationException, URISyntaxException, TransformerException, XPathExpressionException |
Definition at line 196 of file ComaTranscriptionsNameChecker.java.
String de.uni_hamburg.corpora.validation.ComaTranscriptionsNameChecker.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 188 of file ComaTranscriptionsNameChecker.java.
Collection<Class<? extends CorpusData> > de.uni_hamburg.corpora.validation.ComaTranscriptionsNameChecker.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 173 of file ComaTranscriptionsNameChecker.java.