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