corpus-services
1.0
|
Public Member Functions | |
ComaApostropheChecker () | |
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 the coma file contains an apostrophe '. If it does then these all apostrophes ' are changed to apostrophes ’.
Definition at line 20 of file ComaApostropheChecker.java.
de.uni_hamburg.corpora.validation.ComaApostropheChecker.ComaApostropheChecker | ( | ) |
Definition at line 26 of file ComaApostropheChecker.java.
Report de.uni_hamburg.corpora.validation.ComaApostropheChecker.function | ( | CorpusData | cd, |
Boolean | fix | ||
) | throws SAXException, IOException, ParserConfigurationException, URISyntaxException, TransformerException, XPathExpressionException |
One of the main functionalities of the feature; issues warnings if the coma file contains apostrophe ’and add that warning to the report which it returns.
Definition at line 37 of file ComaApostropheChecker.java.
Report de.uni_hamburg.corpora.validation.ComaApostropheChecker.function | ( | Corpus | c, |
Boolean | fix | ||
) | throws SAXException, IOException, ParserConfigurationException, URISyntaxException, TransformerException, XPathExpressionException |
Definition at line 88 of file ComaApostropheChecker.java.
String de.uni_hamburg.corpora.validation.ComaApostropheChecker.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 80 of file ComaApostropheChecker.java.
Collection<Class<? extends CorpusData> > de.uni_hamburg.corpora.validation.ComaApostropheChecker.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 65 of file ComaApostropheChecker.java.