From c3f3bc66a5f335f94ac2e2cde892c6db06edd4c92b9ecec71078837d40b330cf Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 10 Sep 2016 13:03:37 +0000 Subject: [PATCH] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/sonnet?expand=0&rev=105 --- sonnet.changes | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/sonnet.changes b/sonnet.changes index a30fc09..617185e 100644 --- a/sonnet.changes +++ b/sonnet.changes @@ -2,6 +2,27 @@ Tue Sep 6 21:15:19 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.26.0 + * Don't lowercase the language names in trigram parsing + * Fix immediate crash on startup due to null plugin pointer + * Handle dictionaries without correct names + * Replace hand-curated list of script-language mappings, use + proper names for languages + * Add tool to generate trigrams + * Unbreak language detection a bit + * Use selected language as suggestion for detection + * Use cached spellers in language detection, + improve performance a bit + * Improve language detection + * Filter list of suggestions against available dictionaries, + remove dupes + * Remember to add the last trigram match + * Check if any of the trigrams actually matched + * Handle multiple languages with same score in trigram matcher + * Don't check for minimum size twice + * Prune list of languages against available languages + * Use same minimum length everywhere in langdet + * Sanity check that the loaded model has the correct amount of + trigrams for each language * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.26.0.php