Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spk121/guile-aspell
Guile bindings for the aspell library
https://github.com/spk121/guile-aspell
Last synced: 3 months ago
JSON representation
Guile bindings for the aspell library
- Host: GitHub
- URL: https://github.com/spk121/guile-aspell
- Owner: spk121
- License: gpl-3.0
- Created: 2013-02-03T15:48:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-11-30T23:41:43.000Z (almost 3 years ago)
- Last Synced: 2024-05-15T13:42:26.582Z (6 months ago)
- Language: Scheme
- Size: 119 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
README for guile-aspell 0.5.0
guile aspell is a spellcheck module for Guile. GNU Guile is an
implementation of Scheme, a Lisp-like computer language, and this
spellcheck library provides facilities to check strings against a
dictionary and to suggest alternate words. It uses functionality
provided by the GNU Aspell spellcheck library.For more information try..
website: https://lonelycactus.com/guile-aspell.html
github: https://github.com/spk121/guile-aspell
email: Mike Gran
twitter: @MikeSpike3You can install it using the typical
./configure
make
make installInstalling the module this way will install both the Scheme library
and the Texinfo documentation.Or, you can just copy the aspell.scm file into the Guile site
directory.For information on how to use the many superfluous and strange options
available to you in the "configure" script, see the INSTALL file.The terms under which this software is provided is in the file
COPYING.