JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
edu.stanford.nlp.parser.lexparser
Interface RerankerQuery
All Known Implementing Classes:
DVModelReranker.Query
public interface
RerankerQuery
Process a Tree and return a score. Typically constructed by the Reranker, possibly given some extra information about the sentence being parsed.
Author:
John Bauer
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
double
score
(
Tree
tree)
Method Detail
score
double score(
Tree
tree)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Stanford NLP Group