edu.stanford.nlp.parser.lexparser
Interface ParserQueryFactory

All Known Implementing Classes:
LexicalizedParser

public interface ParserQueryFactory

An interface which indicates the class involved can return ParserQuery objects. Useful for something that wants to use ParserQueries in a multithreaded manner with more than one possible ParserQuery source. For example, EvaluateTreebank does this.

Author:
John Bauer

Method Summary
 ParserQuery parserQuery()
           
 

Method Detail

parserQuery

ParserQuery parserQuery()


Stanford NLP Group