diff options
author | wiz <wiz@pkgsrc.org> | 2002-01-15 01:07:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-01-15 01:07:24 +0000 |
commit | 8f693822f2e25740ec8ba05eea84530600a6f16f (patch) | |
tree | 6cabae79fe6ee2dc63621acb7e1de758df3bc3fb /textproc/aspell/DESCR | |
parent | c6a6a226a8627d02a572e39f91a196b4c498ade3 (diff) | |
download | pkgsrc-8f693822f2e25740ec8ba05eea84530600a6f16f.tar.gz |
Initial import of aspell:
Aspell is an Open Source spell checker designed to eventually replace
Ispell. Its main feature is that it does a much better job of coming up
with possible suggestions than Ispell does. In fact recent tests shows
that it even does better than Microsoft Word 97's spell checker in some
cases. In addition it has both compile time and run time support for other
non English languages. Aspell is also a library however the recommend way
to use aspell is through the Pspell library as the actual interface to the
aspell library is constantly changing.
Diffstat (limited to 'textproc/aspell/DESCR')
-rw-r--r-- | textproc/aspell/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/textproc/aspell/DESCR b/textproc/aspell/DESCR new file mode 100644 index 00000000000..6c9b6baed95 --- /dev/null +++ b/textproc/aspell/DESCR @@ -0,0 +1,8 @@ +Aspell is an Open Source spell checker designed to eventually replace +Ispell. Its main feature is that it does a much better job of coming up +with possible suggestions than Ispell does. In fact recent tests shows +that it even does better than Microsoft Word 97's spell checker in some +cases. In addition it has both compile time and run time support for other +non English languages. Aspell is also a library however the recommend way +to use aspell is through the Pspell library as the actual interface to the +aspell library is constantly changing. |