|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParserConfiguration | |
---|---|
org.maltparser.parser | The top package for Single Malt Parser. |
org.maltparser.parser.algorithm.covington | Implements the Covington deterministic parsing algorithms. |
org.maltparser.parser.algorithm.nivre | Implements the Nivre deterministic parsing algorithms. |
org.maltparser.parser.algorithm.planar | |
org.maltparser.parser.algorithm.stack | Implements the Stack parsing algorithms. |
org.maltparser.parser.algorithm.twoplanar | |
org.maltparser.parser.guide | Contains classes that implements the guide, which can be seen as an interface (or glue) between the parsing algorithm and the learner. |
Uses of ParserConfiguration in org.maltparser.parser |
---|
Fields in org.maltparser.parser declared as ParserConfiguration | |
---|---|
protected ParserConfiguration |
Algorithm.currentParserConfiguration
|
Methods in org.maltparser.parser that return ParserConfiguration | |
---|---|
ParserConfiguration |
ParserState.getConfiguration()
|
ParserConfiguration |
Algorithm.getCurrentParserConfiguration()
Returns the current active parser configuration |
ParserConfiguration |
AbstractParserFactory.makeParserConfiguration()
Creates a parser configuration |
Methods in org.maltparser.parser with parameters of type ParserConfiguration | |
---|---|
abstract void |
TransitionSystem.apply(GuideUserAction currentAction,
ParserConfiguration config)
|
abstract GuideUserAction |
TransitionSystem.defaultAction(GuideUserHistory history,
ParserConfiguration configuration)
|
abstract GuideUserAction |
TransitionSystem.getDeterministicAction(GuideUserHistory history,
ParserConfiguration config)
|
abstract void |
ParserConfiguration.initialize(ParserConfiguration config)
Initialize the parser configuration with the same state as the parameter config |
abstract boolean |
TransitionSystem.permissible(GuideUserAction currentAction,
ParserConfiguration config)
|
protected void |
Algorithm.setCurrentParserConfiguration(ParserConfiguration currentParserConfiguration)
Sets the current parser configuration |
Uses of ParserConfiguration in org.maltparser.parser.algorithm.covington |
---|
Subclasses of ParserConfiguration in org.maltparser.parser.algorithm.covington | |
---|---|
class |
CovingtonConfig
|
Methods in org.maltparser.parser.algorithm.covington that return ParserConfiguration | |
---|---|
ParserConfiguration |
CovingtonFactory.makeParserConfiguration()
|
Uses of ParserConfiguration in org.maltparser.parser.algorithm.nivre |
---|
Subclasses of ParserConfiguration in org.maltparser.parser.algorithm.nivre | |
---|---|
class |
NivreConfig
|
Methods in org.maltparser.parser.algorithm.nivre that return ParserConfiguration | |
---|---|
ParserConfiguration |
NivreFactory.makeParserConfiguration()
|
Uses of ParserConfiguration in org.maltparser.parser.algorithm.planar |
---|
Subclasses of ParserConfiguration in org.maltparser.parser.algorithm.planar | |
---|---|
class |
PlanarConfig
|
Methods in org.maltparser.parser.algorithm.planar that return ParserConfiguration | |
---|---|
ParserConfiguration |
PlanarFactory.makeParserConfiguration()
|
Methods in org.maltparser.parser.algorithm.planar with parameters of type ParserConfiguration | |
---|---|
void |
Planar.apply(GuideUserAction currentAction,
ParserConfiguration config)
|
GuideUserAction |
Planar.defaultAction(GuideUserHistory history,
ParserConfiguration configuration)
|
GuideUserAction |
Planar.getDeterministicAction(GuideUserHistory history,
ParserConfiguration config)
|
void |
PlanarConfig.initialize(ParserConfiguration parserConfiguration)
|
boolean |
Planar.permissible(GuideUserAction currentAction,
ParserConfiguration config)
|
GuideUserAction |
PlanarArcEagerOracle.predict(DependencyStructure gold,
ParserConfiguration config)
|
Uses of ParserConfiguration in org.maltparser.parser.algorithm.stack |
---|
Subclasses of ParserConfiguration in org.maltparser.parser.algorithm.stack | |
---|---|
class |
StackConfig
|
Methods in org.maltparser.parser.algorithm.stack that return ParserConfiguration | |
---|---|
ParserConfiguration |
StackFactory.makeParserConfiguration()
|
Uses of ParserConfiguration in org.maltparser.parser.algorithm.twoplanar |
---|
Subclasses of ParserConfiguration in org.maltparser.parser.algorithm.twoplanar | |
---|---|
class |
TwoPlanarConfig
|
Methods in org.maltparser.parser.algorithm.twoplanar that return ParserConfiguration | |
---|---|
ParserConfiguration |
TwoPlanarFactory.makeParserConfiguration()
|
Methods in org.maltparser.parser.algorithm.twoplanar with parameters of type ParserConfiguration | |
---|---|
void |
TwoPlanar.apply(GuideUserAction currentAction,
ParserConfiguration config)
|
GuideUserAction |
TwoPlanar.defaultAction(GuideUserHistory history,
ParserConfiguration configuration)
|
GuideUserAction |
TwoPlanar.getDeterministicAction(GuideUserHistory history,
ParserConfiguration config)
|
void |
TwoPlanarConfig.initialize(ParserConfiguration parserConfiguration)
|
boolean |
TwoPlanar.permissible(GuideUserAction currentAction,
ParserConfiguration config)
|
GuideUserAction |
TwoPlanarArcEagerOracle.predict(DependencyStructure gold,
ParserConfiguration config)
|
Uses of ParserConfiguration in org.maltparser.parser.guide |
---|
Methods in org.maltparser.parser.guide with parameters of type ParserConfiguration | |
---|---|
GuideUserAction |
OracleGuide.predict(DependencyStructure gold,
ParserConfiguration config)
|
|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |