Skip to content

Commit

Permalink
added myself as author
Browse files Browse the repository at this point in the history
  • Loading branch information
luisparravicini committed Dec 26, 2009
1 parent 55d89fa commit ee09ae0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Notice that LSI will work without these libraries, but as soon as they are insta
== Changes in this branch
I made this branch to fix a TypeError on untrain (classifier-1.3.1), then merge KirinDave branch[http://github.com/KirinDave/classifier/] to fix an incompatibility problem with ActiveSupport (with Array#sum), 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, 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.
This branch only works with Ruby 1.9

== Bayes
A Bayesian classifier by Lucas Carlson. Bayesian Classifiers are accurate, fast, and have modest memory requirements.
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ begin
s.summary = "A general classifier module to allow Bayesian and other types of classifications."
s.description = "Bayesian classifier and others."
s.homepage = "http://github.com/luisparravicini/classifier"
s.author = "Yury Korolev"
s.email = "yury.korolev@gmail.com"
s.author = "Luis Parravicini"
s.email = "lparravi@gmail.com"

s.add_dependency "activesupport", ">= 2.2.2"
s.add_dependency "ruby-stemmer", ">= 0.5.1"
Expand Down
6 changes: 3 additions & 3 deletions luisparravicini-classifier.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Gem::Specification.new do |s|
s.version = "1.3.8"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Yury Korolev"]
s.date = %q{2009-12-24}
s.authors = ["Luis Parravicini"]
s.date = %q{2009-12-26}
s.description = %q{Bayesian classifier and others.}
s.email = %q{yury.korolev@gmail.com}
s.email = %q{lparravi@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
"README"
Expand Down

0 comments on commit ee09ae0

Please sign in to comment.