11 lines
232 B
Plaintext
11 lines
232 B
Plaintext
symbols = {
|
|
"BAYES_SPAM" {
|
|
weight = 8.5;
|
|
description = "Message probably spam, probability: ";
|
|
}
|
|
"BAYES_HAM" {
|
|
weight = -12.5;
|
|
description = "Message probably ham, probability: ";
|
|
}
|
|
}
|