Next:
Adding-Support-For-Other-Languages.html#Adding-Support-For-Other-Languages
Adding Support For Other Languages
,
Previous:
Working-With-Dictionaries.html#Working-With-Dictionaries
Working With Dictionaries
,
Up:
index.html#Top
Top
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.
Through-the-C-API.html#Through-the-C-API
Through the C API
Through-A-Pipe.html#Through-A-Pipe
Through A Pipe
Notes-on-Storing-Replacement-Pairs.html#Notes-on-Storing-Replacement-Pairs
Notes on Storing Replacement Pairs
