Package | Description |
---|---|
org.maltparser.parser.guide.decision |
Provides classes for different decision models.
|
org.maltparser.parser.guide.instance |
Provides classes for different instance models.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DecisionModel |
Modifier and Type | Class and Description |
---|---|
class |
BranchedDecisionModel |
class |
OneDecisionModel |
class |
SeqDecisionModel |
Modifier and Type | Interface and Description |
---|---|
interface |
InstanceModel |
Modifier and Type | Class and Description |
---|---|
class |
AtomicModel |
class |
FeatureDivideModel
The feature divide model is used for divide the training instances into several models according to
a divide feature.
|
Modifier and Type | Method and Description |
---|---|
Model |
AtomicModel.getParent()
Returns the parent guide model
|
Model |
FeatureDivideModel.getParent()
Returns the parent model
|
Constructor and Description |
---|
AtomicModel(int index,
Model parent)
Constructs an atomic model.
|
FeatureDivideModel(Model parent)
Constructs a feature divide model.
|
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.