./textproc/nuspell, Free and Open Source C++ spell checking library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.1.4, Package name: nuspell-5.1.4, Maintainer: bsiegert

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++ re-implementation of Hunspell.

Main features of Nuspell spell checker:

- 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 and German)
- 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.


Master sites:

Filesize: 362.805 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-15 10:47:21 by Niclas Rosenvik | Files touched by this commit (2)
Log message:
Update nuspell to version 5.1.4
The reson for updating is that this version
builds with catch2 version 3.
   2023-12-29 19:25:02 by Adam Ciarcinski | Files touched by this commit (254)
Log message:
revbump for boost-libs
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-09-16 20:36:49 by David H. Gutteridge | Files touched by this commit (1)
Log message:
nuspell: also requires C++17 filesystem
   2023-09-05 11:39:55 by Nia Alarie | Files touched by this commit (1)
Log message:
nuspell: Use USE_CXX_FEATURES. Fixes build on NetBSD 9.
   2023-09-02 20:16:57 by Benny Siegert | Files touched by this commit (4)
Log message:
New package, nuspell-5.1.3. From pkgsrc-wip.

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++ re-implementation of Hunspell.

Main features of Nuspell spell checker:

  - 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 and German)
  - 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.