Update of /cvsroot/nutch/nutch In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23027
Modified Files: CHANGES.txt build.xml Log Message: Add ontology plugin and its application of query refinement. Index: build.xml =================================================================== RCS file: /cvsroot/nutch/nutch/build.xml,v retrieving revision 1.68 retrieving revision 1.69 diff -C2 -d -r1.68 -r1.69 *** build.xml 3 Oct 2004 22:23:30 -0000 1.68 --- build.xml 30 Nov 2004 06:36:00 -0000 1.69 *************** *** 208,211 **** --- 208,212 ---- <packageset dir="${plugins.dir}/languageidentifier/src/java"/> <packageset dir="${plugins.dir}/clustering-carrot2/src/java"/> + <packageset dir="${plugins.dir}/ontology/src/java"/> <link href="${javadoc.link.java}"/> <link href="${javadoc.link.lucene}"/> Index: CHANGES.txt =================================================================== RCS file: /cvsroot/nutch/nutch/CHANGES.txt,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** CHANGES.txt 26 Oct 2004 00:03:12 -0000 1.38 --- CHANGES.txt 30 Nov 2004 06:36:00 -0000 1.39 *************** *** 71,75 **** option -noParsing, fetcher does crawls only, no parsing is carried out. Then, ParseSegment.java should be used to parse in separate pass. ! (John Xing, 20041225) Release 0.5 --- 71,82 ---- option -noParsing, fetcher does crawls only, no parsing is carried out. Then, ParseSegment.java should be used to parse in separate pass. ! (John Xing, 20041025) ! ! 17. Added ontology plugin. Currently it is used for query refinement, as ! examplified in refine-query-init.jsp and refine-query.jsp. By default, ! query refinement is disabled in search.jsp. Please check ! ./src/plugin/ontology/README.txt for further description. ! Ontology plugin certainly can be used for many other things. ! (Michael J. Pan via John Xing, 20041129) Release 0.5 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Nutch-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nutch-cvs