[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
6. Writing programs to use Aspell
There are two main ways to use Aspell from within your application. Through the external C API or through a pipe. The internal Aspell API can be used directly but that is not recommended as the actual Aspell API is constantly changing.
6.1 Through the C API | ||
6.2 Through A Pipe | ||
6.3 Notes on Storing Replacement Pairs |