Source: ruby-classifier Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Youhei SASAKI Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~), rake, ruby-fast-stemmer Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-classifier.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-classifier.git;a=summary Homepage: https://github.com/cardmagic/classifier XS-Ruby-Versions: all Testsuite: autopkgtest-pkg-ruby Package: ruby-classifier Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-fast-stemmer 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.