Package edu.gslis.eval

Examples of edu.gslis.eval.Qrels


   
    GQueries queries = new GQueriesJsonImpl();
    queries.setMetadataField("querytweettime");
    queries.read(params.getParamValue(QUERIES_OPTION));
   
    Qrels qrels = new Qrels(params.getParamValue(QRELS_OPTION), false, 1);
   
    // max number of docs to send to output
    int numResults = 1000;
    try {
      if (params.getParamValue(NUM_RESULTS_OPTION) != null) {
View Full Code Here

TOP

Related Classes of edu.gslis.eval.Qrels

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.