Skip to content

Commit

Permalink
fixed typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
luisparravicini committed Dec 26, 2009
1 parent 42f6183 commit 1a5c19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ You can specify language and encoding for internal stemmer:
The default values are 'en' for language and 'UTF-8' for the encoding.

Each language uses a word list to exclude certain words (stopwords). classifier comes with three included stopword lists, for English, Russian and Spanish.
The English list is the list that comes with the original gem (don't know where it was taken from) and the Russian and Spanish are from the snowball[http://snowball.tartarus.org/algorithms/].
The English list is the list that comes with the original gem (don't know where it was taken from) and the Russian and Spanish are from snowball[http://snowball.tartarus.org/algorithms/].

=== Bayesian Classification

Expand Down

0 comments on commit 1a5c19f

Please sign in to comment.