summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-02-15 16:18:53 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-02-15 16:26:55 +0000
commit305df5e19d626350fa28ba7b090cdebf20655a0b (patch)
treeaa41bdf76e2ecf0fcaf348b1a05dde6c8b5209b1
parentgraphics/mesa: Update to 21.3.6 (diff)
textproc/nuspell: update package description after 6045e69c5c78
https://github.com/nuspell/nuspell/commit/43439c15bf03
-rw-r--r--textproc/nuspell/Makefile2
-rw-r--r--textproc/nuspell/pkg-descr28
2 files changed, 16 insertions, 14 deletions
diff --git a/textproc/nuspell/Makefile b/textproc/nuspell/Makefile
index 1039f750ef79..7b30d03d1494 100644
--- a/textproc/nuspell/Makefile
+++ b/textproc/nuspell/Makefile
@@ -4,7 +4,7 @@ DISTVERSION= 5.1.0
CATEGORIES= textproc
MAINTAINER= jbeich@FreeBSD.org
-COMMENT= Free and open source C++ spell checking library
+COMMENT= Fast and safe spellchecking C++ library
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
diff --git a/textproc/nuspell/pkg-descr b/textproc/nuspell/pkg-descr
index bbc21dc650a5..8c8c1a49b0d9 100644
--- a/textproc/nuspell/pkg-descr
+++ b/textproc/nuspell/pkg-descr
@@ -1,18 +1,20 @@
-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.
+Nuspell is a fast and safe spelling checker software program. It is designed
+for languages with rich morphology and complex word compounding.
+Nuspell is written in modern C++ and it supports Hunspell dictionaries.
-Main features of Nuspell spell checker:
+Main features of Nuspell spelling checker:
- - Full unicode support backed by ICU
- - Backward compatibility with Hunspell dictionary file format
+ - Provides software library and command-line tool.
+ - Suggests high-quality spelling corrections.
+ - Backward compatibility with Hunspell dictionary file format.
+ - Up to 3.5 times faster than Hunspell.
+ - Full Unicode support backed by ICU.
- 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. Licensed under GNU LGPL v3 or later.
+ Basque, Estonian, Finnish, Hungarian, Turkish, etc.).
+ - Supports complex compounds (for example, Hungarian, German and Dutch).
+ - Supports advanced features, for example: special casing rules
+ (Turkish dotted i or German sharp s), conditional affixes, circumfixes,
+ fogemorphemes, forbidden words, pseudoroots and homonyms.
+ - Free and open source software. Licensed under GNU LGPL v3 or later.
WWW: https://nuspell.github.io/