OBS User unknown
2009-08-06 16:02:48 +00:00
committed by Git OBS Bridge
parent 308e63c94e
commit ca571cd994
4 changed files with 38 additions and 95 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Fri Jul 31 15:44:37 CEST 2009 - mseben@suse.cz
- update to version 1.2.8
* replist.*, hunspell.cxx, affixmgr.cxx: new input and output
conversion support
* tools/wordforms: word generation script for dictionary developers
* hunspell/hunspell.cxx: extended BREAK feature: ^ and $ mean in break
patterns the beginning and end of the word.
* hunspell/hunspell.cxx: set default break at hyphen characters.
* affixmgr.cxx: SIMPLIFIEDTRIPLE is a new affix file keyword to allow
simplified forms of the compound words with triple repeating letters.
* affixmgr.cxx: extend CHECKCOMPOUNDPATTERN to support alternations
of compound words for example by sandhi feature of Indian and other
languages.
* tools/hunspell.cxx: add empty lines as separators to the output of
the stemming and morphological analysis.
* affixmgr.cxx: fix condition checking algorithm.
* affixmgr,cxx: fix COMPOUNDWORDMAX feature.
* csutil.cxx: fix bad conditional code for Mozilla compilation.
* hunspell/hunspell.cxx: add missing ngram suggestion for HUHINITCAP
(capitalized mixed case) words.
* w_char.hxx: use GCC conditions for GCC related code.
* affixmgr.cxx: check morphological description in morphgen()
* tools/affixcompress: extended help for -h (use LC_ALL=C sort
for input word list)
* hunspell/hunspell.cxx: remove deprecated word breaking codes.
-------------------------------------------------------------------
Fri Aug 15 13:37:06 CEST 2008 - lmichnovic@suse.cz