mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
de01906a46
commit
096fb17929
|
@ -490,9 +490,9 @@ public class MessageClassifier {
|
||||||
}
|
}
|
||||||
|
|
||||||
private static class Stat {
|
private static class Stat {
|
||||||
int matchedWords = 0;
|
private int matchedWords = 0;
|
||||||
double totalFrequency = 0;
|
private double totalFrequency = 0;
|
||||||
List<String> words = new ArrayList<>();
|
private List<String> words = new ArrayList<>();
|
||||||
}
|
}
|
||||||
|
|
||||||
private static class Chance {
|
private static class Chance {
|
||||||
|
|
Loading…
Reference in New Issue