hu_HU/hu_HU.aff |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 2b7711678410bc531e9d07b4d6f85bfb85f2116a
Author: László Németh <nem...@numbertext.org>
Date:   Tue Feb 27 23:41:10 2018 +0100

    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 <nem...@numbertext.org>
    Tested-by: László Németh <nem...@numbertext.org>

diff --git a/hu_HU/hu_HU.aff b/hu_HU/hu_HU.aff
index 4bd393f..235f785 100644
--- a/hu_HU/hu_HU.aff
+++ b/hu_HU/hu_HU.aff
@@ -111,13 +111,16 @@ MAP ií
 MAP oóöő
 MAP uúüű
 
-BREAK 6
+BREAK 9
 BREAK –
 BREAK -
 BREAK ^-
 BREAK -$
 BREAK -beli$
 BREAK -féle$
+BREAK "
+BREAK ?
+BREAK !
 
 # sz�mok
 # 0. oszt�ly: sz�mjegyek
@@ -128,6 +131,8 @@ COMPOUNDRULE 2
 COMPOUNDRULE 0*1
 COMPOUNDRULE 00*20*1
 
+IGNORE ()]
+
 # f-ligat�r�k
 
 ICONV 5
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to