Uses of Class
gov.nist.nlpir.irf.matcher.Matcherbp

Packages that use Matcherbp
gov.nist.nlpir.irf.matcher classes responsible for comparing one set of indexing features with another (e.g., a document's with a query's) 
gov.nist.nlpir.irf.query classes that model the information retrieval query, its interpretation, and evaluation 
 

Uses of Matcherbp in gov.nist.nlpir.irf.matcher
 

Subclasses of Matcherbp in gov.nist.nlpir.irf.matcher
 class NullMatcherbp
          This class provides a "null" version of features matching.
 

Uses of Matcherbp in gov.nist.nlpir.irf.query
 

Fields in gov.nist.nlpir.irf.query declared as Matcherbp
private  Matcherbp QueryModalityUnit.matcher
          The Matcher object associated with this query modality unit.
 

Methods in gov.nist.nlpir.irf.query that return Matcherbp
 Matcherbp QueryModalityUnit.getMatcher()
          Gets the Matcher of the QueryModalityUnit.
 

Constructors in gov.nist.nlpir.irf.query with parameters of type Matcherbp
QueryModalityUnit.QueryModalityUnit(java.lang.String idx, Matcherbp ma, IdxWeightsWithMatchDegree co, java.lang.String doc, java.lang.String attr, double threshold)
          Creates a QueryModalityUnit and initializes IndexName, DocType, AttributeName and ThresholdMD.