Package | Description |
---|---|
cz.cuni.mff.corrector.corrector |
Implementations of correction algorithms.
|
Modifier and Type | Field and Description |
---|---|
protected Corrector |
Handler.correctorReference
Reference to the corrector instance.
|
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 |
---|
Handler(Corrector correctorReference,
Task associatedTask)
Creates a new correction handler instance.
|