corpus-services
1.0
|
Public Member Functions | |
ExbCalculateAnnotatedTime () | |
Report | function (Corpus c, Boolean fix) throws SAXException, IOException, ParserConfigurationException, JexmaraldaException, TransformerException, XPathExpressionException |
Report | function (CorpusData cd, Boolean fix) throws SAXException, IOException, ParserConfigurationException, JexmaraldaException, TransformerException, XPathExpressionException |
HashMap< String, Float > | getTimelineItems (NodeList items) |
Collection< Class<?extends CorpusData > > | getIsUsableFor () |
String | getDescription () |
![]() | |
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 () |
This class calculates annotated time for an exb file and computes the duration of each annotation in the exb.
Definition at line 29 of file ExbCalculateAnnotatedTime.java.
de.uni_hamburg.corpora.validation.ExbCalculateAnnotatedTime.ExbCalculateAnnotatedTime | ( | ) |
Definition at line 34 of file ExbCalculateAnnotatedTime.java.
Report de.uni_hamburg.corpora.validation.ExbCalculateAnnotatedTime.function | ( | Corpus | c, |
Boolean | fix | ||
) | throws SAXException, IOException, ParserConfigurationException, JexmaraldaException, TransformerException, XPathExpressionException |
Definition at line 40 of file ExbCalculateAnnotatedTime.java.
Report de.uni_hamburg.corpora.validation.ExbCalculateAnnotatedTime.function | ( | CorpusData | cd, |
Boolean | fix | ||
) | throws SAXException, IOException, ParserConfigurationException, JexmaraldaException, TransformerException, XPathExpressionException |
The primary functionality of the class; it accepts the basic transcription files of the corpus one by one and computes the duration of each annotation in the exb.
Definition at line 53 of file ExbCalculateAnnotatedTime.java.
String de.uni_hamburg.corpora.validation.ExbCalculateAnnotatedTime.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 207 of file ExbCalculateAnnotatedTime.java.
Collection<Class<? extends CorpusData> > de.uni_hamburg.corpora.validation.ExbCalculateAnnotatedTime.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 192 of file ExbCalculateAnnotatedTime.java.
HashMap<String, Float> de.uni_hamburg.corpora.validation.ExbCalculateAnnotatedTime.getTimelineItems | ( | NodeList | items | ) |
A method for obtaining the time line items with their IDs and time.
Definition at line 167 of file ExbCalculateAnnotatedTime.java.