Following cases results false alarms during Hungarian spell checking: példá(k) csinál(hat)nak (1)-ben [1]-ben Mi van?-nal Helló!-val „Élet és Irodalom”-ban Suggested solution: handling (, ), ], ”, ?, ! as MidLetter during word breaking will pass the previous word forms to Hunspell, where using Hunspell feature IGNORE and BREAK can ignore the parentheses and recognize stems and hyphen+affixes.
Created attachment 140197 [details] False alarms in the special Hungarian word forms
László Németh committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=3cc58a5904604f0f2e9977a9508bab02518122ad tdf#116072 Extend MidLetter in Hungarian word breaking It will be available in 6.1.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Also dictionary changes: https://cgit.freedesktop.org/libreoffice/dictionaries/commit/?id=2b7711678410bc531e9d07b4d6f85bfb85f2116a
(Note: test with „Mi van?-nak”, not „Mi van?-nal”. The affix -nal/-nel, -tyal/-tyel versions of -val/-vel will be added in the next bigger release of the dictionary.)
László Németh committed a patch related to this issue. It has been pushed to "libreoffice-6-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=c85aa97d4e20091db71899f713b07e3c57b3b7ad&h=libreoffice-6-0 tdf#116072 Extend MidLetter in Hungarian word breaking It will be available in 6.0.3. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Created attachment 140632 [details] test file Fixing this issue removes all false alarms with affixes, for example word part "ban" and "ben" in the form "a)-ban" and "b)-ben" (also when "a" and "b" come from automatic references, as in this test file).
László Németh committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=6ef7c2729fb85959dfd76f028166f7631886399c tdf#116072 Add PrefixLetter ")" in Hungarian word breaking It will be available in 6.1.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.