This is the spellcheck Reference Manual, version 0.0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:46:14 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
spellcheck
Peter Norvig’s spell corrector.
Mikael Jansson <mikael@lisp.se>
0.0.1
alexandria
(system).
cl-ppcre
(system).
package.lisp
(file).
spellcheck.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
spellcheck/spellcheck.lisp
package.lisp
(file).
spellcheck
(system).
*freq*
(special variable).
correct
(function).
initialize
(function).
reset
(function).
train
(function).
train-with-file
(function).
words
(function).
*alphabet*
(special variable).
edits-1
(function).
known
(function).
known-edits-2
(function).
known-word-p
(function).
Packages are listed by definition order.
spellcheck
alexandria
.
common-lisp
.
*freq*
(special variable).
correct
(function).
initialize
(function).
reset
(function).
train
(function).
train-with-file
(function).
words
(function).
*alphabet*
(special variable).
edits-1
(function).
known
(function).
known-edits-2
(function).
known-word-p
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Returns the most likely spelling correction of word, or word itself.
Initialize with default settings.
Resets the default frequency distribution to empty.
Adds the given list of words to the frequency distribution.
Adds the list of words from the given file to the frequency distribution.
Tokenizes string into a list of words.
Returns a list of one character edits of word.
Looks up the list of words to see if they are known.
Returns the list of two character edits of word.
Returns true if word is known.
Jump to: | C E F I K R T W |
---|
Jump to: | C E F I K R T W |
---|
Jump to: | *
S |
---|
Jump to: | *
S |
---|
Jump to: | F P S |
---|
Jump to: | F P S |
---|