corpus-services
1.0
|
Public Member Functions | |
ExbFileCoverageChecker () | |
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 NoSuchAlgorithmException, ClassNotFoundException, FSMException, URISyntaxException, SAXException, IOException, ParserConfigurationException, JexmaraldaException, TransformerException, XPathExpressionException, JDOMException |
![]() | |
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 () |
Static Public Member Functions | |
static void | setWhitelist () |
static void | search (File folder, List< String > result) |
Definition at line 39 of file ExbFileCoverageChecker.java.
de.uni_hamburg.corpora.validation.ExbFileCoverageChecker.ExbFileCoverageChecker | ( | ) |
Definition at line 44 of file ExbFileCoverageChecker.java.
Report de.uni_hamburg.corpora.validation.ExbFileCoverageChecker.function | ( | CorpusData | cd, |
Boolean | fix | ||
) | throws SAXException, IOException, ParserConfigurationException, URISyntaxException, TransformerException, XPathExpressionException |
Main functionality of the feature: checks whether files are both in the exb file and file system.
Definition at line 57 of file ExbFileCoverageChecker.java.
Report de.uni_hamburg.corpora.validation.ExbFileCoverageChecker.function | ( | Corpus | c, |
Boolean | fix | ||
) | throws NoSuchAlgorithmException, ClassNotFoundException, FSMException, URISyntaxException, SAXException, IOException, ParserConfigurationException, JexmaraldaException, TransformerException, XPathExpressionException, JDOMException |
Definition at line 174 of file ExbFileCoverageChecker.java.
String de.uni_hamburg.corpora.validation.ExbFileCoverageChecker.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 167 of file ExbFileCoverageChecker.java.
Collection<Class<? extends CorpusData> > de.uni_hamburg.corpora.validation.ExbFileCoverageChecker.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 103 of file ExbFileCoverageChecker.java.
|
static |
Search function for getting all the files under the same folder with the basic transcription file and sub-folders.
Definition at line 138 of file ExbFileCoverageChecker.java.
|
static |
Definition at line 113 of file ExbFileCoverageChecker.java.