Enchant is a library used for spell checking. It provides dictionaries, can check if a word is spelled correctly, and suggest corrections for misspelled words. Enchant does not use pipes to communicate with command line programs. Instead, it has a C and C++ API and its backends are small C/C++ plugins.
Comments