blob: 420f9877644874b938dd8b406c3b617f66d9e8bc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
Hunspell is a widely used spell checker
Main features:
- Extended support for language peculiarities; Unicode character encoding,
compounding and complex morphology.
- Improved suggestion using n-gram similarity, rule and dictionary based
pronunciation data.
- Morphological analysis, stemming and generation.
- Hunspell is based on MySpell and works also with MySpell dictionaries.
- C++ library under GPL/LGPL/MPL tri-license.
WWW: http://hunspell.sourceforge.net/
|