summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2018-02-27 21:59:31 +0100
committerAndras Timar <andras.timar@collabora.com>2018-03-01 12:43:09 +0100
commitc85aa97d4e20091db71899f713b07e3c57b3b7ad (patch)
tree45b5be41dd99aa8c1db2240d506eae818261fccd /i18npool
parentaa35ecbf8f51dde568286e68ab1ffcd383392f89 (diff)
tdf#116072 Extend MidLetter in Hungarian word breaking
Now ”, (, ), ], ?, ! are MidLetter characters to handle (1)-ben, "ember(ek)ről", "„Tisza”-ban" etc. forms as words for better Hungarian spell checking. Change-Id: I47882e73af08531d14d555ced5dd4c98403686ec Reviewed-on: https://gerrit.libreoffice.org/50473 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: László Németh <nemeth@numbertext.org> (cherry picked from commit 3cc58a5904604f0f2e9977a9508bab02518122ad) Reviewed-on: https://gerrit.libreoffice.org/50554 Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/breakiterator/data/dict_word_hu.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/i18npool/source/breakiterator/data/dict_word_hu.txt b/i18npool/source/breakiterator/data/dict_word_hu.txt
index 33d014ec60ed..d76c6d189984 100644
--- a/i18npool/source/breakiterator/data/dict_word_hu.txt
+++ b/i18npool/source/breakiterator/data/dict_word_hu.txt
@@ -50,6 +50,12 @@ $MidLetter = [[:name = APOSTROPHE:] [:name = GRAVE ACCENT:] \u0084 [:name = SOFT
[:name = RIGHT SINGLE QUOTATION MARK:] [:name = HYPHENATION POINT:] [:name = PRIME:] [:name = HYPHEN-MINUS:]
[:name = EURO SIGN:] [:name = PERCENT SIGN:] [:name = PER MILLE SIGN:] [:name = PER TEN THOUSAND SIGN:]
[:name = EN DASH:] [:name = EM DASH:]
+ [:name = RIGHT DOUBLE QUOTATION MARK:]
+ [:name = LEFT PARENTHESIS:]
+ [:name = RIGHT PARENTHESIS:]
+ [:name = RIGHT SQUARE BRACKET:]
+ [:name = EXCLAMATION MARK:]
+ [:name = QUESTION MARK:]
[:name = FULL STOP:] [:name = PERCENT SIGN:] [:name = SECTION SIGN:] [:name = DEGREE SIGN:]];
$SufixLetter = [:name= FULL STOP:];