From c217e7c2ad52fa7501e041a0fdf01fef197a7e40 Mon Sep 17 00:00:00 2001 From: Luis Parravicini Date: Sat, 26 Dec 2009 15:48:27 -0200 Subject: [PATCH] syntax error in README --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 7deb1df..5d4ed83 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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 snowball[http://snowball.tartarus.org/algorithms/]. +The English list is the one 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/]. You can override the default stopword list, or add lists for new languages sending a value for :lang_dir when initializing Bayes: