Next:
Strings
, Previous:
Error Handling
, Up:
Top
6 Source Code Layout
common/
Common code used by all parts of aspell
lib/
Library code used only by the actual aspell library
data/
Data files used by aspell
modules/
aspell modules which are eventually meant to be pluggable
speller/
default/
Main speller Module.
filter/
tokenizer/
auto/
Scripts and data files to automatically generate code used by aspell
interface/
Header files and such that external programs should use when in order to use the aspell library.
cc/
The external C interface that programs should be using when they wish to use aspell.
prog/
Actual programs based on the aspell library. The main aspell utility is included here.
scripts/
Miscellaneous scripts used by aspell
manual/
examples/
Example programs demonstrating the use of the aspell library