Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The following page has been changed by MatthewHolt: http://wiki.apache.org/nutch/Stemming ------------------------------------------------------------------------------ [[TableOfContents]] + = Stemming = The following steps need to be taken to implement Stemming in Nutch. Howie Wang is the person credited with doing so for version 0.7.2. I updated the process for Version 0.8. That can be found below. - Matthew Holt @@ -12, +13 @@ would be nice if later releases could add support for plugging in a custom stemmer/analyzer." - =Version 0.7.2= + == Version 0.7.2 == + The first change I made is in NutchDocumentAnalyzer.java. Import the following classes at the top of the file: @@ -263, +265 @@ } }}} - =Version 0.8= + == Version 0.8 == The first change I made is in NutchDocumentAnalyzer.java. Import the following classes at the top of the file: @@ -554, +556 @@ return this.conf; } } - }}}} + }}} ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Nutch-cvs mailing list Nutch-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nutch-cvs