File: control

package info (click to toggle)
ruby-classifier-reborn 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,420 kB
  • sloc: ruby: 2,021; makefile: 5
file content (34 lines) | stat: -rw-r--r-- 1,438 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: ruby-classifier-reborn
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               ruby-fast-stemmer (>= 1.0),
               ruby-test-unit
Standards-Version: 4.1.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-classifier-reborn.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-classifier-reborn
Homepage: https://github.com/jekyll/classifier-reborn
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-classifier-reborn
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-fast-stemmer (>= 1.0),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Successor of Ruby::Classifier
 Classifier is a general module to allow Bayesian and other types of
 classifications. Classifier Reborn is a fork of original classifier
 under more active development.
 .
 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.