diff options
author | László Németh <nemeth@numbertext.org> | 2017-12-13 20:51:10 +0100 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2017-12-14 09:34:55 +0100 |
commit | 721e6eb9899aa4ff6ee943e81caddb1722139adf (patch) | |
tree | 550ba643ba31518c0517d77bf839d34e1e2fbaff /external/hunspell/UnpackedTarball_hunspell.mk | |
parent | d17f09766b46261269554af7859b633d36007d94 (diff) |
Add recent Hunspell fixes and improvements
from Hunspell repository to give
better spell checking and suggestions.
Short Hunspell commit descriptions (complete commit
descriptions are in the committed Hunspell patch):
4a8921b BREAK tries to break at the second word break
957950b Spelling dictionary should be a real spelling dictionary
0b8a4d8 Use only middle replentries for compound word checking
4e4106f Reduce strange ngram suggestions
89a8ec6 Optimize condition order in walk_hashtable loop
e80685c Remove SUBSTANDARD dictionary roots from suggestions.
90cb55f Clean-up ngram suggestions for lowercase words
bbf2eb4 word pairs of the dic file get highest suggestion priority
0667049 check dictionary word pairs to filter compound word overgeneration
ebdd308 clean-up suggestion
526f600 skip empty ph: field and support character stripping
eb97eb7 Dictionary words with COMPOUNDFORBIDFLAG are removed
8912f2a Allow suggestion search for prefix + *two suffixes*
caa24d6 Improve ph: usage for capitalization and Unicode
05082b4 BREAK: keep also break-at-first-break-point breaking
db142a3 Fix regression in Hungarian "moving rule"
711466a fix compiler warnings
7ba5beb Support dictionary based REP replacements
Change-Id: I7f7202acf2dccec05ef9c542362b432aa8566a86
Reviewed-on: https://gerrit.libreoffice.org/45918
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'external/hunspell/UnpackedTarball_hunspell.mk')
-rw-r--r-- | external/hunspell/UnpackedTarball_hunspell.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/hunspell/UnpackedTarball_hunspell.mk b/external/hunspell/UnpackedTarball_hunspell.mk index 87f12446427c..8c7e08a36afc 100644 --- a/external/hunspell/UnpackedTarball_hunspell.mk +++ b/external/hunspell/UnpackedTarball_hunspell.mk @@ -28,6 +28,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,hunspell, \ external/hunspell/0001-fix-compound-handling-for-new-Hungarian-orthography.patch \ external/hunspell/0001-fix-compound-word-part-pa.patch \ external/hunspell/0001-add-SPELLML-support-for-run-time-dictionary-extensio.patch \ + external/hunspell/0001-Recent-Hunspell-fixes-and-improvements.patch \ )) # vim: set noet sw=4 ts=4: |