diff --git a/README.rdoc b/README.rdoc index 1c424ab..94e20d2 100644 --- a/README.rdoc +++ b/README.rdoc @@ -9,8 +9,8 @@ rb-gsl:: http://rb-gsl.rubyforge.org Notice that LSI will work without these libraries, but as soon as they are installed, Classifier will make use of them. No configuration changes are needed, we like to keep things ridiculously easy for you. == Changes in this branch -I made this branch to fix a TypeError on untrain (classifier-1.3.1), then francois[http://github.com/francois/classifier/] branch for jeweler and all the changes yuri[http://github.com/yury/classifier/] made on his branch (specially the use of ruby-stemmer, and the incompatibility fix on Array#sum, which I needed). -After that I added support for loading the stopwords of certain language from a file (before the list was embedded on the source code) and a stopword list for Spanish. +I made this branch to fix a TypeError on untrain (classifier-1.3.1), then merged francois[http://github.com/francois/classifier/] branch for jeweler and all the changes yuri[http://github.com/yury/classifier/] made on his branch (specially the use of ruby-stemmer, and the incompatibility fix on Array#sum, which I needed). +After that I added support for loading the stopwords of a certain language from a file (before the list was embedded on the source code) and added a stopword list for Spanish. This branch only works with Ruby 1.9 == Bayes diff --git a/luisparravicini-classifier.gemspec b/luisparravicini-classifier.gemspec index 89e4842..a08f2be 100644 --- a/luisparravicini-classifier.gemspec +++ b/luisparravicini-classifier.gemspec @@ -14,12 +14,12 @@ Gem::Specification.new do |s| s.email = %q{lparravi@gmail.com} s.extra_rdoc_files = [ "LICENSE", - "README" + "README.rdoc" ] s.files = [ "LICENSE", "Manifest", - "README", + "README.rdoc", "Rakefile", "VERSION.yml", "lib/classifier.rb",