corpus-services
1.0
|
Public Member Functions | |
LanguageToolChecker () | |
Report | function (CorpusData cd, Boolean fix) throws SAXException, IOException, ParserConfigurationException, JexmaraldaException |
Collection< Class<?extends CorpusData > > | getIsUsableFor () |
String | getDescription () |
void | setLanguage (String lang) |
void | setTierToCheck (String ttc) |
Report | function (Corpus c, Boolean fix) throws SAXException, IOException, ParserConfigurationException, URISyntaxException, JDOMException, TransformerException, XPathExpressionException, JexmaraldaException |
![]() | |
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 grammar and spelling error checker for EXB tiers mainly.
Definition at line 47 of file LanguageToolChecker.java.
de.uni_hamburg.corpora.validation.LanguageToolChecker.LanguageToolChecker | ( | ) |
No fix is applicable for this feature.
Definition at line 59 of file LanguageToolChecker.java.
Report de.uni_hamburg.corpora.validation.LanguageToolChecker.function | ( | CorpusData | cd, |
Boolean | fix | ||
) | throws SAXException, IOException, ParserConfigurationException, JexmaraldaException |
Main feature of the class: Checks Exmaralda .exb file for segmentation problems.
Definition at line 72 of file LanguageToolChecker.java.
Report de.uni_hamburg.corpora.validation.LanguageToolChecker.function | ( | Corpus | c, |
Boolean | fix | ||
) | throws SAXException, IOException, ParserConfigurationException, URISyntaxException, JDOMException, TransformerException, XPathExpressionException, JexmaraldaException |
Definition at line 190 of file LanguageToolChecker.java.
String de.uni_hamburg.corpora.validation.LanguageToolChecker.getDescription | ( | ) |
Implements de.uni_hamburg.corpora.CorpusFunction.
Definition at line 174 of file LanguageToolChecker.java.
Collection<Class<? extends CorpusData> > de.uni_hamburg.corpora.validation.LanguageToolChecker.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 163 of file LanguageToolChecker.java.
void de.uni_hamburg.corpora.validation.LanguageToolChecker.setLanguage | ( | String | lang | ) |
Definition at line 181 of file LanguageToolChecker.java.
void de.uni_hamburg.corpora.validation.LanguageToolChecker.setTierToCheck | ( | String | ttc | ) |
Definition at line 185 of file LanguageToolChecker.java.