1
0
Fork 0
tt9/src/io/github/sspanak/tt9
Dimo Karaivanov f6c51d9304
Fixed word frequency issues causing wrong suggestions order (#164)
* all suggestions are now ordered by length, then by frequency

* word frequency is normalized to 255, instead of to 5; normalization now makes sense

* only maxed out languages are normalized, not all

* all words are normalized at once, instead of only the one that has reached the limit

* normalization now happens on start up, instead of using a trigger

* fixed word frequency not updating when a punctuation mark is appended at the end, for example: 'try,'

* switched the positions of ; and :

* updated documentation
2023-01-31 18:14:01 +02:00
..
db Fixed word frequency issues causing wrong suggestions order (#164) 2023-01-31 18:14:01 +02:00
ime Fixed word frequency issues causing wrong suggestions order (#164) 2023-01-31 18:14:01 +02:00
languages Fixed word frequency issues causing wrong suggestions order (#164) 2023-01-31 18:14:01 +02:00
preferences Fixed word frequency issues causing wrong suggestions order (#164) 2023-01-31 18:14:01 +02:00
ui fixed OK not working in the Add Word dialog 2023-01-19 11:38:50 +02:00
Logger.java Total engine refactoring (#44) 2022-10-03 15:28:24 +03:00