Package uk.ac.ucl.panda.retrieval

Examples of uk.ac.ucl.panda.retrieval.TrecRetrieval.process()


      // System.out.println(index);
      // System.out.println(topics);
      // System.out.println(qrels);

      TrecRetrieval trecsearch = new TrecRetrieval();
      trecsearch.process(index, topics, qrels, appProp
          .getProperty("panda.var"),algorithm);

    } else if (variance) {
      buf = FileReader.openFileReader(appProp.getProperty("panda.etc")
          + fileseparator + "IndexDir.config");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.