Package info.ephyra.querygeneration.generators

Class Summary
BagOfTermsG The BagOfTermsG query generator creates a query from the terms in the question string.
BagOfWordsG The BagOfWordsG query generator creates a query from the keywords in the question string.
PredicateG The PredicateG query generator creates queries from the predicates in the question string.
QueryGenerator A QueryGenerator creates one or more Query objects from an analyzed question.
QuestionInterpretationG The QuestionInterpretationG generates queries from question interpretations.
QuestionReformulationG The QuestionReformulationG can be applied to a question to obtain alternative queries that are more specific than a "bag of words" and therefore are more likely to return good results.