|
Class Summary |
| 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. |