MaltParser 1.6.1

Package org.maltparser.ml.lib

Interface Summary
MaltLibModel  
 

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.
 

Enum Summary
Lib.Verbostity  
 

Exception Summary
LibException LibException extends the MaltChainedException class and is thrown by classes within the lib package.
 


MaltParser 1.6.1

Copyright 2007-2011 Johan Hall, Jens Nilsson and Joakim Nivre.