From 6ef1bc0401bfe46dafd5ec11e6b67fad18155b83 Mon Sep 17 00:00:00 2001 From: László Németh Date: Tue, 27 Feb 2018 23:41:10 +0100 Subject: Updated core Project: dictionaries 2b7711678410bc531e9d07b4d6f85bfb85f2116a MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tdf#116072 Improve Hungarian spell checking by better word breaking and ignore the special characters of the word forms, or break at the special character and check the word stem and affix (with a starting hyphen) separately: vár(hat)nak -> várhatnak „Tisza”-ban -> Tisza, -ban [Note: this removes false alarms in Writer, but extra grammar checking can help to check matching of the stem and the affix.] Change-Id: Icb810ccc1ecb84fea3ee5093100e2fdc874edb6c Reviewed-on: https://gerrit.libreoffice.org/50475 Reviewed-by: László Németh Tested-by: László Németh --- dictionaries | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dictionaries') diff --git a/dictionaries b/dictionaries index ed6a0c24ca0c..2b7711678410 160000 --- a/dictionaries +++ b/dictionaries @@ -1 +1 @@ -Subproject commit ed6a0c24ca0c76b21375f73c29cc73e9974142ea +Subproject commit 2b7711678410bc531e9d07b4d6f85bfb85f2116a -- cgit