Skip to content
This repository has been archived by the owner on Jan 17, 2018. It is now read-only.

Commit

Permalink
fixed description
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandru committed Jan 19, 2012
1 parent 880434a commit d7cc710
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stuff-classifier.gemspec
Expand Up @@ -8,7 +8,8 @@ Gem::Specification.new do |s|
s.authors = ["Alexandru Nedelcu"]
s.email = ["me@alexn.org"]
s.homepage = "https://github.com/alexandru/stuff-classifier/"
s.summary = %q{Classifies stuff}
s.summary = %q{Simple text classifier(s) implemetation}
s.description = %q{2 methods are provided for now - (1) naive bayes implementation + (2) tf-idf weights}

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit d7cc710

Please sign in to comment.