Go to file
David Abdurachmanov 5377fd1726
Disable pandoc for now on riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-04-28 11:07:43 +03:00
.gitignore Added license files and doc files 2020-04-05 16:11:00 +05:30
README.md Added license files and doc files 2020-04-05 16:11:00 +05:30
nuspell-dllver.patch Rebase patch 2022-10-01 15:13:50 +02:00
nuspell.spec Disable pandoc for now on riscv64 2023-04-28 11:07:43 +03:00
sources Update to 5.1.2 2022-10-01 15:01:10 +02:00

README.md

Nuspell

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:

  • 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. Licensed under GNU LGPL v3 or later.