| Interface | Description |
|---|---|
| MaltLibModel |
| Class | Description |
|---|---|
| FeatureList |
The feature list is sorted according to the compareTo of the node.
|
| FeatureMap |
The purpose of the feature map is to map MaltParser's column based features together with the symbol code from the symbol table to
unique indices suitable for liblinear and libsvm.
|
| Lib | |
| LibLinear | |
| LibSvm | |
| MaltFeatureNode | |
| MaltLiblinearModel |
This class borrows code from liblinear.Model.java of the Java implementation of the liblinear package.
|
| MaltLibsvmModel |
This class borrows code from libsvm.svm.java of the Java implementation of the libsvm package.
|
| Enum | Description |
|---|---|
| Lib.Verbostity |
| Exception | Description |
|---|---|
| LibException |
LibException extends the MaltChainedException class and is thrown by classes
within the lib package.
|
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.