Sha256: 470d010f0e3add2dbb59c525f179646ae9e51f07ca84c608c2182c5eeb48633c
Contents?: true
Size: 1.29 KB
Versions: 0
Compression: gzip
Compressed size: 528 Bytes
Stored size: 528 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.8.6 specification_version: 1 name: classifier version: !ruby/object:Gem::Version version: "1.1" date: 2005-04-11 summary: A general classifier module to allow Bayesian and other types of classifications. require_paths: - lib email: lucas@rufy.com homepage: http://rubyforge.org/projects/classifier/ rubyforge_project: description: A general classifier module to allow Bayesian and other types of classifications. autorequire: classifier default_executable: bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: ruby authors: - Lucas Carlson files: - lib/classifier - lib/classifier.rb - lib/classifier/bayes.rb - lib/classifier/string_extensions - lib/classifier/string_extensions.rb - lib/classifier/string_extensions/porter_stemmer.rb - lib/classifier/string_extensions/word_hash.rb - bin/bayes.rb - test/bayes - test/string_extensions - test/test_helper.rb - test/bayes/bayesian_test.rb - test/string_extensions/word_hash_test.rb - Rakefile - README test_files: [] rdoc_options: [] extra_rdoc_files: [] executables: [] extensions: [] requirements: [] dependencies: []