I resolved this problem :
 
The plugin wasn't compiled, add in the file src/plugin/build.xml at the end of 
the target deploy this line :
<!-- ====================================================== -->
<!-- Build & deploy all the plugin jars. -->
<!-- ====================================================== -->
<target name="deploy">
<ant dir="clustering-carrot2" target="deploy"/>
<ant dir="creativecommons" target="deploy"/>
/...
<ant dir="analysis-fr" target="deploy"/>
</target>
 
Then, compile : ant compile-plugins
 
make a directory analysis-fr in the directory plugins and copy in this 
directory the file  
src/plugin/analysis-fr/plugin.xml and the file build/analysis-fr/analysis-fr.jar
 
if you use the web application, copy the directory analysis-fr in the directory 
 
/var/lib/tomcat5.5/webapps/ROOT/WEB-INF/classes/plugins. And restart tomcat.
 
 
add this in conf/nutch-default.xml and 
/var/lib/tomcat5.5/webapps/ROOT/WEB-INF/classes/nutch-default.xml
 
 
<property>
<name>plugin.includes</name>
<value>...|analysis-fr|nutch-extensionpoints|language-identifier|lib-lucene-analyzers
</value>
/...
</property>
 
For me, it works
 
Ps : sorry for my english :s




> Date: Mon, 18 Jun 2007 20:04:02 +0400> From: [EMAIL PROTECTED]> To: [EMAIL 
> PROTECTED]> Subject: Re: Problems stemming> > Hello shinta,> > Wednesday, 
> June 13, 2007, 12:36, you wrote:> > sh> I have some problems with Nutch's 
> stemmer. I don't manage to get> sh> it working.. I use Nucht 0.9. Could you 
> explain me what I> sh> have to do in way to activate it. I already add 
> necessary plugins in file conf/nutch-default.xml.> > I have the same problem. 
> Analysis plugin is included> (analysis-(fr|en|de)) but stemming does not work 
> at all.> > -- > Best regards,> Scam mailto:[EMAIL PROTECTED]> 
_________________________________________________________________
David Guetta a réuni les sons les plus connus de Messenger dans le Mix 
Messenger, le son de l’été ! Téléchargez-le gratuitement !
http://specials.divertissements.fr.msn.com/mixmessenger
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Nutch-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-general

Reply via email to