|
MaltParser 1.0.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GuideModel | |
---|---|
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. |
org.maltparser.parser.guide.instmodel | Provides an interface for implementing different kinds of prediction strategies. |
org.maltparser.parser.guide.predmodel | Contains classes for implementing different kinds of instance models. |
Uses of GuideModel in org.maltparser.parser.guide |
---|
Classes in org.maltparser.parser.guide that implement GuideModel | |
---|---|
class |
Guide
The guide is used by a parsing algorithm to predict the next parser action during parsing and to add a instance to the training instance set during learning. |
Uses of GuideModel in org.maltparser.parser.guide.instmodel |
---|
Subinterfaces of GuideModel in org.maltparser.parser.guide.instmodel | |
---|---|
interface |
InstanceModel
|
Classes in org.maltparser.parser.guide.instmodel that implement GuideModel | |
---|---|
class |
AtomicModel
|
class |
FeatureDivideModel
The feature divide model is used for divide the training instances into several models according to a divide feature. |
Methods in org.maltparser.parser.guide.instmodel that return GuideModel | |
---|---|
GuideModel |
FeatureDivideModel.getParent()
Returns the parent guide model |
GuideModel |
AtomicModel.getParent()
Returns the parent guide model |
Methods in org.maltparser.parser.guide.instmodel with parameters of type GuideModel | |
---|---|
protected void |
FeatureDivideModel.setParent(GuideModel parent)
Sets the parent guide model |
protected void |
AtomicModel.setParent(GuideModel parent)
Sets the parent guide model |
Constructors in org.maltparser.parser.guide.instmodel with parameters of type GuideModel | |
---|---|
AtomicModel(int index,
FeatureVector features,
ClassTable classCodeTable,
GuideModel parent)
Constructs an atomic model. |
|
FeatureDivideModel(FeatureVector features,
ClassTable classCodeTable,
GuideModel parent)
Constructs a feature divide model. |
Uses of GuideModel in org.maltparser.parser.guide.predmodel |
---|
Subinterfaces of GuideModel in org.maltparser.parser.guide.predmodel | |
---|---|
interface |
PredictionModel
|
Classes in org.maltparser.parser.guide.predmodel that implement GuideModel | |
---|---|
class |
CombinedPredictionModel
The combined prediction guide model combines the transition and all output columns into one class sets (the same behavior as MaltParser 0.4). |
|
MaltParser 1.0.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |