The soundex Reference Manual

This is the soundex Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 17:56:25 2024 GMT+0.

Table of Contents


1 Systems

The main system appears first, followed by any subsystem dependency.


1.1 soundex

Source

soundex.asd.

Child Components

2 Files

Files are sorted by type and then listed depth-first from the systems components trees.


2.1 Lisp


2.1.1 soundex/soundex.asd

Source

soundex.asd.

Parent Component

soundex (system).

ASDF Systems

soundex.


2.1.2 soundex/package.lisp

Source

soundex.asd.

Parent Component

soundex (system).

Packages

soundex.


2.1.3 soundex/soundex.lisp

Dependency

package.lisp (file).

Source

soundex.asd.

Parent Component

soundex (system).

Public Interface

soundex (function).

Internals

soundex-character-values (special variable).


3 Packages

Packages are listed by definition order.


3.1 soundex

Source

package.lisp.

Use List

common-lisp.

Public Interface

soundex (function).

Internals

soundex-character-values (special variable).


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: soundex (word &key abbrv-p)
Package

soundex.

Source

soundex.lisp.


4.2 Internals


4.2.1 Special variables

Special Variable: soundex-character-values

Vector of character values accessible by
(aref ... (- (char-int (char-upcase x)) (char-int #A))) Cheat Note: this is true of ASCII, but *not* EBCDIC!

Package

soundex.

Source

soundex.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   F   S  
Index Entry  Section

F
Function, soundex: Public ordinary functions

S
soundex: Public ordinary functions