corpus-services
1.0
|
Public Member Functions | |
GenerateAnnotationPanel () | |
Report | generateAnnotation (CorpusData cd) throws ParserConfigurationException, TransformerConfigurationException, TransformerException |
Report | function (CorpusData cd, Boolean fix) throws SAXException, IOException, ParserConfigurationException, TransformerConfigurationException, TransformerException, XPathExpressionException |
Collection< Class<?extends CorpusData > > | getIsUsableFor () |
String | getDescription () |
Report | function (Corpus c, Boolean fix) throws SAXException, IOException, ParserConfigurationException, JexmaraldaException, 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 () |
The class that generates an annotation specification panel from the basic transcription files (exb).
Definition at line 40 of file GenerateAnnotationPanel.java.
de.uni_hamburg.corpora.validation.GenerateAnnotationPanel.GenerateAnnotationPanel | ( | ) |
Definition at line 47 of file GenerateAnnotationPanel.java.
Report de.uni_hamburg.corpora.validation.GenerateAnnotationPanel.function | ( | CorpusData | cd, |
Boolean | fix | ||
) | throws SAXException, IOException, ParserConfigurationException, TransformerConfigurationException, TransformerException, XPathExpressionException |
Main feature of the class: Adds annotation tags from exb files to a list.
Definition at line 114 of file GenerateAnnotationPanel.java.
Report de.uni_hamburg.corpora.validation.GenerateAnnotationPanel.function | ( | Corpus | c, |
Boolean | fix | ||
) | throws SAXException, IOException, ParserConfigurationException, JexmaraldaException, TransformerException, XPathExpressionException |
Definition at line 212 of file GenerateAnnotationPanel.java.
Report de.uni_hamburg.corpora.validation.GenerateAnnotationPanel.generateAnnotation | ( | CorpusData | cd | ) | throws ParserConfigurationException, TransformerConfigurationException, TransformerException |
Creates the annotation panel with the annotationsinExbs.
Definition at line 55 of file GenerateAnnotationPanel.java.
String de.uni_hamburg.corpora.validation.GenerateAnnotationPanel.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 205 of file GenerateAnnotationPanel.java.
Collection<Class<? extends CorpusData> > de.uni_hamburg.corpora.validation.GenerateAnnotationPanel.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 189 of file GenerateAnnotationPanel.java.