|
MaltParser 1.0.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration | |
---|---|
org.maltparser.core.config | Contains classes and an interface for handling parsing scenarios. |
org.maltparser.ml.libsvm | Contains classes that interacts with the LIBSVM learner. |
org.maltparser.ml.libsvm.malt04 | Contains classes that interacts with the LIBSVM learner that tries to emulate the behavior of MaltParser 0.4. |
Uses of Configuration in org.maltparser.core.config |
---|
Classes in org.maltparser.core.config that implement Configuration | |
---|---|
class |
SingleMaltConfiguration
SingleMaltConfiguration handles deterministic parsing algorithms such as Nivre Arc-eager, Nivre Arc-standard, Covington Non-projective and Covington projective. |
Fields in org.maltparser.core.config declared as Configuration | |
---|---|
protected Configuration |
ConfigurationDir.configuration
|
Methods in org.maltparser.core.config that return Configuration | |
---|---|
Configuration |
ConfigurationDir.getConfiguration()
|
Methods in org.maltparser.core.config with parameters of type Configuration | |
---|---|
void |
ConfigurationDir.setConfiguration(Configuration configuration)
|
Constructors in org.maltparser.core.config with parameters of type Configuration | |
---|---|
ConfigurationDir(Configuration configuration,
String name,
String type,
Integer containerIndex)
|
|
ConfigurationDir(Configuration configuration,
URL url)
|
Uses of Configuration in org.maltparser.ml.libsvm |
---|
Methods in org.maltparser.ml.libsvm that return Configuration | |
---|---|
Configuration |
Libsvm.getConfiguration()
Returns the current configuration |
Uses of Configuration in org.maltparser.ml.libsvm.malt04 |
---|
Methods in org.maltparser.ml.libsvm.malt04 that return Configuration | |
---|---|
Configuration |
LibsvmMalt04.getConfiguration()
Returns the current configuration |
|
MaltParser 1.0.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |