2016-05-19 12:53:05 +02:00
|
|
|
dbacl is a digramic Bayesian text classifier. Given some text,
|
|
|
|
it calculates the posterior probabilities that the input resembles
|
|
|
|
one of any number of previously learned document collections.
|
|
|
|
It can be used to sort incoming email into arbitrary categories
|
|
|
|
such as spam, work, and play, or simply to distinguish an English text
|
|
|
|
from a French text. It fully supports international character sets,
|
|
|
|
and uses sophisticated statistical models based on the
|
|
|
|
Maximum Entropy Principle.
|
2003-10-31 13:46:33 +01:00
|
|
|
|
2013-06-28 05:54:13 +02:00
|
|
|
WWW: http://dbacl.sourceforge.net/
|