2018-05-30 20:28:23 +02:00
|
|
|
symbols = {
|
|
|
|
"BAYES_SPAM" {
|
2021-02-11 09:32:47 +01:00
|
|
|
weight = 4.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: ";
|
|
|
|
}
|
|
|
|
}
|