2018-05-30 20:28:23 +02:00
|
|
|
symbols = {
|
|
|
|
"BAYES_SPAM" {
|
2019-06-16 17:34:58 +02:00
|
|
|
weight = 2.5;
|
2018-05-30 20:28:23 +02:00
|
|
|
description = "Message probably spam, probability: ";
|
|
|
|
}
|
|
|
|
"BAYES_HAM" {
|
2019-12-20 15:44:58 +01:00
|
|
|
weight = -5.5;
|
2018-05-30 20:28:23 +02:00
|
|
|
description = "Message probably ham, probability: ";
|
|
|
|
}
|
|
|
|
}
|