Bugs item #1042000, was opened at 2004-10-07 05:54
Message generated for change (Comment added) made by joa23
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=491356&aid=1042000&group_id=59548

Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: michael j pan (mjpan)
Assigned to: Nobody/Anonymous (nobody)
Summary: ontology supported query refinement

Initial Comment:
plugin uses ontologies to suggest refinements to
submitted queries

 just gunzip and untar attachment, and place in
src/plugin/

the following (relative to srcroot) may need to be modified
./src/plugin/build*.xml
./build.xml
./default.properties

----------------------------------------------------------------------

>Comment By: Stefan Groschupf (joa23)
Date: 2005-03-26 14:45

Message:
Logged In: YES 
user_id=396197

transfered to:
http://issues.apache.org/jira/browse/NUTCH-22

Please submit your patch to the new issue tracking!
Thanks.

----------------------------------------------------------------------

Comment By: michael j pan (mjpan)
Date: 2004-10-07 16:08

Message:
Logged In: YES 
user_id=702938

http://mjpan.spymac.net/nutch/ontology.tar.gz (~5mb)

----------------------------------------------------------------------

Comment By: Otis Gospodnetic (otis)
Date: 2004-10-07 14:05

Message:
Logged In: YES 
user_id=10483

Post the tgz to some web site and add a link to it here.

----------------------------------------------------------------------

Comment By: michael j pan (mjpan)
Date: 2004-10-07 06:08

Message:
Logged In: YES 
user_id=702938

also, add the following to $NUTCH_HOME/bin/nutch to allow
for running a simple testcase from shell with the command 
"$NUTCH_HOME/bin/nutch ontology"

sorry for not having a patch file

---

elif [ "$COMMAND" = "ontology" ] ; then
  #add all files in ontology/lib
  for f in $NUTCH_HOME/src/plugin/ontology/lib/*.jar; do
    CLASSPATH=${CLASSPATH}:$f;
  done
  #add compiled ontology.jar
  CLASSPATH=${CLASSPATH}:$NUTCH_HOME/build/ontology/ontology.jar
  CLASS='net.nutch.ontology.OntologyImpl'


----------------------------------------------------------------------

Comment By: michael j pan (mjpan)
Date: 2004-10-07 06:02

Message:
Logged In: YES 
user_id=702938

having problems uploading source tgz.  any suggestions?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=491356&aid=1042000&group_id=59548


-------------------------------------------------------
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nutch-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to