Source: ruby-classifier
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>
Build-Depends: debhelper-compat (= 14),
               gem2deb,
               rake,
               ruby-fast-stemmer
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-classifier.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-classifier
Homepage: https://github.com/cardmagic/classifier
Testsuite: autopkgtest-pkg-ruby

Package: ruby-classifier
Architecture: any
Depends: ruby
Recommends: ruby-gsl
Description: Ruby module to allow Bayesian and other types of classifications
 Classifier is a general module to allow Bayesian and other types of
 classifications.
 .
 This package provides Bayes classifier and Latent Semantic
 Indexer. Bayesian Classifiers are accurate, fast, and have modest
 memory requirements. Latent Semantic Indexing engines are not as fast
 or as small as Bayesian classifiers, but are more flexible, providing
 fast search and clustering detection as well as semantic analysis of
 the text that theoretically simulates human learning.
