Package | Description |
---|---|
cz.cuni.mff.corrector.corrector |
Implementations of correction algorithms.
|
cz.cuni.mff.corrector.testing |
Profiling tests for measuring performance.
|
cz.cuni.mff.corrector.tree |
Data trees abstraction for XML documents.
|
Modifier and Type | Field and Description |
---|---|
protected Tree |
Corrector.dataTree
Data tree object representing the input XML document.
|
Modifier and Type | Method and Description |
---|---|
static Corrector |
Corrector.createCorrectorInstance(Tree dataTree,
Grammar treeGrammar,
Corrector.AlgorithmStrategy algorithmStrategy,
Corrector.ExecutionApproach executionApproach,
Corrector.SignatureHandling signatureHandling,
boolean profilingTimes,
boolean profilingStats)
Prepares and executes the required correction algorithm.
|
Constructor and Description |
---|
Corrector(Tree dataTree,
Grammar treeGrammar,
Corrector.AlgorithmStrategy algorithmStrategy,
Corrector.ExecutionApproach executionApproach,
Corrector.SignatureHandling signatureHandling,
boolean profilingTimes,
boolean profilingStats)
Internal constructor for the universal corrector implementation.
|
Modifier and Type | Method and Description |
---|---|
protected Tree |
Analysis.acquireDataTree(java.lang.String analysisName,
int grammarId,
int nodesCount,
int serialNumber)
Provides the instance of the required evaluation data tree instance.
|
Modifier and Type | Method and Description |
---|---|
static Tree |
Tree.createFromXmlFile(java.lang.String fileName)
Creates a new data tree from a given XML document.
|