|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KBestList | |
---|---|
org.maltparser.ml.liblinear | Contains classes that interacts with the Liblinear learner. |
org.maltparser.ml.libsvm | Contains classes that interacts with the LIBSVM learner. |
org.maltparser.parser.history | Contains classes for managing the history feature model. |
org.maltparser.parser.history.action | Provides classes for different kinds of parser actions |
org.maltparser.parser.history.kbest | Contains classes for managing the K-best list |
Uses of KBestList in org.maltparser.ml.liblinear |
---|
Methods in org.maltparser.ml.liblinear with parameters of type KBestList | |
---|---|
void |
Liblinear.liblinear_predict_with_kbestlist(liblinear.Model model,
liblinear.FeatureNode[] x,
KBestList kBestList)
|
Uses of KBestList in org.maltparser.ml.libsvm |
---|
Methods in org.maltparser.ml.libsvm with parameters of type KBestList | |
---|---|
void |
Libsvm.svm_predict_with_kbestlist(libsvm.svm_model model,
libsvm.svm_node[] x,
KBestList kBestList)
|
Uses of KBestList in org.maltparser.parser.history |
---|
Fields in org.maltparser.parser.history with type parameters of type KBestList | |
---|---|
protected Class<? extends KBestList> |
History.kBestListClass
|
Methods in org.maltparser.parser.history that return types with arguments of type KBestList | |
---|---|
Class<? extends KBestList> |
History.getKBestListClass()
|
Uses of KBestList in org.maltparser.parser.history.action |
---|
Fields in org.maltparser.parser.history.action declared as KBestList | |
---|---|
protected KBestList |
SimpleDecisionAction.kBestList
|
Methods in org.maltparser.parser.history.action that return KBestList | |
---|---|
KBestList |
SimpleDecisionAction.getKBestList()
|
KBestList |
SingleDecision.getKBestList()
|
Uses of KBestList in org.maltparser.parser.history.kbest |
---|
Subclasses of KBestList in org.maltparser.parser.history.kbest | |
---|---|
class |
ScoredKBestList
|
|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |