12 lines
181 B
Plaintext
12 lines
181 B
Plaintext
symbols = {
|
|
"LOCAL_FUZZY_UNKNOWN" {
|
|
weight = 2.0;
|
|
}
|
|
"LOCAL_FUZZY_DENIED" {
|
|
weight = 10.0;
|
|
}
|
|
"LOCAL_FUZZY_WHITE" {
|
|
weight = -3.4;
|
|
}
|
|
}
|