diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-02-09 23:27:45 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-02-09 23:27:45 +0000 |
commit | 61e3b613fabf9b852bb3961d53087f3f093c0cd0 (patch) | |
tree | 73da707377ba88b91baca201aba1e1b4a2038306 | |
parent | Updated to 0.6.1 (diff) |
textproc/nuspell: update pkg-descr after r508372
Reported by: upstream
Notes
Notes:
svn path=/head/; revision=525683
-rw-r--r-- | textproc/nuspell/pkg-descr | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/textproc/nuspell/pkg-descr b/textproc/nuspell/pkg-descr index 2eede992bbf9..bbc21dc650a5 100644 --- a/textproc/nuspell/pkg-descr +++ b/textproc/nuspell/pkg-descr @@ -1,18 +1,18 @@ -Nuspell is a spell checker library and command-line program designed -for languages with rich morphology and complex word compounding. -Nuspell is a pure C++ reimplementation of Hunspell. +Nuspell is a free and open source spell checker library and command-line +program designed for languages with rich morphology and complex word +compounding. Nuspell is a pure C++ re-implementation of Hunspell. -Main features of Nuspell spell checker and morphological analyzer: +Main features of Nuspell spell checker: - - Full unicode support - - Max. 65535 affix classes and twofold affix stripping (for - agglutinative languages, like Azeri, Basque, Estonian, Finnish, - Hungarian, Turkish, etc.) - - Support complex compounds (for example, Hungarian and German) + - Full unicode support backed by ICU + - Backward compatibility with Hunspell dictionary file format + - Twofold affix stripping (for agglutinative languages, like Azeri, + Basque, Estonian, Finnish, Hungarian, Turkish, etc.) + - Support complex compounds (for example, Hungarian, German and Dutch) - Support language specific features (for example, special casing of Azeri and Turkish dotted i, or German sharp s) - Handle conditional affixes, circumfixes, fogemorphemes, forbidden words, pseudoroots and homonyms. - - Free software. Licenced under GNU LGPL. + - Free software. Licensed under GNU LGPL v3 or later. WWW: https://nuspell.github.io/ |