Date: Sun, 9 Feb 2020 23:28:25 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r525684 - branches/2020Q1/textproc/nuspell Message-ID: <202002092328.019NSPpT017659@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sun Feb 9 23:28:25 2020 New Revision: 525684 URL: https://svnweb.freebsd.org/changeset/ports/525684 Log: MFH: r525683 textproc/nuspell: update pkg-descr after r508372 Reported by: upstream Approved by: ports-secteam blanket Modified: branches/2020Q1/textproc/nuspell/pkg-descr Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/textproc/nuspell/pkg-descr ============================================================================== --- branches/2020Q1/textproc/nuspell/pkg-descr Sun Feb 9 23:27:45 2020 (r525683) +++ branches/2020Q1/textproc/nuspell/pkg-descr Sun Feb 9 23:28:25 2020 (r525684) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002092328.019NSPpT017659>