File: control

package info (click to toggle)
dbacl 1.12-2.2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 3,740 kB
  • sloc: ansic: 16,594; sh: 7,963; makefile: 244; yacc: 167; lex: 78; awk: 24; xml: 17; perl: 8
file content (23 lines) | stat: -rw-r--r-- 749 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: dbacl
Section: text
Priority: optional
Build-Depends: cdbs, debhelper (>= 5.0.0), libreadline-gplv2-dev, libslang2-dev
Maintainer: Zak B. Elep <zakame@zakame.net>
Standards-Version: 3.8.0
Homepage: http://www.lbreyer.com/gpl.html

Package: dbacl
Architecture: any
Section: text
Priority: optional
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: digramic Bayesian text classifier
 dbacl can distill text documents into categories, and then
 compare other text documents to the learned categories. 
 .
 It can be used to recognize spam, and more generally
 sort incoming email into any number of categories such as
 work, play, and so on.
 .
 As a noise filter, it can be useful during the indexing of
 personal document collections.