|
Last change
on this file was 6, checked in by Gary Byers, 21 years ago |
|
Initial revision
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
|
File size:
263 bytes
|
| Line | |
|---|
| 1 | (defpackage "SPELL"
|
|---|
| 2 | (:use "COMMON-LISP")
|
|---|
| 3 | (:export #:spell-try-word #:spell-root-word #:spell-collect-close-words
|
|---|
| 4 | #:correct-spelling
|
|---|
| 5 | #:+max-entry-length+
|
|---|
| 6 | #:spell-read-dictionary #:spell-add-entry #:spell-root-flags
|
|---|
| 7 | #:spell-remove-entry))
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.