The stem Reference Manual
This is the stem Reference Manual, version 0,
generated automatically by Declt version 4.0 beta 2 "William Riker"
on Sun Dec 15 07:47:10 2024 GMT+0.
1 Systems
The main system appears first, followed by any subsystem dependency.
1.1 stem
The Porter Stemming Algorithm
- Author
Steve Haflich
- License
Probably LLGPL
- Version
0
- Source
stem.asd
.
- Child Component
stem.lisp
(file).
2 Files
Files are sorted by type and then listed depth-first from the systems
components trees.
2.1 Lisp
2.1.2 stem/stem.lisp
- Source
stem.asd
.
- Parent Component
stem
(system).
- Packages
stem
.
- Public Interface
stem
(function).
- Internals
-
3 Packages
Packages are listed by definition order.
3.1 stem
- Source
stem.lisp
.
- Use List
common-lisp
.
- Public Interface
stem
(function).
- Internals
-
3.2 stem.system
- Source
stem.asd
.
- Use List
asdf/interface
.
common-lisp
.
4 Definitions
Definitions are sorted by export status, category, package, and then by
lexicographic order.
4.1 Public Interface
4.1.1 Ordinary functions
- Function: stem (str) ¶
-
- Package
stem
.
- Source
stem.lisp
.
Appendix A Indexes
A.2 Functions
| |
|
C | | |
| consonantp : | | Private ordinary functions |
| cvc : | | Private ordinary functions |
|
D | | |
| doublec : | | Private ordinary functions |
|
E | | |
| ends : | | Private ordinary functions |
|
F | | |
| Function, consonantp : | | Private ordinary functions |
| Function, cvc : | | Private ordinary functions |
| Function, doublec : | | Private ordinary functions |
| Function, ends : | | Private ordinary functions |
| Function, m : | | Private ordinary functions |
| Function, r : | | Private ordinary functions |
| Function, setto : | | Private ordinary functions |
| Function, stem : | | Public ordinary functions |
| Function, step1ab : | | Private ordinary functions |
| Function, step1c : | | Private ordinary functions |
| Function, step2 : | | Private ordinary functions |
| Function, step3 : | | Private ordinary functions |
| Function, step4 : | | Private ordinary functions |
| Function, step5 : | | Private ordinary functions |
| Function, vowelinstem : | | Private ordinary functions |
|
M | | |
| m : | | Private ordinary functions |
|
R | | |
| r : | | Private ordinary functions |
|
S | | |
| setto : | | Private ordinary functions |
| stem : | | Public ordinary functions |
| step1ab : | | Private ordinary functions |
| step1c : | | Private ordinary functions |
| step2 : | | Private ordinary functions |
| step3 : | | Private ordinary functions |
| step4 : | | Private ordinary functions |
| step5 : | | Private ordinary functions |
|
V | | |
| vowelinstem : | | Private ordinary functions |
|