Package org.terrier.matching.tsms

Examples of org.terrier.matching.tsms.RequiredTermModifier


   * @param terms the hashmap in which to store the query terms.
   * @param _required indicates whether the query term is required or not.
   */
  public void obtainQueryTerms(MatchingQueryTerms terms, boolean _required) {
    if (term != null)
      terms.setTermProperty(term, weight, new RequiredTermModifier(_required));
  }
View Full Code Here

TOP

Related Classes of org.terrier.matching.tsms.RequiredTermModifier

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.