File: control

package info (click to toggle)
simplebayes 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 496 kB
  • sloc: python: 3,322; makefile: 165; sh: 24
file content (41 lines) | stat: -rw-r--r-- 1,785 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
35
36
37
38
39
40
41
Source: simplebayes
Section: python
Maintainer: Thomas Perret <thomas.perret@phyx.fr>
Build-Depends: debhelper-compat (= 13), dh-python,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
 python3-sphinx,
 python3-sphinx-rtd-theme,
Standards-Version: 4.7.3
Homepage: https://github.com/hickeroar/simplebayes
Vcs-Browser: https://salsa.debian.org/openpaperwork-team/simplebayes
Vcs-Git: https://salsa.debian.org/openpaperwork-team/simplebayes.git

Package: python3-simplebayes
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-simplebayes-doc
Description: Naive bayesian text classifier for Python 3
 A memory-based, optional-persistence naive bayesian text classifier.
 This work is heavily inspired by the Python "redisbayes" module found here:
 https://github.com/jart/redisbayes and https://pypi.python.org/pypi/redisbayes
 This was written to alleviate the network/time requirements when
 using the bayesian classifier to classify large sets of text, or when
 attempting to train with very large sets of sample data.
 .
 This package installs the library for Python 3.

Package: python-simplebayes-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}, libjs-jquery, libjs-underscore
Description: Naive bayesian text classifier - documentation
 A memory-based, optional-persistence naive bayesian text classifier.
 This work is heavily inspired by the Python "redisbayes" module found here:
 https://github.com/jart/redisbayes and https://pypi.python.org/pypi/redisbayes
 This was written to alleviate the network/time requirements when
 using the bayesian classifier to classify large sets of text, or when
 attempting to train with very large sets of sample data.
 .
 This is the common documentation package.