Skip to content

Commit

Permalink
small fixes in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
luisparravicini committed Dec 26, 2009
1 parent 1a5c19f commit e0235ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions luisparravicini-classifier.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e0235ea

Please sign in to comment.