textproc/nuspell: update package description after 6045e69c5c

https://github.com/nuspell/nuspell/commit/43439c15bf03
This commit is contained in:
Jan Beich
2022-02-15 16:18:53 +00:00
parent 1173e8b994
commit 305df5e19d
2 changed files with 16 additions and 14 deletions

View File

@@ -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

View File

@@ -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/