edu.stanford.nlp.parser.lexparser
Interface RerankerQuery


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
 double score(Tree tree)
           
 

Method Detail

score

double score(Tree tree)


Stanford NLP Group