Package | Description |
---|---|
de.up.ling.irtg.automata.coarse_to_fine |
Classes used to implement coarse-to-fine parsing.
|
de.up.ling.irtg.script |
Various useful scripts.
|
Modifier and Type | Method and Description |
---|---|
static CoarseToFineParser |
CoarseToFineParser.makeCoarseToFineParser(InterpretedTreeAutomaton irtg,
String interpretation,
String ftcMap,
double theta)
This is a convenience method which constructs a coarse to fine parser with the given
parameters.
|
Modifier and Type | Method and Description |
---|---|
static Tree<String> |
ParsingEvaluator.parseCtf(CoarseToFineParser ctfp,
Instance inst,
String interpretation) |
Copyright © 2017. All rights reserved.