Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
make link to Snowball Analyzer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Newson committed Feb 14, 2011
1 parent 484bf40 commit 3124308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Lucene has numerous ways of converting free-form text into tokens, these classes

<h4>The Snowball Analyzer</h4>

This analyzer requires an extra argument to specify the language (see http://lucene.apache.org/java/3_0_3/api/contrib-snowball/org/apache/lucene/analysis/snowball/SnowballAnalyzer.html for details);
This analyzer requires an extra argument to specify the language (see <a href="http://lucene.apache.org/java/3_0_3/api/contrib-snowball/org/apache/lucene/analysis/snowball/SnowballAnalyzer.html">here</a> for details);

<pre>
"analyzer":"snowball:English"
Expand Down

0 comments on commit 3124308

Please sign in to comment.