The tagger Reference Manual

This is the tagger Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 18:00:20 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 tagger

The Xerox Part-of-Speech Tagger Version 1.2

Author

Doug Cutting and Jan Pedersen of the Xerox Palo Alto Research Center

License

Use, reproduction, and distribution of this software is permitted, but only for non-commercial research or educational purposes. see the tagger/COPYRIGHT file for more information.

Dependency

closer-mop (system).

Source

tagger.asd.

Child Components

3 Modules

Modules are listed depth-first from the system components tree.


3.1 tagger/sysdcl

Dependency

cltl1-compat.lisp (file).

Source

tagger.asd.

Parent Component

tagger (system).

Child Component

tdb-sysdcl-sysdcl.lisp (file).


3.2 tagger/util

Dependency

sysdcl (module).

Source

tagger.asd.

Parent Component

tagger (system).

Child Components

3.3 tagger/corpus

Dependency

util (module).

Source

tagger.asd.

Parent Component

tagger (system).

Child Component

corpus-protocol.lisp (file).


3.4 tagger/fsa

Dependency

corpus (module).

Source

tagger.asd.

Parent Component

tagger (system).

Child Components

3.5 tagger/analysis

Dependency

fsa (module).

Source

tagger.asd.

Parent Component

tagger (system).

Child Components

4 Files

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


4.1 Lisp


4.1.1 tagger/tagger.asd

Source

tagger.asd.

Parent Component

tagger (system).

ASDF Systems

tagger.


4.1.3 tagger/cltl1-compat.lisp

Dependency

package.lisp (file).

Source

tagger.asd.

Parent Component

tagger (system).

Public Interface

cltl1-eval-when (macro).

Internals

defun-compile-time (macro).


4.1.4 tagger/sysdcl/tdb-sysdcl-sysdcl.lisp

Source

tagger.asd.

Parent Component

sysdcl (module).

Public Interface
Internals

4.1.5 tagger/util/cl-extensions.lisp

Source

tagger.asd.

Parent Component

util (module).

Public Interface
Internals

4.1.6 tagger/util/string-resource.lisp

Source

tagger.asd.

Parent Component

util (module).

Public Interface
Internals

4.1.7 tagger/util/cons-resource.lisp

Source

tagger.asd.

Parent Component

util (module).

Public Interface
Internals

*cons-cells* (special variable).


4.1.8 tagger/util/sv-resource.lisp

Source

tagger.asd.

Parent Component

util (module).

Public Interface
Internals

4.1.9 tagger/util/io-structs.lisp

Source

tagger.asd.

Parent Component

util (module).

Public Interface
Internals

4.1.10 tagger/util/io-byte8.lisp

Source

tagger.asd.

Parent Component

util (module).

Public Interface

4.1.11 tagger/util/io-builtin.lisp

Source

tagger.asd.

Parent Component

util (module).

Public Interface
Internals

*lower-case* (special variable).


4.1.12 tagger/util/svb.lisp

Source

tagger.asd.

Parent Component

util (module).

Public Interface
Internals

4.1.13 tagger/util/trie.lisp

Source

tagger.asd.

Parent Component

util (module).

Public Interface
Internals

4.1.14 tagger/util/ssb.lisp

Source

tagger.asd.

Parent Component

util (module).

Public Interface
Internals

4.1.15 tagger/util/variable-storage.lisp

Source

tagger.asd.

Parent Component

util (module).

Public Interface
Internals

4.1.16 tagger/util/vector-resource.lisp

Source

tagger.asd.

Parent Component

util (module).

Public Interface
Internals

4.1.17 tagger/util/float-vector.lisp

Source

tagger.asd.

Parent Component

util (module).

Public Interface

4.1.18 tagger/util/hmm.lisp

Source

tagger.asd.

Parent Component

util (module).

Public Interface
Internals

4.1.19 tagger/util/skip-list.lisp

Source

tagger.asd.

Parent Component

util (module).

Public Interface
Internals

4.1.20 tagger/corpus/corpus-protocol.lisp

Source

tagger.asd.

Parent Component

corpus (module).

Public Interface

4.1.21 tagger/fsa/fsa-basics.lisp

Source

tagger.asd.

Parent Component

fsa (module).

Public Interface
Internals

4.1.22 tagger/fsa/standard-states.lisp

Source

tagger.asd.

Parent Component

fsa (module).

Public Interface

4.1.23 tagger/fsa/standard-symbols.lisp

Source

tagger.asd.

Parent Component

fsa (module).

Public Interface
Internals

4.1.24 tagger/fsa/list-sets.lisp

Source

tagger.asd.

Parent Component

fsa (module).

Public Interface
Internals

4.1.25 tagger/fsa/skip-list-relations.lisp

Source

tagger.asd.

Parent Component

fsa (module).

Public Interface
Internals

4.1.26 tagger/fsa/fsa-standard.lisp

Source

tagger.asd.

Parent Component

fsa (module).

Public Interface

4.1.27 tagger/fsa/fsa-calculus.lisp

Source

tagger.asd.

Parent Component

fsa (module).

Public Interface
Internals

4.1.28 tagger/analysis/analysis-protocol.lisp

Source

tagger.asd.

Parent Component

analysis (module).

Public Interface
Internals

*line-width* (special variable).


4.1.29 tagger/analysis/lexicon-protocol.lisp

Source

tagger.asd.

Parent Component

analysis (module).

Public Interface

4.1.30 tagger/analysis/tag-basics.lisp

Source

tagger.asd.

Parent Component

analysis (module).

Public Interface
Internals

4.1.31 tagger/analysis/tag-analysis.lisp

Source

tagger.asd.

Parent Component

analysis (module).

Public Interface
Internals

4.1.32 tagger/analysis/class-guesser.lisp

Source

tagger.asd.

Parent Component

analysis (module).

Public Interface
Internals

4.1.33 tagger/analysis/fsa-tokenizer.lisp

Source

tagger.asd.

Parent Component

analysis (module).

Public Interface
Internals

4.1.34 tagger/analysis/vector-lexicon.lisp

Source

tagger.asd.

Parent Component

analysis (module).

Public Interface
Internals

4.1.35 tagger/analysis/tag-brown.lisp

Source

tagger.asd.

Parent Component

analysis (module).

Public Interface
Internals

4.1.36 tagger/analysis/tag-english.lisp

Source

tagger.asd.

Parent Component

analysis (module).

Public Interface

4.1.37 tagger/analysis/tag-trainer.lisp

Source

tagger.asd.

Parent Component

analysis (module).

Public Interface
Internals

5 Packages

Packages are listed by definition order.


5.1 tag-brown

Source

package.lisp.

Use List
Used By List

tag-english.

Public Interface
Internals

5.2 finite-state-automata

Source

package.lisp.

Nickname

fsa

Use List

common-lisp.

Used By List
Public Interface
Internals

5.3 skip-list

Source

package.lisp.

Use List

common-lisp.

Used By List
Public Interface
Internals

5.4 tag-basics

Source

package.lisp.

Use List
Used By List
Public Interface
Internals

5.5 ssb

Source

package.lisp.

Use List
Used By List
Public Interface
Internals

5.6 tagger.internal

Source

package.lisp.

Use List

common-lisp.

Used By List
Public Interface

cltl1-eval-when (macro).

Internals

defun-compile-time (macro).


5.7 cons-resource

Source

package.lisp.

Use List
Used By List
Public Interface
Internals

*cons-cells* (special variable).


5.8 binary-io

Source

package.lisp.

Use List
Used By List
Public Interface
Internals

5.9 skip-list-relations

Source

package.lisp.

Use List
Used By List

fsa-standard.

Public Interface
Internals

5.10 tag-analysis

Source

package.lisp.

Use List
Used By List
Public Interface
Internals

5.11 sv-resource

Source

package.lisp.

Use List

common-lisp.

Used By List
Public Interface
Internals

5.12 vector-lexicon

Source

package.lisp.

Use List
Used By List
Public Interface
Internals

5.13 tag-trainer

Source

package.lisp.

Use List
Public Interface
Internals

5.14 tag-english

Source

package.lisp.

Use List
Public Interface

5.15 vector-resource

Source

package.lisp.

Use List
Used By List

float-vector.

Public Interface
Internals

5.16 svb

Source

package.lisp.

Use List
Used By List
Public Interface
Internals

5.17 variable-storage

Source

package.lisp.

Use List
Used By List
Public Interface
Internals

5.18 trie

Source

package.lisp.

Use List
Used By List
Public Interface
Internals

5.19 fsa-tokenizer

Source

package.lisp.

Nickname

fsa-t

Use List
Used By List
Public Interface
Internals

5.20 tagger

Source

package.lisp.


5.21 float-vector

Source

package.lisp.

Use List
Used By List
Public Interface

5.22 string-resource

Source

package.lisp.

Use List
Used By List
Public Interface
Internals

5.23 standard-symbols

Source

package.lisp.

Use List
Used By List

fsa-standard.

Public Interface
Internals

5.24 list-sets

Source

package.lisp.

Use List
Used By List

fsa-standard.

Public Interface
Internals

5.25 standard-states

Source

package.lisp.

Use List
Used By List
Public Interface

5.26 tdb

Source

package.lisp.

Use List
Used By List
Public Interface
Internals

5.27 hmm

Source

package.lisp.

Use List
Used By List
Public Interface
Internals

5.28 class-guesser

Source

package.lisp.

Use List
Used By List
Public Interface
Internals

5.29 fsa-standard

Source

package.lisp.

Use List
Used By List

fsa-tokenizer.

Public Interface

5.30 cl-extensions

Source

package.lisp.

Use List
Used By List
Public Interface
Internals

6 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


6.1 Public Interface


6.1.1 Constants

Constant: +max-string-length+
Package

string-resource.

Source

string-resource.lisp.


6.1.2 Special variables

Special Variable: *analysis-directory*
Package

tdb.

Source

analysis-protocol.lisp.

Special Variable: *default-byte8-stream-buffer-size*
Package

binary-io.

Source

io-byte8.lisp.

Special Variable: *english-tokenizer-fsa*
Package

tag-english.

Source

tag-english.lisp.

Special Variable: *epsilon*
Package

finite-state-automata.

Source

fsa-basics.lisp.

Special Variable: *highly-optimized*
Package

tdb.

Source

tdb-sysdcl-sysdcl.lisp.

Special Variable: *normally-optimized*
Package

tdb.

Source

tdb-sysdcl-sysdcl.lisp.

Special Variable: *the-keyword-package*
Package

tdb.

Source

lexicon-protocol.lisp.

Special Variable: *tokenizer-class*
Package

tdb.

Source

lexicon-protocol.lisp.


6.1.3 Macros

Macro: %list (&rest elements)
Package

cons-resource.

Source

cons-resource.lisp.

Macro: %pop (var)
Package

cons-resource.

Source

cons-resource.lisp.

Macro: %push (value place)
Package

cons-resource.

Source

cons-resource.lisp.

Macro: %vector (&rest args)
Package

sv-resource.

Source

sv-resource.lisp.

Macro: %with-collection (&body body)
Package

cons-resource.

Source

cons-resource.lisp.

Macro: add-process (name function &rest args)
Package

cl-extensions.

Source

cl-extensions.lisp.

Macro: byte32v-length (v)
Setf Expander: (setf byte32v-length) (v)
Package

vector-resource.

Source

vector-resource.lisp.

Macro: byte32vref (var index)
Package

vector-resource.

Source

vector-resource.lisp.

Macro: byte8-read (stream)
Package

binary-io.

Source

io-byte8.lisp.

Macro: byte8-stream-length (stream)
Package

binary-io.

Source

io-byte8.lisp.

Macro: byte8-write (byte8 stream)
Package

binary-io.

Source

io-byte8.lisp.

Macro: close-byte8-stream (stream)
Package

binary-io.

Source

io-byte8.lisp.

Macro: cltl1-eval-when ((&rest args) &body body)
Package

tagger.internal.

Source

cltl1-compat.lisp.

Macro: def-tdb-system (name options &rest modules)
Package

tdb.

Source

tdb-sysdcl-sysdcl.lisp.

Macro: def-tokenizer-fsa (name form &key augment)
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Macro: define-io-fns (name &key write-fn read-fn size-fn free-fn copy-fn order-fn)
Package

binary-io.

Source

io-structs.lisp.

Macro: define-io-struct (name&options &rest slots)
Package

binary-io.

Source

io-structs.lisp.

Macro: define-list-sorter (name &key key next order key-type)
Package

cl-extensions.

Source

cl-extensions.lisp.

Macro: define-trie (name &key constructor accessor mapper walker element-type key-accessor key-type key-length element-to-fixnum fixnum-to-element)
Package

trie.

Source

trie.lisp.

Macro: do-docs ((id corpus &key start end) &body body)
Package

tdb.

Source

corpus-protocol.lisp.

Macro: do-skip-list ((key-var val-var skip-list) &body body)
Package

skip-list.

Source

skip-list.lisp.

Macro: do-titles ((id title corpus) &body body)
Package

tdb.

Source

corpus-protocol.lisp.

Macro: do-tokens ((vars ts &optional value) &body body)
Package

tdb.

Source

analysis-protocol.lisp.

Macro: fast-read-char (stream)
Package

cl-extensions.

Source

cl-extensions.lisp.

Macro: fast-read-file-char (stream)
Package

cl-extensions.

Source

cl-extensions.lisp.

Macro: find-io-fns (name)
Package

binary-io.

Source

io-structs.lisp.

Macro: fixv-length (v)
Setf Expander: (setf fixv-length) (v)
Package

vector-resource.

Source

vector-resource.lisp.

Macro: fixvref (var index)
Package

vector-resource.

Source

vector-resource.lisp.

Macro: flush-byte8-stream (stream)
Package

binary-io.

Source

io-byte8.lisp.

Macro: free-fn (name)
Setf Expander: (setf free-fn) (name)
Package

vector-resource.

Source

vector-resource.lisp.

Macro: get-byte8-stream-position (stream)
Package

binary-io.

Source

io-byte8.lisp.

Macro: get-qua (gf obj super)
Package

cl-extensions.

Source

cl-extensions.lisp.

Macro: kill-process (process)
Package

cl-extensions.

Source

cl-extensions.lisp.

Macro: lert (binds &body body)
Package

vector-resource.

Source

vector-resource.lisp.

Macro: lert* (binds &body body)
Package

vector-resource.

Source

vector-resource.lisp.

Macro: let-byte32v (binds &body body)
Package

vector-resource.

Source

vector-resource.lisp.

Macro: let-fixv (binds &body body)
Package

vector-resource.

Source

vector-resource.lisp.

Macro: let-sfv (binds &body body)
Package

vector-resource.

Source

vector-resource.lisp.

Macro: let-sv (binds &body body)
Package

vector-resource.

Source

vector-resource.lisp.

Macro: make-lock (&optional name)
Package

cl-extensions.

Source

cl-extensions.lisp.

Macro: once-only (vars &body body)
Package

cl-extensions.

Source

cl-extensions.lisp.

Macro: open-byte8-stream (pathname &rest keys &key buffer-size &allow-other-keys)
Package

binary-io.

Source

io-byte8.lisp.

Macro: pad-byte8-stream (n-byte8s stream)
Package

binary-io.

Source

io-byte8.lisp.

Macro: process-block ()
Package

cl-extensions.

Source

cl-extensions.lisp.

Macro: resource-type (name)
Setf Expander: (setf resource-type) (name)
Package

vector-resource.

Source

vector-resource.lisp.

Macro: set-byte8-stream-position (stream position)
Package

binary-io.

Source

io-byte8.lisp.

Macro: sfmref (array index-1 index-2)
Package

hmm.

Source

hmm.lisp.

Macro: sfv-length (v)
Setf Expander: (setf sfv-length) (v)
Package

vector-resource.

Source

vector-resource.lisp.

Macro: sfvref (var index)
Package

vector-resource.

Source

vector-resource.lisp.

Macro: skip-list-empty-p (skip-list)
Package

skip-list.

Source

skip-list.lisp.

Macro: ssb-push-extend (char ssb)
Package

ssb.

Source

ssb.lisp.

Macro: sv-length (v)
Setf Expander: (setf sv-length) (v)
Package

vector-resource.

Source

vector-resource.lisp.

Macro: svb-push-extend (elt svb)
Package

svb.

Source

svb.lisp.

Macro: svbref (svb i)
Package

svb.

Source

svb.lisp.

Macro: this-process ()
Package

cl-extensions.

Source

cl-extensions.lisp.

Macro: with-collection (&body body)
Package

cl-extensions.

Source

cl-extensions.lisp.

Macro: with-effective-function ((gf &rest args) &body body)
Package

cl-extensions.

Source

cl-extensions.lisp.

Macro: with-lock (place &body body)
Package

cl-extensions.

Source

cl-extensions.lisp.

Macro: with-locks (locks &body body)
Package

cl-extensions.

Source

cl-extensions.lisp.

Macro: with-open-byte8-stream ((var pathname &rest keys) &body body)
Package

binary-io.

Source

io-byte8.lisp.

Macro: with-storage-balance (&body body)
Package

variable-storage.

Source

variable-storage.lisp.

Macro: without-interrupts (&body body)
Package

cl-extensions.

Source

cl-extensions.lisp.


6.1.4 Ordinary functions

Function: %cons (car cdr)
Package

cons-resource.

Source

cons-resource.lisp.

Function: %copy-list (list)
Package

cons-resource.

Source

cons-resource.lisp.

Function: %copy-tree (tree)
Package

cons-resource.

Source

cons-resource.lisp.

Function: %delete (x l)
Package

cons-resource.

Source

cons-resource.lisp.

Function: %make-list (length)
Package

cons-resource.

Source

cons-resource.lisp.

Function: adjust-byte32v (v length)
Package

vector-resource.

Source

vector-resource.lisp.

Function: adjust-fixv (v length)
Package

vector-resource.

Source

vector-resource.lisp.

Function: adjust-lbyte32v (v length)
Package

vector-resource.

Source

vector-resource.lisp.

Function: adjust-lfixv (v length)
Package

vector-resource.

Source

vector-resource.lisp.

Function: adjust-lsfv (v length)
Package

vector-resource.

Source

vector-resource.lisp.

Function: adjust-lsv (v length)
Package

vector-resource.

Source

vector-resource.lisp.

Function: adjust-sfv (v length)
Package

vector-resource.

Source

vector-resource.lisp.

Function: adjust-sv (v length)
Package

vector-resource.

Source

vector-resource.lisp.

Function: alloc-byte32v (length &key initial-element)
Package

vector-resource.

Source

vector-resource.lisp.

Function: alloc-fixv (length &key initial-element)
Package

vector-resource.

Source

vector-resource.lisp.

Function: alloc-item (size sb &key exact)
Package

variable-storage.

Source

variable-storage.lisp.

Function: alloc-lbyte32v (length &key initial-element)
Package

vector-resource.

Source

vector-resource.lisp.

Function: alloc-lfixv (length &key initial-element)
Package

vector-resource.

Source

vector-resource.lisp.

Function: alloc-lsfv (length &key initial-element)
Package

vector-resource.

Source

vector-resource.lisp.

Function: alloc-lsv (length &key initial-element)
Package

vector-resource.

Source

vector-resource.lisp.

Function: alloc-sfv (length &key initial-element)
Package

vector-resource.

Source

vector-resource.lisp.

Function: alloc-string (length)
Package

string-resource.

Source

string-resource.lisp.

Function: alloc-sv (length)
Package

sv-resource.

Source

sv-resource.lisp.

Function: alloc-sv (length &key initial-element)
Package

vector-resource.

Source

vector-resource.lisp.

Function: byte16-order (byte16-1 byte16-2)
Package

binary-io.

Source

io-builtin.lisp.

Function: byte16-read (stream)
Package

binary-io.

Source

io-byte8.lisp.

Function: byte16-write (byte16 stream)
Package

binary-io.

Source

io-byte8.lisp.

Function: byte32-read (stream)
Package

binary-io.

Source

io-builtin.lisp.

Function: byte32-write (byte32 stream)
Package

binary-io.

Source

io-builtin.lisp.

Function: class->number (class ts &optional error-p)
Package

tag-basics.

Source

tag-basics.lisp.

Function: class-count (ts)
Package

tag-basics.

Source

tag-basics.lisp.

Function: class-order (class1 class2)
Package

tdb.

Source

lexicon-protocol.lisp.

Function: clean-text-string (string &key end ssb endsp)
Package

tdb.

Source

analysis-protocol.lisp.

Function: clear-byte32v-storage ()
Package

vector-resource.

Source

vector-resource.lisp.

Function: clear-fixv-storage ()
Package

vector-resource.

Source

vector-resource.lisp.

Function: clear-sfv-storage ()
Package

vector-resource.

Source

vector-resource.lisp.

Function: clear-skip-list (skip-list)
Package

skip-list.

Source

skip-list.lisp.

Function: clear-sv-storage ()
Package

vector-resource.

Source

vector-resource.lisp.

Function: clear-variable-storage (&optional sb)
Package

variable-storage.

Source

variable-storage.lisp.

Function: copy-byte32v (v1 &optional v2)
Package

vector-resource.

Source

vector-resource.lisp.

Function: copy-fixv (v1 &optional v2)
Package

vector-resource.

Source

vector-resource.lisp.

Function: copy-sfv (v1 &optional v2)
Package

vector-resource.

Source

vector-resource.lisp.

Function: copy-ssb (ssb1 &optional ssb2)
Package

ssb.

Source

ssb.lisp.

Function: copy-string-to-svb (string &optional svb length)
Package

svb.

Source

svb.lisp.

Function: copy-sv (v1 &optional v2)
Package

vector-resource.

Source

vector-resource.lisp.

Function: copy-svb (svb1 &optional svb2)
Package

svb.

Source

svb.lisp.

Function: copy-svb-to-string (svb &optional length string)
Package

svb.

Source

svb.lisp.

Function: debug-io-fns (name)
Package

binary-io.

Source

io-builtin.lisp.

Function: delta-get (symbol state delta)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Function: effective-function (gf &rest classes)
Package

cl-extensions.

Source

cl-extensions.lisp.

Function: evaluate-brown (source truth &key output threshold limit)
Package

tag-brown.

Source

tag-brown.lisp.

Function: extend-svb (svb &optional new-size)
Package

svb.

Source

svb.lisp.

Function: fill-byte32v (vector &optional value)
Package

vector-resource.

Source

vector-resource.lisp.

Function: fill-fixv (vector &optional value)
Package

vector-resource.

Source

vector-resource.lisp.

Function: fill-lbyte32v (vector &optional value)
Package

vector-resource.

Source

vector-resource.lisp.

Function: fill-lfixv (vector &optional value)
Package

vector-resource.

Source

vector-resource.lisp.

Function: fill-lsfv (vector &optional value)
Package

vector-resource.

Source

vector-resource.lisp.

Function: fill-lsv (vector &optional value)
Package

vector-resource.

Source

vector-resource.lisp.

Function: fill-sfv (vector &optional value)
Package

vector-resource.

Source

vector-resource.lisp.

Function: fill-sv (vector &optional value)
Package

vector-resource.

Source

vector-resource.lisp.

Function: format-name (format &rest args)
Package

cl-extensions.

Source

cl-extensions.lisp.

Function: free-byte32v (v)
Package

vector-resource.

Source

vector-resource.lisp.

Function: free-cell (cell)
Package

cons-resource.

Source

cons-resource.lisp.

Function: free-fixv (v)
Package

vector-resource.

Source

vector-resource.lisp.

Function: free-item (item size sb)
Package

variable-storage.

Source

variable-storage.lisp.

Function: free-list (list)
Package

cons-resource.

Source

cons-resource.lisp.

Function: free-sfv (v)
Package

vector-resource.

Source

vector-resource.lisp.

Function: free-skip-list (skip-list)
Package

skip-list.

Source

skip-list.lisp.

Function: free-string (string)
Package

string-resource.

Source

string-resource.lisp.

Function: free-sv (sv)
Package

sv-resource.

Source

sv-resource.lisp.

Function: free-sv (v)
Package

vector-resource.

Source

vector-resource.lisp.

Function: free-tree (tree)
Package

cons-resource.

Source

cons-resource.lisp.

Function: fsa-closure (fsa)
Package

finite-state-automata.

Source

fsa-calculus.lisp.

Function: fsa-concat (fsa &rest other-fsas)
Package

finite-state-automata.

Source

fsa-calculus.lisp.

Function: fsa-minus (fsa1 fsa2)
Package

finite-state-automata.

Source

fsa-calculus.lisp.

Function: fsa-optional (fsa)
Package

finite-state-automata.

Source

fsa-calculus.lisp.

Function: fsa-plus (fsa)
Package

finite-state-automata.

Source

fsa-calculus.lisp.

Function: fsa-symbol (symbol fsa)
Package

finite-state-automata.

Source

fsa-calculus.lisp.

Function: fsa-union (fsa &rest other-fsas)
Package

finite-state-automata.

Source

fsa-calculus.lisp.

Reader: hmm-a (instance)
Writer: (setf hmm-a) (instance)
Package

hmm.

Source

hmm.lisp.

Target Slot

a.

Reader: hmm-b (instance)
Writer: (setf hmm-b) (instance)
Package

hmm.

Source

hmm.lisp.

Target Slot

b.

Reader: hmm-m (instance)
Writer: (setf hmm-m) (instance)
Package

hmm.

Source

hmm.lisp.

Target Slot

m.

Function: hmm-maximal-path (sequence hmm-est path &optional limit maxp)
Package

hmm.

Source

hmm.lisp.

Reader: hmm-n (instance)
Writer: (setf hmm-n) (instance)
Package

hmm.

Source

hmm.lisp.

Target Slot

n.

Reader: hmm-pi (instance)
Writer: (setf hmm-pi) (instance)
Package

hmm.

Source

hmm.lisp.

Target Slot

pi.

Function: hmm-read (stream)
Package

hmm.

Source

hmm.lisp.

Function: hmm-read-file (pathname &optional quiet)
Package

hmm.

Source

hmm.lisp.

Function: hmm-train (sequence hmm &key iterations debug)
Package

hmm.

Source

hmm.lisp.

Function: hmm-train-multiple (sequence-fn hmm &key iterations debug debug-fn)
Package

hmm.

Source

hmm.lisp.

Function: hmm-write (hmm stream)
Package

hmm.

Source

hmm.lisp.

Function: hmm-write-file (hmm pathname &optional quiet)
Package

hmm.

Source

hmm.lisp.

Function: int29-order (int29-1 int29-2)
Package

binary-io.

Source

io-builtin.lisp.

Function: int29-read (stream)
Package

binary-io.

Source

io-byte8.lisp.

Function: int29-size (int29)
Package

binary-io.

Source

io-builtin.lisp.

Function: int29-write (int29 stream)
Package

binary-io.

Source

io-byte8.lisp.

Function: integer-order (i j)
Package

binary-io.

Source

io-builtin.lisp.

Function: integer-read (stream)
Package

binary-io.

Source

io-builtin.lisp.

Function: integer-size (integer)
Package

binary-io.

Source

io-builtin.lisp.

Function: integer-write (integer stream)
Package

binary-io.

Source

io-builtin.lisp.

Reader: io-copy-fn (instance)
Writer: (setf io-copy-fn) (instance)
Package

binary-io.

Source

io-structs.lisp.

Target Slot

io-copy-fn.

Function: io-fns-arg (spec &optional ordered)
Package

binary-io.

Source

io-structs.lisp.

Reader: io-fns-name (instance)
Package

binary-io.

Source

io-structs.lisp.

Target Slot

io-fns-name.

Function: io-fns-p (object)
Package

binary-io.

Source

io-structs.lisp.

Reader: io-free-fn (instance)
Writer: (setf io-free-fn) (instance)
Package

binary-io.

Source

io-structs.lisp.

Target Slot

io-free-fn.

Reader: io-order-fn (instance)
Writer: (setf io-order-fn) (instance)
Package

binary-io.

Source

io-structs.lisp.

Target Slot

order-fn.

Reader: io-read-fn (instance)
Writer: (setf io-read-fn) (instance)
Package

binary-io.

Source

io-structs.lisp.

Target Slot

io-read-fn.

Reader: io-size-fn (instance)
Writer: (setf io-size-fn) (instance)
Package

binary-io.

Source

io-structs.lisp.

Target Slot

io-size-fn.

Reader: io-write-fn (instance)
Writer: (setf io-write-fn) (instance)
Package

binary-io.

Source

io-structs.lisp.

Target Slot

io-write-fn.

Function: lexicon-tags (lexicon)
Package

tdb.

Source

lexicon-protocol.lisp.

Function: make-byte32v (size &optional initial-element)
Package

vector-resource.

Source

vector-resource.lisp.

Function: make-fixv (size &optional initial-element)
Package

vector-resource.

Source

vector-resource.lisp.

Function: make-hmm (&key n m pi a b)
Package

hmm.

Source

hmm.lisp.

Function: make-hmm-est (hmm)
Package

hmm.

Source

hmm.lisp.

Function: make-io-fns (&key io-fns-name io-size-fn-name io-size-fn io-read-fn-name io-read-fn io-write-fn-name io-write-fn io-free-fn-name io-free-fn io-copy-fn-name io-copy-fn)
Package

binary-io.

Source

io-structs.lisp.

Function: make-ordered-io-fns (&key io-fns-name io-size-fn-name io-size-fn io-read-fn-name io-read-fn io-write-fn-name io-write-fn io-free-fn-name io-free-fn io-copy-fn-name io-copy-fn order-fn-name order-fn)
Package

binary-io.

Source

io-structs.lisp.

Function: make-sfm (n m &optional initial-element)
Package

hmm.

Source

hmm.lisp.

Function: make-sfv (size &optional initial-element)
Package

vector-resource.

Source

vector-resource.lisp.

Function: make-simple-vector-trie (&key key-fn inverse-key-fn)
Package

trie.

Source

trie.lisp.

Function: make-skip-list (order-fn)
Package

skip-list.

Source

skip-list.lisp.

Function: make-ssb (&optional size)
Package

ssb.

Source

ssb.lisp.

Function: make-state-map (old)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Function: make-state-relation (fsa)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Function: make-string-trie ()
Package

trie.

Source

trie.lisp.

Function: make-sv (size &optional initial-element)
Package

vector-resource.

Source

vector-resource.lisp.

Function: make-svb (&optional size)
Package

svb.

Source

svb.lisp.

Function: make-tokenizer-fsa (rules &optional augment)
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Function: make-transducer-pair (upper lower)
Package

standard-symbols.

Source

standard-symbols.lisp.

Function: make-variable-storage (cons-fn &optional name)
Package

variable-storage.

Source

variable-storage.lisp.

Function: map-skip-list (function skip-list)
Package

skip-list.

Source

skip-list.lisp.

Function: map-st (fn trie)
Package

trie.

Source

trie.lisp.

Function: map-svt (fn trie)
Package

trie.

Source

trie.lisp.

Function: number->class (number ts)
Package

tag-basics.

Source

tag-basics.lisp.

Function: number->tag (number ts)
Package

tag-basics.

Source

tag-basics.lisp.

Function: ordered-io-fns-p (object)
Package

binary-io.

Source

io-structs.lisp.

Function: print-paragraph (string indent stream)
Package

tdb.

Source

analysis-protocol.lisp.

Function: print-variable-storage (&optional sb)
Package

variable-storage.

Source

variable-storage.lisp.

Function: re-read-lexicon ()
Package

tdb.

Source

lexicon-protocol.lisp.

Function: read-byte32 (stream)
Package

binary-io.

Source

io-byte8.lisp.

Function: read-string-trie (stream)
Package

class-guesser.

Source

class-guesser.lisp.

Function: read-vector-lexicon (lexicon stream &optional quiet)
Package

vector-lexicon.

Source

vector-lexicon.lisp.

Function: regexp-to-fsa (expr fsa)
Package

finite-state-automata.

Source

fsa-calculus.lisp.

Function: reinitialize-ssb (ssb sstring &optional length)
Package

ssb.

Source

ssb.lisp.

Function: sfv-add (v1 v2)
Package

vector-resource.

Source

vector-resource.lisp.

Function: sfv-div (v const)
Package

vector-resource.

Source

vector-resource.lisp.

Function: sfv-max (vec &optional count)
Package

vector-resource.

Source

vector-resource.lisp.

Function: sfv-read (stream &optional length sfv)
Package

float-vector.

Source

float-vector.lisp.

Function: sfv-size (sfv &optional length)
Package

float-vector.

Source

float-vector.lisp.

Function: sfv-write (sfv stream &optional length)
Package

float-vector.

Source

float-vector.lisp.

Function: simple-string-copy (old &optional length new)
Package

string-resource.

Source

string-resource.lisp.

Function: simple-string-order (s1 s2)
Package

binary-io.

Source

io-builtin.lisp.

Function: simple-string-size (string)
Package

binary-io.

Source

io-builtin.lisp.

Function: simple-stringp-order (s1 s2)
Package

binary-io.

Source

io-builtin.lisp.

Function: single-float-order (float-1 float-2)
Package

binary-io.

Source

io-builtin.lisp.

Function: single-float-read (stream)
Package

binary-io.

Source

io-builtin.lisp.

Function: single-float-size (single-float)
Package

binary-io.

Source

io-builtin.lisp.

Function: single-float-write (single-float stream)
Package

binary-io.

Source

io-builtin.lisp.

Function: skip-list-copy (skip-list)
Package

skip-list.

Source

skip-list.lisp.

Function: skip-list-difference (skip1 skip2 &optional merge-values)
Package

skip-list.

Source

skip-list.lisp.

Function: skip-list-get (key skip-list &optional default)
Setf Expander: (setf skip-list-get) (key skip-list &optional default)
Package

skip-list.

Source

skip-list.lisp.

Function: skip-list-intersection (skip1 skip2 &optional merge-values)
Package

skip-list.

Source

skip-list.lisp.

Reader: skip-list-length (instance)
Writer: (setf skip-list-length) (instance)
Package

skip-list.

Source

skip-list.lisp.

Target Slot

length.

Function: skip-list-merge (skip1 skip2 merge-values)
Package

skip-list.

Source

skip-list.lisp.

Function: skip-list-pop (skip-list)
Package

skip-list.

Source

skip-list.lisp.

Function: skip-list-remove (key skip-list)
Package

skip-list.

Source

skip-list.lisp.

Function: skip-list-top (skip-list)
Package

skip-list.

Source

skip-list.lisp.

Function: skip-list-union (skip1 skip2 &optional merge-values)
Package

skip-list.

Source

skip-list.lisp.

Function: sort-trie (trie)
Package

trie.

Source

trie.lisp.

Reader: ssb-buffer (instance)
Writer: (setf ssb-buffer) (instance)
Package

ssb.

Source

ssb.lisp.

Target Slot

buffer.

Reader: ssb-pointer (instance)
Writer: (setf ssb-pointer) (instance)
Package

ssb.

Source

ssb.lisp.

Target Slot

pointer.

Function: ssb-read-line (stream ssb)
Package

ssb.

Source

ssb.lisp.

Function: ssb-string (ssb)
Package

ssb.

Source

ssb.lisp.

Function: ssb-string= (ssb sstring)
Package

ssb.

Source

ssb.lisp.

Function: st-get (key trie &optional default limit)
Package

trie.

Source

trie.lisp.

Function: (setf st-get) (key trie &optional default limit)
Package

trie.

Source

trie.lisp.

Function: states-get (symbol state fsa)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Function: string-copy (old &optional length new)
Package

string-resource.

Source

string-resource.lisp.

Function: string-order (string-1 string-2)
Package

binary-io.

Source

io-builtin.lisp.

Function: string-read (stream)
Package

binary-io.

Source

io-builtin.lisp.

Function: string-size (string)
Package

binary-io.

Source

io-builtin.lisp.

Function: string-write (string stream)
Package

binary-io.

Source

io-builtin.lisp.

Function: stringp-order (string-1 string-2)
Package

binary-io.

Source

io-builtin.lisp.

Function: sv-copy (old &optional length new)
Package

sv-resource.

Source

sv-resource.lisp.

Reader: svb-buffer (instance)
Writer: (setf svb-buffer) (instance)
Package

svb.

Source

svb.lisp.

Target Slot

buffer.

Reader: svb-pointer (instance)
Writer: (setf svb-pointer) (instance)
Package

svb.

Source

svb.lisp.

Target Slot

pointer.

Reader: svb-size (instance)
Writer: (setf svb-size) (instance)
Package

svb.

Source

svb.lisp.

Target Slot

size.

Function: svt-get (key trie &optional default limit)
Package

trie.

Source

trie.lisp.

Function: (setf svt-get) (key trie &optional default limit)
Package

trie.

Source

trie.lisp.

Function: symbols-get (state fsa)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Function: tag->number (tag ts &optional error-p)
Package

tag-basics.

Source

tag-basics.lisp.

Function: tag-count (ts)
Package

tag-basics.

Source

tag-basics.lisp.

Function: tag-file (pathname &optional output)
Package

tag-analysis.

Source

tag-analysis.lisp.

Function: tag-string (string &optional output)
Package

tag-analysis.

Source

tag-analysis.lisp.

Function: tdb-compile (&key recompile)
Package

tdb.

Source

tdb-sysdcl-sysdcl.lisp.

Function: tdb-dirpath (&rest names)
Package

tdb.

Source

tdb-sysdcl-sysdcl.lisp.

Function: tdb-pathname (&rest names)
Package

tdb.

Source

tdb-sysdcl-sysdcl.lisp.

Function: tokenize-file (pathname &optional output)
Package

tag-analysis.

Source

tag-analysis.lisp.

Reader: tp-lower (instance)
Writer: (setf tp-lower) (instance)
Package

standard-symbols.

Source

standard-symbols.lisp.

Target Slot

lower.

Reader: tp-upper (instance)
Writer: (setf tp-upper) (instance)
Package

standard-symbols.

Source

standard-symbols.lisp.

Target Slot

upper.

Function: train-combination (corpus files &key quanta quantum iterations quiet-p random-state)
Package

tag-trainer.

Source

tag-trainer.lisp.

Function: train-guesser-on-files (files &key token-limit quiet-p freq-limit coverage)
Package

class-guesser.

Source

class-guesser.lisp.

Function: train-on-docs (corpus &key quanta quantum iterations quiet-p random-state)
Package

tag-trainer.

Source

tag-trainer.lisp.

Function: train-on-files (files &key quantum iterations quiet-p)
Package

tag-trainer.

Source

tag-trainer.lisp.

Function: transducer-pair-p (object)
Package

standard-symbols.

Source

standard-symbols.lisp.

Reader: trie-node-key (instance)
Writer: (setf trie-node-key) (instance)
Package

trie.

Source

trie.lisp.

Target Slot

key.

Reader: trie-node-value (instance)
Writer: (setf trie-node-value) (instance)
Package

trie.

Source

trie.lisp.

Target Slot

value.

Function: undebug-io-fns (&optional name)
Package

binary-io.

Source

io-builtin.lisp.

Function: walk-string (fn key trie &optional limit)
Package

trie.

Source

trie.lisp.

Function: write-byte32 (byte32 stream)
Package

binary-io.

Source

io-byte8.lisp.

Function: write-string-trie (trie stream)
Package

class-guesser.

Source

class-guesser.lisp.


6.1.5 Generic functions

Generic Function: check-tag-state (ts)
Package

tag-basics.

Methods
Method: check-tag-state ((ts basic-tag-ts))
Source

tag-basics.lisp.

Generic Function: close-corpus (corpus)
Package

tdb.

Source

corpus-protocol.lisp.

Methods
Method: close-corpus ((corpus corpus))
Generic Function: close-doc (stream id corpus)
Package

tdb.

Source

corpus-protocol.lisp.

Methods
Method: close-doc (stream id (corpus corpus))
Generic Function: copy-delta (new old state-map)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: copy-delta ((new nfa) (old dfa) state-map)
Method: copy-delta ((new nfa) (old nfa) state-map)
Generic Function: corpus-id-limit (corpus)
Package

tdb.

Source

corpus-protocol.lisp.

Methods
Method: corpus-id-limit ((corpus corpus))
Generic Function: determinize (fsa)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: determinize ((fsa dfa))
Method: determinize ((fsa nfa))
Generic Function: display-doc (id corpus device)
Package

tdb.

Source

corpus-protocol.lisp.

Methods
Method: display-doc (id (corpus corpus) (device stream))
Generic Function: doc-title (id corpus)
Package

tdb.

Source

corpus-protocol.lisp.

Methods
Method: doc-title (id (corpus corpus))
Generic Reader: fsa-delta (object)
Package

finite-state-automata.

Methods
Reader Method: fsa-delta ((fsa fsa))

automatically generated reader method

Source

fsa-basics.lisp.

Target Slot

fsa-delta.

Generic Writer: (setf fsa-delta) (object)
Package

finite-state-automata.

Methods
Writer Method: (setf fsa-delta) ((fsa fsa))

automatically generated writer method

Source

fsa-basics.lisp.

Target Slot

fsa-delta.

Generic Reader: fsa-final-states (object)
Package

finite-state-automata.

Methods
Reader Method: fsa-final-states ((fsa fsa))

automatically generated reader method

Source

fsa-basics.lisp.

Target Slot

fsa-final-states.

Generic Writer: (setf fsa-final-states) (object)
Package

finite-state-automata.

Methods
Writer Method: (setf fsa-final-states) ((fsa fsa))

automatically generated writer method

Source

fsa-basics.lisp.

Target Slot

fsa-final-states.

Generic Reader: fsa-start-state (object)
Package

finite-state-automata.

Methods
Reader Method: fsa-start-state ((fsa fsa))

automatically generated reader method

Source

fsa-basics.lisp.

Target Slot

fsa-start-state.

Generic Writer: (setf fsa-start-state) (object)
Package

finite-state-automata.

Methods
Writer Method: (setf fsa-start-state) ((fsa fsa))

automatically generated writer method

Source

fsa-basics.lisp.

Target Slot

fsa-start-state.

Generic Function: get-text-string (start-pos end-pos ts)
Package

tdb.

Source

analysis-protocol.lisp.

Methods
Method: get-text-string (start-pos end-pos (ts fsa-tokenizer))
Source

fsa-tokenizer.lisp.

Method: get-text-string (start end (stream tagging-ts))
Source

tag-analysis.lisp.

Generic Function: in-language-p (vector fsa)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: in-language-p (vector (fsa dfa))
Method: in-language-p (vector (fsa nfa))
Generic Function: initialize-corpus (corpus)
Package

tdb.

Source

corpus-protocol.lisp.

Methods
Method: initialize-corpus ((corpus corpus))
Generic Function: invert (fsa)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: invert ((fsa dfa))
Method: invert ((fsa nfa))
Generic Reader: last-state (object)
Package

standard-states.

Methods
Reader Method: last-state ((fixnum-states fixnum-states))

automatically generated reader method

Source

standard-states.lisp.

Target Slot

last-state.

Generic Writer: (setf last-state) (object)
Package

standard-states.

Methods
Writer Method: (setf last-state) ((fixnum-states fixnum-states))

automatically generated writer method

Source

standard-states.lisp.

Target Slot

last-state.

Generic Function: lexicon-classes (lexicon)
Package

tdb.

Source

lexicon-protocol.lisp.

Methods
Method: lexicon-classes ((lexicon vector-lexicon))
Source

vector-lexicon.lisp.

Method: lexicon-classes ((ts lexicon-filter))
Method: lexicon-classes ((lexicon lexicon))
Generic Function: lexicon-lookup (token lexicon)
Package

tdb.

Source

lexicon-protocol.lisp.

Methods
Method: lexicon-lookup (token (lexicon vector-lexicon))
Source

vector-lexicon.lisp.

Method: lexicon-lookup (token (lexicon suffix-lexicon))
Source

class-guesser.lisp.

Method: lexicon-lookup (token (ts lexicon-filter))
Method: lexicon-lookup (token (lexicon lexicon))
Generic Function: lexicon-open-class (lexicon)
Package

tdb.

Source

lexicon-protocol.lisp.

Methods
Method: lexicon-open-class ((ts lexicon-filter))
Method: lexicon-open-class ((lexicon lexicon))
Generic Writer: (setf lexicon-open-class) (object)
Package

tdb.

Methods
Writer Method: (setf lexicon-open-class) ((lexicon lexicon))

automatically generated writer method

Source

lexicon-protocol.lisp.

Target Slot

lexicon-open-class.

Generic Function: make-dfa (fsa)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: make-dfa ((fsa tokenizer-fsa))
Source

fsa-tokenizer.lisp.

Method: make-dfa ((fsa fsa-standard))
Source

fsa-standard.lisp.

Generic Function: make-nfa (fsa)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: make-nfa ((fsa tokenizer-fsa))
Source

fsa-tokenizer.lisp.

Method: make-nfa ((fsa fsa-standard))
Source

fsa-standard.lisp.

Generic Function: make-ordered-set (predicate fsa)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: make-ordered-set (order (fsa list-sets))
Source

list-sets.lisp.

Generic Function: make-relation (order-fn fsa)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: make-relation (order (relations skip-list-relations))
Source

skip-list-relations.lisp.

Generic Function: make-state (fsa)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: make-state ((fsa fixnum-states))
Source

standard-states.lisp.

Generic Function: make-ts (char-stream analysis &key start end)
Package

tdb.

Source

analysis-protocol.lisp.

Methods
Method: make-ts (char-stream (analysis tag-analysis) &key start end)
Source

tag-analysis.lisp.

Generic Function: map-docs (function corpus &key start end)
Package

tdb.

Source

corpus-protocol.lisp.

Generic Function: match-doc-titles (function title corpus)
Package

tdb.

Source

corpus-protocol.lisp.

Methods
Method: match-doc-titles (function title (corpus corpus))
Generic Function: minimize (fsa)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: minimize ((fsa fsa))
Generic Function: next-token (ts)
Package

tdb.

Source

analysis-protocol.lisp.

Methods
Method: next-token ((ts training-ts))
Source

tag-trainer.lisp.

Method: next-token ((ts brown-evaluation-ts))
Source

tag-brown.lisp.

Method: next-token ((stream brown-truth-ts))
Source

tag-brown.lisp.

Method: next-token ((ts fsa-tokenizer))
Source

fsa-tokenizer.lisp.

Method: next-token ((ts suffix-training-ts))
Source

class-guesser.lisp.

Method: next-token ((ts print-tagging-ts))
Source

tag-analysis.lisp.

Method: next-token ((stream tagging-ts))
Source

tag-analysis.lisp.

Method: next-token ((ts lexicon-filter))
Source

lexicon-protocol.lisp.

Generic Function: open-corpus (corpus)
Package

tdb.

Source

corpus-protocol.lisp.

Methods
Method: open-corpus ((corpus corpus))
Generic Function: open-doc (id corpus)
Package

tdb.

Source

corpus-protocol.lisp.

Generic Reader: paragraph-start-pos (ts)
Package

tdb.

Source

analysis-protocol.lisp.

Methods
Reader Method: paragraph-start-pos ((tagging-ts tagging-ts))

automatically generated reader method

Source

tag-analysis.lisp.

Target Slot

paragraph-start-pos.

Generic Writer: (setf paragraph-start-pos) (pos)
Package

tdb.

Source

analysis-protocol.lisp.

Methods
Writer Method: (setf paragraph-start-pos) ((tagging-ts tagging-ts))

automatically generated writer method

Source

tag-analysis.lisp.

Target Slot

paragraph-start-pos.

Generic Function: print-token-stream (ts output &optional limit)
Package

fsa-tokenizer.

Methods
Method: print-token-stream ((ts ts) output &optional limit)
Source

fsa-tokenizer.lisp.

Generic Function: relation-empty-p (relation)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: relation-empty-p ((relation skip-list-relation))
Source

skip-list-relations.lisp.

Generic Function: relation-get (x relation)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: relation-get (key (relation skip-list-relation))
Source

skip-list-relations.lisp.

Generic Function: (setf relation-get) (x relation)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: (setf relation-get) (key (relation skip-list-relation))
Source

skip-list-relations.lisp.

Generic Function: relation-map (fn relation)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: relation-map (fn (relation skip-list-relation))
Source

skip-list-relations.lisp.

Generic Reader: sentence-start-pos (ts)
Package

tdb.

Source

analysis-protocol.lisp.

Methods
Reader Method: sentence-start-pos ((tagging-ts tagging-ts))

automatically generated reader method

Source

tag-analysis.lisp.

Target Slot

sentence-start-pos.

Generic Writer: (setf sentence-start-pos) (pos)
Package

tdb.

Source

analysis-protocol.lisp.

Methods
Writer Method: (setf sentence-start-pos) ((tagging-ts tagging-ts))

automatically generated writer method

Source

tag-analysis.lisp.

Target Slot

sentence-start-pos.

Generic Function: set-clear (set)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: set-clear ((set list-set))
Source

list-sets.lisp.

Generic Function: set-copy (set)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: set-copy ((set list-set))
Source

list-sets.lisp.

Generic Function: set-empty-p (set)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: set-empty-p ((set list-set))
Source

list-sets.lisp.

Generic Function: set-insert (element set)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: set-insert (element (set list-set))
Source

list-sets.lisp.

Generic Function: set-intersect (set1 set2)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: set-intersect ((set-1 list-set) (set-2 list-set))
Source

list-sets.lisp.

Generic Function: set-length (set)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: set-length ((set list-set))
Source

list-sets.lisp.

Generic Function: set-map (fn set)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: set-map (fn (set list-set))
Source

list-sets.lisp.

Generic Function: set-member-p (element set)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: set-member-p (elt (set list-set))
Source

list-sets.lisp.

Generic Function: set-minus (set1 set2)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: set-minus ((set-1 list-set) (set-2 list-set))
Source

list-sets.lisp.

Generic Function: set-order-fn (set)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: set-order-fn ((set list-set))
Source

list-sets.lisp.

Generic Function: set-union (set1 set2)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: set-union ((set-1 list-set) (set-2 list-set))
Source

list-sets.lisp.

Generic Function: state-order-fn (fsa)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: state-order-fn ((fsa fixnum-states))
Source

standard-states.lisp.

Generic Reader: suffix-pathname (object)
Package

class-guesser.

Methods
Reader Method: suffix-pathname ((suffix-lexicon suffix-lexicon))

automatically generated reader method

Source

class-guesser.lisp.

Target Slot

suffix-pathname.

Generic Writer: (setf suffix-pathname) (object)
Package

class-guesser.

Methods
Writer Method: (setf suffix-pathname) ((suffix-lexicon suffix-lexicon))

automatically generated writer method

Source

class-guesser.lisp.

Target Slot

suffix-pathname.

Generic Function: symbol-order-fn (fsa)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: symbol-order-fn ((fsa transducer-symbols))
Source

standard-symbols.lisp.

Method: symbol-order-fn ((fsa standard-symbols))
Source

standard-symbols.lisp.

Method: symbol-order-fn ((fsa fixnum-symbols))
Source

standard-symbols.lisp.

Method: symbol-order-fn ((fsa symbol-symbols))
Source

standard-symbols.lisp.

Method: symbol-order-fn ((fsa char-symbols))
Source

standard-symbols.lisp.

Method: symbol-order-fn :around ((fsa nfa))
Generic Reader: tagger-pathname (object)
Package

tag-basics.

Methods
Reader Method: tagger-pathname ((basic-tag-ts basic-tag-ts))

automatically generated reader method

Source

tag-basics.lisp.

Target Slot

tagger-pathname.

Generic Writer: (setf tagger-pathname) (object)
Package

tag-basics.

Methods
Writer Method: (setf tagger-pathname) ((basic-tag-ts basic-tag-ts))

automatically generated writer method

Source

tag-basics.lisp.

Target Slot

tagger-pathname.

Generic Reader: tagger-symbol-biases (object)
Package

tag-basics.

Methods
Reader Method: tagger-symbol-biases ((basic-tag-ts basic-tag-ts))

automatically generated reader method

Source

tag-basics.lisp.

Target Slot

tagger-symbol-biases.

Generic Writer: (setf tagger-symbol-biases) (object)
Package

tag-basics.

Methods
Writer Method: (setf tagger-symbol-biases) ((basic-tag-ts basic-tag-ts))

automatically generated writer method

Source

tag-basics.lisp.

Target Slot

tagger-symbol-biases.

Generic Reader: tagger-transition-biases (object)
Package

tag-basics.

Methods
Reader Method: tagger-transition-biases ((basic-tag-ts basic-tag-ts))

automatically generated reader method

Source

tag-basics.lisp.

Target Slot

tagger-transition-biases.

Generic Writer: (setf tagger-transition-biases) (object)
Package

tag-basics.

Methods
Writer Method: (setf tagger-transition-biases) ((basic-tag-ts basic-tag-ts))

automatically generated writer method

Source

tag-basics.lisp.

Target Slot

tagger-transition-biases.

Generic Function: token-class (stream)
Package

tag-analysis.

Methods
Method: token-class ((stream tagging-ts))
Source

tag-analysis.lisp.

Generic Function: token-end-pos (ts)
Package

tdb.

Source

analysis-protocol.lisp.

Methods
Reader Method: token-end-pos ((fsa-tokenizer fsa-tokenizer))

automatically generated reader method

Source

fsa-tokenizer.lisp.

Target Slot

token-end-pos.

Method: token-end-pos ((stream tagging-ts))
Source

tag-analysis.lisp.

Generic Function: (setf token-end-pos) (pos)
Package

tdb.

Source

analysis-protocol.lisp.

Methods
Method: (setf token-end-pos) ((ts fsa-tokenizer))
Source

fsa-tokenizer.lisp.

Generic Function: token-start-pos (ts)
Package

tdb.

Source

analysis-protocol.lisp.

Methods
Reader Method: token-start-pos ((fsa-tokenizer fsa-tokenizer))

automatically generated reader method

Source

fsa-tokenizer.lisp.

Target Slot

token-start-pos.

Method: token-start-pos ((stream tagging-ts))
Source

tag-analysis.lisp.

Generic Reader: tokenizer-fsa (object)
Package

fsa-tokenizer.

Methods
Reader Method: tokenizer-fsa ((fsa-tokenizer fsa-tokenizer))

automatically generated reader method

Source

fsa-tokenizer.lisp.

Target Slot

tokenizer-fsa.

Generic Reader: ts-char-stream (object)
Package

tdb.

Methods
Reader Method: ts-char-stream ((char-ts char-ts))

automatically generated reader method

Source

analysis-protocol.lisp.

Target Slot

char-stream.

Generic Writer: (setf ts-char-stream) (object)
Package

tdb.

Methods
Writer Method: (setf ts-char-stream) ((char-ts char-ts))

automatically generated writer method

Source

analysis-protocol.lisp.

Target Slot

char-stream.

Generic Reader: ts-doc-id (object)
Package

tdb.

Methods
Reader Method: ts-doc-id ((ts ts))

automatically generated reader method

Source

analysis-protocol.lisp.

Target Slot

doc-id.

Generic Writer: (setf ts-doc-id) (object)
Package

tdb.

Methods
Writer Method: (setf ts-doc-id) ((ts ts))

automatically generated writer method

Source

analysis-protocol.lisp.

Target Slot

doc-id.

Generic Reader: ts-lexicon (object)
Package

tdb.

Methods
Reader Method: ts-lexicon ((lexicon-filter lexicon-filter))

automatically generated reader method

Source

lexicon-protocol.lisp.

Target Slot

lexicon.

Generic Writer: (setf ts-lexicon) (object)
Package

tdb.

Methods
Writer Method: (setf ts-lexicon) ((lexicon-filter lexicon-filter))

automatically generated writer method

Source

lexicon-protocol.lisp.

Target Slot

lexicon.

Generic Function: ts-types (ts)
Package

tdb.

Source

analysis-protocol.lisp.

Methods
Method: ts-types ((ts fsa-tokenizer))
Source

fsa-tokenizer.lisp.

Generic Function: update-corpus (corpus)
Package

tdb.

Source

corpus-protocol.lisp.

Methods
Method: update-corpus ((corpus corpus))
Generic Function: write-tag-state (ts)
Package

tag-basics.

Methods
Method: write-tag-state ((ts training-ts))
Source

tag-trainer.lisp.

Method: write-tag-state ((ts basic-tag-ts))
Source

tag-basics.lisp.

Generic Function: write-vector-lexicon (lexicon pathname)
Package

vector-lexicon.

Methods
Method: write-vector-lexicon ((lexicon vector-lexicon) pathname)
Source

vector-lexicon.lisp.


6.1.6 Standalone methods

Method: initialize-instance :after ((fsa fsa) &key &allow-other-keys)
Source

fsa-basics.lisp.

Method: initialize-instance :after ((ts basic-tag-ts) &key &allow-other-keys)
Source

tag-basics.lisp.

Method: initialize-instance :after ((ts tagging-ts) &key char-stream start end &allow-other-keys)
Source

tag-analysis.lisp.

Method: initialize-instance ((lexicon vector-lexicon) &rest rest &key lexicon-size &allow-other-keys)
Source

vector-lexicon.lisp.

Method: initialize-instance :after ((ts training-ts) &key char-stream start end &allow-other-keys)
Source

tag-trainer.lisp.

Method: initialize-instance :after ((ts fsa-tokenizer) &key &allow-other-keys)
Source

fsa-tokenizer.lisp.

Method: initialize-instance :before ((lexicon lexicon) &key lexicon-open-class &allow-other-keys)
Source

lexicon-protocol.lisp.

Method: initialize-instance :after ((ts suffix-training-ts) &key char-stream start end &allow-other-keys)
Source

class-guesser.lisp.

Method: make-load-form ((fsa fsa) &optional env)
Source

fsa-basics.lisp.

Method: print-object ((object skip-list) stream)
Source

skip-list.lisp.

Method: print-object ((object sstring-buffer) stream)
Source

ssb.lisp.

Method: print-object ((object ordered-io-fns) stream)
Source

io-structs.lisp.

Method: print-object ((object io-fns) stream)
Source

io-structs.lisp.

Method: print-object ((relation skip-list-relation) stream)
Source

skip-list-relations.lisp.

Method: print-object ((object svb) stream)
Source

svb.lisp.

Method: print-object ((object storage-bucket) stream)
Source

variable-storage.lisp.

Method: print-object ((object trie) stream)
Source

trie.lisp.

Method: print-object ((set list-set) stream)
Source

list-sets.lisp.

Method: print-object ((object hmm) stream)
Source

hmm.lisp.

Method: print-object ((object hmm-est) stream)
Source

hmm.lisp.

Method: reinitialize-instance :after ((stream tagging-ts) &key char-stream start end &allow-other-keys)
Source

tag-analysis.lisp.

Method: reinitialize-instance :before ((lexicon vector-lexicon) &key &allow-other-keys)
Source

vector-lexicon.lisp.

Method: reinitialize-instance :after ((stream training-ts) &key char-stream start end &allow-other-keys)
Source

tag-trainer.lisp.

Method: reinitialize-instance :after ((stream suffix-training-ts) &key char-stream start end &allow-other-keys)
Source

class-guesser.lisp.

Method: shared-initialize :after ((relation skip-list-relation) slots &key order-fn &allow-other-keys)
Source

skip-list-relations.lisp.

Method: shared-initialize :after ((lexicon vector-lexicon) slots &key &allow-other-keys)
Source

vector-lexicon.lisp.

Method: shared-initialize :after ((ts fsa-tokenizer) slots &key char-stream start end &allow-other-keys)
Source

fsa-tokenizer.lisp.

Method: shared-initialize :around ((stream char-ts) slots &rest rest &key char-stream start end &allow-other-keys)
Source

analysis-protocol.lisp.

Method: shared-initialize :after ((lexicon suffix-lexicon) slots &key &allow-other-keys)
Source

class-guesser.lisp.


6.1.7 Structures

Structure: hmm
Package

hmm.

Source

hmm.lisp.

Direct superclasses

structure-object.

Direct methods

print-object.

Direct slots
Slot: n
Type

fixnum

Initform

0

Readers

hmm-n.

Writers

(setf hmm-n).

Slot: m
Type

fixnum

Initform

0

Readers

hmm-m.

Writers

(setf hmm-m).

Slot: pi
Type

vector-resource:single-float-vector

Initform

(vector-resource:make-sfv 0)

Readers

hmm-pi.

Writers

(setf hmm-pi).

Slot: a
Type

simple-vector

Initform

(quote #())

Readers

hmm-a.

Writers

(setf hmm-a).

Slot: b
Type

simple-vector

Initform

(quote #())

Readers

hmm-b.

Writers

(setf hmm-b).

Structure: hmm-est
Package

hmm.

Source

hmm.lisp.

Direct superclasses

structure-object.

Direct methods

print-object.

Direct slots
Slot: n
Type

fixnum

Initform

0

Readers

hmm-est-n.

Writers

(setf hmm-est-n).

Slot: m
Type

fixnum

Initform

0

Readers

hmm-est-m.

Writers

(setf hmm-est-m).

Slot: log-pi
Type

vector-resource:single-float-vector

Initform

(vector-resource:make-sfv 0)

Readers

hmm-est-log-pi.

Writers

(setf hmm-est-log-pi).

Slot: log-a
Type

simple-vector

Initform

(quote #())

Readers

hmm-est-log-a.

Writers

(setf hmm-est-log-a).

Slot: log-b
Type

simple-vector

Initform

(quote #())

Readers

hmm-est-log-b.

Writers

(setf hmm-est-log-b).

Slot: probs
Type

vector-resource:single-float-vector

Initform

(vector-resource:make-sfv 0)

Readers

hmm-est-probs.

Writers

(setf hmm-est-probs).

Slot: maxes
Type

vector-resource:single-float-vector

Initform

(vector-resource:make-sfv 0)

Readers

hmm-est-maxes.

Writers

(setf hmm-est-maxes).

Slot: resource
Readers

hmm-est-resource.

Writers

(setf hmm-est-resource).

Structure: io-fns
Package

binary-io.

Source

io-structs.lisp.

Direct superclasses

structure-object.

Direct subclasses

ordered-io-fns.

Direct methods

print-object.

Direct slots
Slot: io-fns-name
Readers

io-fns-name.

Writers

This slot is read-only.

Slot: io-size-fn-name
Type

(or symbol list)

Readers

io-size-fn-name.

Writers

(setf io-size-fn-name).

Slot: io-size-fn
Type

function

Initform

(function (lambda (binary-io::obj) (declare (ignore binary-io::obj)) 0))

Readers

io-size-fn.

Writers

(setf io-size-fn).

Slot: io-read-fn-name
Type

(or symbol list)

Readers

io-read-fn-name.

Writers

(setf io-read-fn-name).

Slot: io-read-fn
Type

function

Initform

(function (lambda (stream) (declare (ignore stream)) nil))

Readers

io-read-fn.

Writers

(setf io-read-fn).

Slot: io-write-fn-name
Type

(or symbol list)

Readers

io-write-fn-name.

Writers

(setf io-write-fn-name).

Slot: io-write-fn
Type

function

Initform

(function (lambda (binary-io::obj stream) (declare (ignore binary-io::obj stream)) nil))

Readers

io-write-fn.

Writers

(setf io-write-fn).

Slot: io-free-fn-name
Type

(or symbol list)

Readers

io-free-fn-name.

Writers

(setf io-free-fn-name).

Slot: io-free-fn
Type

(or null function)

Readers

io-free-fn.

Writers

(setf io-free-fn).

Slot: io-copy-fn-name
Type

(or symbol list)

Readers

io-copy-fn-name.

Writers

(setf io-copy-fn-name).

Slot: io-copy-fn
Type

(or null function)

Readers

io-copy-fn.

Writers

(setf io-copy-fn).

Structure: ordered-io-fns
Package

binary-io.

Source

io-structs.lisp.

Direct superclasses

io-fns.

Direct methods

print-object.

Direct slots
Slot: order-fn-name
Type

(or symbol list)

Readers

io-order-fn-name.

Writers

(setf io-order-fn-name).

Slot: order-fn
Type

function

Initform

(function (lambda (binary-io::x binary-io::y) (declare (ignore binary-io::x binary-io::y)) :equal))

Readers

io-order-fn.

Writers

(setf io-order-fn).

Structure: skip-list
Package

skip-list.

Source

skip-list.lisp.

Direct superclasses

structure-object.

Direct methods

print-object.

Direct slots
Slot: length
Package

common-lisp.

Type

fixnum

Initform

0

Readers

skip-list-length.

Writers

(setf skip-list-length).

Slot: header
Initform

(make-array (1+ skip-list::+max-level+) :initial-element nil)

Readers

skip-list-header.

Writers

(setf skip-list-header).

Slot: finger
Initform

(make-array (1+ skip-list::+max-level+))

Readers

skip-list-finger.

Writers

(setf skip-list-finger).

Slot: level
Type

fixnum

Initform

(1- skip-list::+first-level+)

Readers

skip-list-level.

Writers

(setf skip-list-level).

Slot: order-fn
Type

function

Initform

(function (lambda (skip-list::x skip-list::y) (declare (ignore skip-list::x skip-list::y)) :equal))

Readers

skip-list-order-fn.

Writers

(setf skip-list-order-fn).

Structure: svb
Package

svb.

Source

svb.lisp.

Direct superclasses

structure-object.

Direct methods

print-object.

Direct slots
Slot: buffer
Type

simple-vector

Initform

(make-array 0)

Readers

svb-buffer.

Writers

(setf svb-buffer).

Slot: pointer
Type

fixnum

Initform

0

Readers

svb-pointer.

Writers

(setf svb-pointer).

Slot: size
Type

fixnum

Initform

svb::*default-svb-size*

Readers

svb-size.

Writers

(setf svb-size).

Structure: trie
Package

trie.

Source

trie.lisp.

Direct superclasses

structure-object.

Direct methods

print-object.

Direct slots
Slot: root-value
Readers

trie-root-value.

Writers

(setf trie-root-value).

Slot: root-subnodes
Type

svb:svb

Initform

(svb:make-svb 0)

Readers

trie-root-subnodes.

Writers

(setf trie-root-subnodes).

Slot: key-fn
Type

(or null function)

Readers

trie-key-fn.

Writers

(setf trie-key-fn).

Slot: inverse-key-fn
Type

(or null function)

Readers

trie-inverse-key-fn.

Writers

(setf trie-inverse-key-fn).


6.1.8 Classes

Class: analysis
Package

tdb.

Source

analysis-protocol.lisp.

Direct subclasses

tag-analysis.

Class: basic-tag-ts
Package

tag-basics.

Source

tag-basics.lisp.

Direct superclasses
Direct subclasses

brown-tokenizer.

Direct methods
Direct slots
Slot: ts-tag-vector
Initargs

:tags

Readers

ts-tag-vector.

Writers

(setf ts-tag-vector).

Slot: ts-tag-trie
Readers

ts-tag-trie.

Writers

(setf ts-tag-trie).

Slot: ts-class-vector
Initargs

:classes

Readers

ts-class-vector.

Writers

(setf ts-class-vector).

Slot: ts-class-trie
Readers

ts-class-trie.

Writers

(setf ts-class-trie).

Slot: tagger-pathname
Initargs

:tagger-pathname

Readers

tagger-pathname.

Writers

(setf tagger-pathname).

Slot: tagger-symbol-biases
Initform

(quote nil)

Initargs

:symbol-biases

Readers

tagger-symbol-biases.

Writers

(setf tagger-symbol-biases).

Slot: tagger-transition-biases
Initform

(quote nil)

Initargs

:transition-biases

Readers

tagger-transition-biases.

Writers

(setf tagger-transition-biases).

Class: brown-tokenizer
Package

tag-brown.

Source

tag-brown.lisp.

Direct superclasses

basic-tag-ts.

Direct subclasses

english-tokenizer.

Direct Default Initargs
InitargValue
:lexicon(or *brown-lexicon* (setq *brown-lexicon* (make-instance (quote brown-lexicon))))
:tagger-pathname(tdb-pathname data brown brown)
:tokenizer-fsa*brown-tokenizer-fsa*
:transition-biases*brown-transition-biases*
:symbol-biases(quasiquote ((valid (nn np) nn) (valid (jj np) jj) (valid (ap ql rb) ap ql) (valid (cs in) in) (valid #s(comma :expr *brown-open-class* :kind 0) nn nns np nps)))
Class: char-symbols
Package

standard-symbols.

Source

standard-symbols.lisp.

Direct methods

symbol-order-fn.

Class: char-ts
Package

tdb.

Source

analysis-protocol.lisp.

Direct superclasses

ts.

Direct subclasses
Direct methods
Direct slots
Slot: char-stream
Initargs

:char-stream

Readers

ts-char-stream.

Writers

(setf ts-char-stream).

Class: corpus
Package

tdb.

Source

corpus-protocol.lisp.

Direct methods
Class: dfa
Package

finite-state-automata.

Source

fsa-basics.lisp.

Direct superclasses

fsa.

Direct subclasses
Direct methods
Class: dfa-standard
Package

fsa-standard.

Source

fsa-standard.lisp.

Direct superclasses
Class: english-tokenizer
Package

tag-english.

Source

tag-english.lisp.

Direct superclasses

brown-tokenizer.

Direct Default Initargs
InitargValue
:tokenizer-fsa*english-tokenizer-fsa*
Class: fixnum-states
Package

standard-states.

Source

standard-states.lisp.

Direct subclasses

fsa-standard.

Direct methods
Direct slots
Slot: last-state
Initform

-1

Readers

last-state.

Writers

(setf last-state).

Class: fixnum-symbols
Package

standard-symbols.

Source

standard-symbols.lisp.

Direct methods

symbol-order-fn.

Class: fsa
Package

finite-state-automata.

Source

fsa-basics.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: fsa-delta
Initargs

:delta

Readers

fsa-delta.

Writers

(setf fsa-delta).

Slot: fsa-start-state
Initargs

:start-state

Readers

fsa-start-state.

Writers

(setf fsa-start-state).

Slot: fsa-final-states
Initargs

:final-states

Readers

fsa-final-states.

Writers

(setf fsa-final-states).

Class: fsa-standard
Package

fsa-standard.

Source

fsa-standard.lisp.

Direct superclasses
Direct subclasses
Direct methods
Class: fsa-tokenizer
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Direct superclasses

char-ts.

Direct subclasses

basic-tag-ts.

Direct methods
Direct slots
Slot: token-end-pos
Package

tdb.

Type

fixnum

Initargs

:start

Readers

token-end-pos.

Writers

This slot is read-only.

Slot: token-start-pos
Package

tdb.

Type

fixnum

Readers

token-start-pos.

Writers

This slot is read-only.

Slot: tokenizer-fsa
Initform

fsa-tokenizer::*english-tokenizer-fsa*

Initargs

:tokenizer-fsa

Readers

tokenizer-fsa.

Writers

This slot is read-only.

Slot: tokenizer-tt
Readers

tokenizer-tt.

Writers

This slot is read-only.

Slot: stream-head
Initform

(fsa-tokenizer::make-stream-head)

Class: lexicon
Package

tdb.

Source

lexicon-protocol.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: lexicon-open-class
Writers

(setf lexicon-open-class).

Class: lexicon-filter
Package

tdb.

Source

lexicon-protocol.lisp.

Direct superclasses

token-filter.

Direct subclasses

basic-tag-ts.

Direct methods
Direct slots
Slot: lexicon
Initargs

:lexicon

Readers

ts-lexicon.

Writers

(setf ts-lexicon).

Class: list-set
Package

list-sets.

Source

list-sets.lisp.

Direct superclasses

ordered-set.

Direct methods
Direct slots
Slot: order
Initargs

:order-fn

Readers

list-order.

Writers

(setf list-order).

Slot: head
Type

list

Initform

(quote nil)

Initargs

:contents

Readers

list-head.

Writers

(setf list-head).

Class: list-sets
Package

list-sets.

Source

list-sets.lisp.

Direct subclasses

fsa-standard.

Direct methods

make-ordered-set.

Class: nfa
Package

finite-state-automata.

Source

fsa-basics.lisp.

Direct superclasses

fsa.

Direct subclasses
Direct methods
Class: nfa-standard
Package

fsa-standard.

Source

fsa-standard.lisp.

Direct superclasses
Class: ordered-set
Package

finite-state-automata.

Source

fsa-basics.lisp.

Direct subclasses

list-set.

Direct methods
Class: relation
Package

finite-state-automata.

Source

fsa-basics.lisp.

Direct subclasses

skip-list-relation.

Class: skip-list-relation
Package

skip-list-relations.

Source

skip-list-relations.lisp.

Direct superclasses

relation.

Direct methods
Direct slots
Slot: skip-list
Package

skip-list.

Initargs

:skip-list

Readers

relation-skip-list.

Writers

(setf relation-skip-list).

Class: skip-list-relations
Package

skip-list-relations.

Source

skip-list-relations.lisp.

Direct subclasses

fsa-standard.

Direct methods

make-relation.

Class: standard-symbols
Package

standard-symbols.

Source

standard-symbols.lisp.

Direct subclasses

fsa-standard.

Direct methods

symbol-order-fn.

Class: suffix-lexicon
Package

class-guesser.

Source

class-guesser.lisp.

Direct superclasses

lexicon.

Direct subclasses

brown-lexicon.

Direct methods
Direct slots
Slot: suffix-trie
Readers

suffix-trie.

Writers

(setf suffix-trie).

Slot: suffix-pathname
Initargs

:suffix-pathname

Readers

suffix-pathname.

Writers

(setf suffix-pathname).

Class: symbol-symbols
Package

standard-symbols.

Source

standard-symbols.lisp.

Direct methods

symbol-order-fn.

Class: tag-analysis
Package

tag-analysis.

Source

tag-analysis.lisp.

Direct superclasses

analysis.

Direct methods

make-ts.

Class: tagging-ts
Package

tag-analysis.

Source

tag-analysis.lisp.

Direct superclasses

ts.

Direct subclasses
Direct methods
Direct slots
Slot: ts-hmm-est
Initargs

:hmm-est

Readers

ts-hmm-est.

Writers

(setf ts-hmm-est).

Slot: sentence-start-pos
Package

tdb.

Type

fixnum

Initargs

tag-analysis::start

Readers

sentence-start-pos.

Writers

(setf sentence-start-pos).

Slot: paragraph-start-pos
Package

tdb.

Type

fixnum

Initargs

tag-analysis::start

Readers

paragraph-start-pos.

Writers

(setf paragraph-start-pos).

Slot: sent-svb
Initform

(svb:make-svb)

Slot: hmm-svb
Initform

(svb:make-svb)

Slot: sent-pointer
Type

fixnum

Initform

0

Slot: dict-ts
Initargs

:dict-ts

Readers

dict-ts.

Writers

(setf dict-ts).

Class: token-filter
Package

tdb.

Source

analysis-protocol.lisp.

Direct subclasses
Class: tokenizer-fsa
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Direct superclasses

fsa-standard.

Direct subclasses
Direct methods
Direct slots
Slot: fsa-types
Readers

fsa-types.

Writers

(setf fsa-types).

Slot: fsa-backups
Readers

fsa-backups.

Writers

(setf fsa-backups).

Class: transducer-symbols
Package

standard-symbols.

Source

standard-symbols.lisp.

Direct methods

symbol-order-fn.

Class: ts
Package

tdb.

Source

analysis-protocol.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: doc-id
Initargs

:doc-id

Readers

ts-doc-id.

Writers

(setf ts-doc-id).

Class: vector-lexicon
Package

vector-lexicon.

Source

vector-lexicon.lisp.

Direct superclasses

lexicon.

Direct subclasses

brown-lexicon.

Direct methods
Direct slots
Slot: vl-pathname
Initargs

:lexicon-pathname

Readers

vl-pathname.

Writers

(setf vl-pathname).

Slot: vl-surface
Type

svb:svb

Initargs

:surface

Readers

vl-surface.

Writers

(setf vl-surface).

Slot: vl-classes
Type

svb:svb

Initargs

:classes

Readers

vl-classes.

Writers

(setf vl-classes).

Slot: vl-stems
Type

svb:svb

Initargs

:stems

Readers

vl-stems.

Writers

(setf vl-stems).

Slot: vl-class-tags
Type

simple-vector

Initform

#()

Readers

vl-class-tags.

Writers

(setf vl-class-tags).


6.1.9 Types

Type: byte16 ()
Package

cl-extensions.

Source

cl-extensions.lisp.

Type: byte28 ()
Package

cl-extensions.

Source

cl-extensions.lisp.

Type: byte32 ()
Package

cl-extensions.

Source

cl-extensions.lisp.

Type: byte32-vector ()
Package

vector-resource.

Source

vector-resource.lisp.

Type: byte7 ()
Package

cl-extensions.

Source

cl-extensions.lisp.

Type: byte8 ()
Package

cl-extensions.

Source

cl-extensions.lisp.

Type: fixnum-vector ()
Package

vector-resource.

Source

vector-resource.lisp.

Type: int29 ()
Package

cl-extensions.

Source

cl-extensions.lisp.

Type: single-float-vector ()
Package

vector-resource.

Source

vector-resource.lisp.

Type: swapped-byte32 ()
Package

binary-io.

Source

io-builtin.lisp.


6.2 Internals


6.2.1 Constants

Constant: +char-code-bits+
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Constant: +end-buckets+
Package

variable-storage.

Source

variable-storage.lisp.

Constant: +first-level+
Package

skip-list.

Source

skip-list.lisp.

Constant: +largest-bucket+
Package

variable-storage.

Source

variable-storage.lisp.

Constant: +max-level+
Package

skip-list.

Source

skip-list.lisp.

Constant: +max-sv-length+
Package

sv-resource.

Source

sv-resource.lisp.

Constant: +negative-infinity+
Package

hmm.

Source

hmm.lisp.

Constant: +significant-bit-mask+
Package

variable-storage.

Source

variable-storage.lisp.

Constant: +significant-bit-shift+
Package

variable-storage.

Source

variable-storage.lisp.

Constant: +significant-bits+
Package

variable-storage.

Source

variable-storage.lisp.


6.2.2 Special variables

Special Variable: *all-buckets*
Package

variable-storage.

Source

variable-storage.lisp.

Special Variable: *allocated-items*
Package

variable-storage.

Source

variable-storage.lisp.

Special Variable: *brown-lexicon*
Package

tag-brown.

Source

tag-brown.lisp.

Special Variable: *brown-open-class*
Package

tag-brown.

Source

tag-brown.lisp.

Special Variable: *brown-tokenizer-fsa*
Package

tag-brown.

Source

tag-brown.lisp.

Special Variable: *brown-transition-biases*
Package

tag-brown.

Source

tag-brown.lisp.

Special Variable: *byte32v-storage*
Package

vector-resource.

Source

vector-resource.lisp.

Special Variable: *cons-cells*

Free list of CONS cells linked by CDR

Package

cons-resource.

Source

cons-resource.lisp.

Special Variable: *default-ssb-size*
Package

ssb.

Source

ssb.lisp.

Special Variable: *default-svb-size*
Package

svb.

Source

svb.lisp.

Special Variable: *english-tokenizer-fsa*
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Special Variable: *fixv-storage*
Package

vector-resource.

Source

vector-resource.lisp.

Special Variable: *fns-being-debugged*
Package

binary-io.

Source

io-structs.lisp.

Special Variable: *free-bt-head*
Package

tag-analysis.

Source

tag-analysis.lisp.

Special Variable: *free-nodes*
Package

skip-list.

Source

skip-list.lisp.

Special Variable: *free-skip-lists*
Package

skip-list.

Source

skip-list.lisp.

Special Variable: *hash-storage-p*
Package

variable-storage.

Source

variable-storage.lisp.

Special Variable: *io-fns*
Package

binary-io.

Source

io-structs.lisp.

Special Variable: *line-length*
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Special Variable: *line-width*
Package

tdb.

Source

analysis-protocol.lisp.

Special Variable: *lower-case*
Package

binary-io.

Source

io-builtin.lisp.

Special Variable: *sfv-storage*
Package

vector-resource.

Source

vector-resource.lisp.

Special Variable: *storage-count*
Package

variable-storage.

Source

variable-storage.lisp.

Special Variable: *string-fill-pointers*
Package

string-resource.

Source

string-resource.lisp.

Special Variable: *string-table*
Package

string-resource.

Source

string-resource.lisp.

Special Variable: *string-table-lengths*
Package

string-resource.

Source

string-resource.lisp.

Special Variable: *suffix-limit*
Package

class-guesser.

Source

class-guesser.lisp.

Special Variable: *sv-fill-pointers*
Package

sv-resource.

Source

sv-resource.lisp.

Special Variable: *sv-storage*
Package

vector-resource.

Source

vector-resource.lisp.

Special Variable: *sv-table*
Package

sv-resource.

Source

sv-resource.lisp.

Special Variable: *sv-table-lengths*
Package

sv-resource.

Source

sv-resource.lisp.

Special Variable: *tag-iterations*
Package

tag-trainer.

Source

tag-trainer.lisp.

Special Variable: *tag-quantum*
Package

tag-trainer.

Source

tag-trainer.lisp.

Special Variable: *tdb-binary-subdirectory*
Package

tdb.

Source

tdb-sysdcl-sysdcl.lisp.

Special Variable: *tdb-systems*
Package

tdb.

Source

tdb-sysdcl-sysdcl.lisp.

Special Variable: *the-class-t*
Package

cl-extensions.

Source

cl-extensions.lisp.


6.2.3 Macros

Macro: ash-1 (i count)
Package

variable-storage.

Source

variable-storage.lisp.

Macro: coin-toss ()
Package

skip-list.

Source

skip-list.lisp.

Macro: define-vector-resource (element-type &key resource-type conc-name fill-default arithmetic-p)
Package

vector-resource.

Source

vector-resource.lisp.

Macro: defun-compile-time (name args &body body)
Package

tagger.internal.

Source

cltl1-compat.lisp.

Macro: delta-ref (delta state symbol)
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Macro: do-nodes ((node-var skip-list) &body body)
Package

skip-list.

Source

skip-list.lisp.

Macro: do-plist ((key val plist) &body body)
Package

tag-brown.

Source

tag-brown.lisp.

Macro: do-plist ((key value plist) &body body)
Package

class-guesser.

Source

class-guesser.lisp.

Macro: f+ (x y)
Package

variable-storage.

Source

variable-storage.lisp.

Macro: fash (x y)
Package

variable-storage.

Source

variable-storage.lisp.

Macro: fast-alpha-char-p (char)
Package

tag-brown.

Source

tag-brown.lisp.

Macro: fits-bucket-p (size)
Package

variable-storage.

Source

variable-storage.lisp.

Macro: int (n)
Package

variable-storage.

Source

variable-storage.lisp.

Macro: make-keyword (string)
Package

vector-lexicon.

Source

vector-lexicon.lisp.

Macro: node-key (node)
Package

skip-list.

Source

skip-list.lisp.

Macro: node-level (node)
Package

skip-list.

Source

skip-list.lisp.

Macro: node-next (node)
Package

skip-list.

Source

skip-list.lisp.

Macro: node-value (node)
Package

skip-list.

Source

skip-list.lisp.

Macro: string-fill-pointer (length)
Package

string-resource.

Source

string-resource.lisp.

Macro: string-table-length (length)
Package

string-resource.

Source

string-resource.lisp.

Macro: sv-fill-pointer (length)
Package

sv-resource.

Source

sv-resource.lisp.

Macro: sv-table-length (length)
Package

sv-resource.

Source

sv-resource.lisp.

Macro: top-node (skip-list)
Package

skip-list.

Source

skip-list.lisp.

Macro: vl-length (vl)
Package

vector-lexicon.

Source

vector-lexicon.lisp.


6.2.4 Ordinary functions

Function: %alloc-byte32v (size &optional will-reclaim-p)
Package

vector-resource.

Source

vector-resource.lisp.

Function: %alloc-fixv (size &optional will-reclaim-p)
Package

vector-resource.

Source

vector-resource.lisp.

Function: %alloc-sfv (size &optional will-reclaim-p)
Package

vector-resource.

Source

vector-resource.lisp.

Function: %alloc-sv (size &optional will-reclaim-p)
Package

vector-resource.

Source

vector-resource.lisp.

Function: %make-hmm-est (&key n m log-pi log-a log-b probs maxes resource)
Package

hmm.

Source

hmm.lisp.

Function: %make-skip-list (&optional order-fn)
Package

skip-list.

Source

skip-list.lisp.

Function: %make-ssb (buffer size)
Package

ssb.

Source

ssb.lisp.

Function: %make-svb (buffer size)
Package

svb.

Source

svb.lisp.

Function: %print-io-fns (fns stream depth)
Package

binary-io.

Source

io-structs.lisp.

Function: %print-skip-list (skip-list stream depth)
Package

skip-list.

Source

skip-list.lisp.

Function: %print-ssb (ssb stream depth)
Package

ssb.

Source

ssb.lisp.

Function: %print-svb (svb stream depth)
Package

svb.

Source

svb.lisp.

Function: %print-trie (trie stream depth)
Package

trie.

Source

trie.lisp.

Function: add-arcs (arcs relation)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Function: add-dests (states symbol relation)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Function: adjust-stream-head (length sh)
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Function: advance-finger (key skip-list)
Package

skip-list.

Source

skip-list.lisp.

Function: all-stems-identical-p (stems)
Package

vector-lexicon.

Source

vector-lexicon.lisp.

Function: alloc-bt (form start-pos end-pos class)
Package

tag-analysis.

Source

tag-analysis.lisp.

Function: apply-tokenizer (sh tt)
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Function: bias-hmm (hmm transition-biases symbol-biases)
Package

tag-trainer.

Source

tag-trainer.lisp.

Function: binary-search (key vector &optional end)
Package

vector-lexicon.

Source

vector-lexicon.lisp.

Reader: bt-class (instance)
Writer: (setf bt-class) (instance)
Package

tag-analysis.

Source

tag-analysis.lisp.

Target Slot

class.

Reader: bt-end-pos (instance)
Writer: (setf bt-end-pos) (instance)
Package

tag-analysis.

Source

tag-analysis.lisp.

Target Slot

end-pos.

Reader: bt-form (instance)
Writer: (setf bt-form) (instance)
Package

tag-analysis.

Source

tag-analysis.lisp.

Target Slot

form.

Reader: bt-start-pos (instance)
Writer: (setf bt-start-pos) (instance)
Package

tag-analysis.

Source

tag-analysis.lisp.

Target Slot

start-pos.

Reader: bt-tag (instance)
Writer: (setf bt-tag) (instance)
Package

tag-analysis.

Source

tag-analysis.lisp.

Target Slot

tag.

Function: bucket-size (b)
Package

variable-storage.

Source

variable-storage.lisp.

Function: buffered-token-p (object)
Package

tag-analysis.

Source

tag-analysis.lisp.

Function: cached-set-finger (key skip-list)
Package

skip-list.

Source

skip-list.lisp.

Function: compute-a-prime (sequence a-prime alpha beta c norms hmm)
Package

hmm.

Source

hmm.lisp.

Function: compute-alpha (sequence alpha c hmm)
Package

hmm.

Source

hmm.lisp.

Function: compute-b-prime (sequence b-prime alpha beta norms hmm)
Package

hmm.

Source

hmm.lisp.

Function: compute-beta (sequence beta c hmm)
Package

hmm.

Source

hmm.lisp.

Function: compute-c (c alpha n time)
Package

hmm.

Source

hmm.lisp.

Function: compute-epsilon (m n)
Package

tag-trainer.

Source

tag-trainer.lisp.

Function: compute-log-likelihood (c)
Package

hmm.

Source

hmm.lisp.

Function: compute-maxes-at-sym (sym indices probs maxes hmm-est)
Package

hmm.

Source

hmm.lisp.

Function: compute-pi-prime (sequence alpha beta hmm)
Package

hmm.

Source

hmm.lisp.

Function: constrain-hmm (hmm original-hmm)
Package

hmm.

Source

hmm.lisp.

Function: constrain-matrix (matrix original-matrix)
Package

hmm.

Source

hmm.lisp.

Function: constrain-vector (vector original-vector)
Package

hmm.

Source

hmm.lisp.

Function: convert-symbol-biases (symbol-biases dict-ts)
Package

tag-trainer.

Source

tag-trainer.lisp.

Function: convert-transition-biases (transition-biases dict-ts)
Package

tag-trainer.

Source

tag-trainer.lisp.

Function: copy-buffered-token (instance)
Package

tag-analysis.

Source

tag-analysis.lisp.

Function: copy-hmm (hmm &optional old-hmm)
Package

hmm.

Source

hmm.lisp.

Function: copy-hmm-est (instance)
Package

hmm.

Source

hmm.lisp.

Function: copy-io-fns (instance)
Package

binary-io.

Source

io-structs.lisp.

Function: copy-ordered-io-fns (instance)
Package

binary-io.

Source

io-structs.lisp.

Function: copy-parsed-io-struct (sequence)

Return a copy of SEQUENCE which is EQUAL to SEQUENCE but not EQ.

Package

binary-io.

Alias for

copy-seq.

Function: copy-sfm (m1 m2)
Package

hmm.

Source

hmm.lisp.

Function: copy-skip-list (instance)
Package

skip-list.

Source

skip-list.lisp.

Function: copy-states (new-fsa new-states old-states state-map)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Function: copy-storage-bucket (instance)
Package

variable-storage.

Source

variable-storage.lisp.

Function: copy-stream-head (instance)
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Function: copy-to-nfa (fsa)
Package

finite-state-automata.

Source

fsa-calculus.lisp.

Function: copy-tokenizer-tables (instance)
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Function: copy-transducer-pair (instance)
Package

standard-symbols.

Source

standard-symbols.lisp.

Function: copy-trie (instance)
Package

trie.

Source

trie.lisp.

Function: copy-trie-node (instance)
Package

trie.

Source

trie.lisp.

Function: count-tags (pathname)
Package

tag-analysis.

Source

tag-analysis.lisp.

Function: covering-class (tag-table ts)
Package

class-guesser.

Source

class-guesser.lisp.

Function: default-cons (size &optional will-reclaim-p)
Package

variable-storage.

Source

variable-storage.lisp.

Function: extend-ssb (ssb)
Package

ssb.

Source

ssb.lisp.

Function: fast-integer-length (x)
Package

variable-storage.

Source

variable-storage.lisp.

Function: fill-sfm (matrix &optional value)
Package

hmm.

Source

hmm.lisp.

Function: finalize-path (probs trail path hmm-est limit maxp)
Package

hmm.

Source

hmm.lisp.

Function: finger-end (skip-list)
Package

skip-list.

Source

skip-list.lisp.

Function: finger-next (skip-list)
Package

skip-list.

Source

skip-list.lisp.

Function: finger-start (skip-list)
Package

skip-list.

Source

skip-list.lisp.

Function: free-bt (bt)
Package

tag-analysis.

Source

tag-analysis.lisp.

Function: free-node (node)
Package

skip-list.

Source

skip-list.lisp.

Function: get-class-number (tags class-numbers)
Package

vector-lexicon.

Source

vector-lexicon.lisp.

Function: get-qua-internal (generic-function class superclass)
Package

cl-extensions.

Source

cl-extensions.lisp.

Function: get-random-id (corpus seen-docs)
Package

tag-trainer.

Source

tag-trainer.lisp.

Function: grow-header (level skip-list)
Package

skip-list.

Source

skip-list.lisp.

Function: hmm-add (hmm-1 hmm-2)
Package

hmm.

Source

hmm.lisp.

Function: hmm-div (hmm const)
Package

hmm.

Source

hmm.lisp.

Reader: hmm-est-log-a (instance)
Writer: (setf hmm-est-log-a) (instance)
Package

hmm.

Source

hmm.lisp.

Target Slot

log-a.

Reader: hmm-est-log-b (instance)
Writer: (setf hmm-est-log-b) (instance)
Package

hmm.

Source

hmm.lisp.

Target Slot

log-b.

Reader: hmm-est-log-pi (instance)
Writer: (setf hmm-est-log-pi) (instance)
Package

hmm.

Source

hmm.lisp.

Target Slot

log-pi.

Reader: hmm-est-m (instance)
Writer: (setf hmm-est-m) (instance)
Package

hmm.

Source

hmm.lisp.

Target Slot

m.

Reader: hmm-est-maxes (instance)
Writer: (setf hmm-est-maxes) (instance)
Package

hmm.

Source

hmm.lisp.

Target Slot

maxes.

Reader: hmm-est-n (instance)
Writer: (setf hmm-est-n) (instance)
Package

hmm.

Source

hmm.lisp.

Target Slot

n.

Function: hmm-est-p (object)
Package

hmm.

Source

hmm.lisp.

Reader: hmm-est-probs (instance)
Writer: (setf hmm-est-probs) (instance)
Package

hmm.

Source

hmm.lisp.

Target Slot

probs.

Reader: hmm-est-resource (instance)
Writer: (setf hmm-est-resource) (instance)
Package

hmm.

Source

hmm.lisp.

Target Slot

resource.

Function: hmm-p (object)
Package

hmm.

Source

hmm.lisp.

Function: hmm-train-step (sequence hmm alpha beta c a-prime b-prime norms)
Package

hmm.

Source

hmm.lisp.

Function: initialize-path (probs sequence hmm-est)
Package

hmm.

Source

hmm.lisp.

Function: initialize-stream-head (stream start end sh)
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Function: insert-node (node skip-list)
Package

skip-list.

Source

skip-list.lisp.

Function: invert-class-numbers (class-numbers)
Package

vector-lexicon.

Source

vector-lexicon.lisp.

Reader: io-copy-fn-name (instance)
Writer: (setf io-copy-fn-name) (instance)
Package

binary-io.

Source

io-structs.lisp.

Target Slot

io-copy-fn-name.

Reader: io-free-fn-name (instance)
Writer: (setf io-free-fn-name) (instance)
Package

binary-io.

Source

io-structs.lisp.

Target Slot

io-free-fn-name.

Function: io-io-copy-fn (instance)
Package

binary-io.

Source

io-structs.lisp.

Function: (setf io-io-copy-fn) (instance)
Package

binary-io.

Source

io-structs.lisp.

Function: io-io-copy-fn-name (instance)
Package

binary-io.

Source

io-structs.lisp.

Function: (setf io-io-copy-fn-name) (instance)
Package

binary-io.

Source

io-structs.lisp.

Function: io-io-fns-name (instance)
Package

binary-io.

Source

io-structs.lisp.

Function: io-io-free-fn (instance)
Package

binary-io.

Source

io-structs.lisp.

Function: (setf io-io-free-fn) (instance)
Package

binary-io.

Source

io-structs.lisp.

Function: io-io-free-fn-name (instance)
Package

binary-io.

Source

io-structs.lisp.

Function: (setf io-io-free-fn-name) (instance)
Package

binary-io.

Source

io-structs.lisp.

Function: io-io-read-fn (instance)
Package

binary-io.

Source

io-structs.lisp.

Function: (setf io-io-read-fn) (instance)
Package

binary-io.

Source

io-structs.lisp.

Function: io-io-read-fn-name (instance)
Package

binary-io.

Source

io-structs.lisp.

Function: (setf io-io-read-fn-name) (instance)
Package

binary-io.

Source

io-structs.lisp.

Function: io-io-size-fn (instance)
Package

binary-io.

Source

io-structs.lisp.

Function: (setf io-io-size-fn) (instance)
Package

binary-io.

Source

io-structs.lisp.

Function: io-io-size-fn-name (instance)
Package

binary-io.

Source

io-structs.lisp.

Function: (setf io-io-size-fn-name) (instance)
Package

binary-io.

Source

io-structs.lisp.

Function: io-io-write-fn (instance)
Package

binary-io.

Source

io-structs.lisp.

Function: (setf io-io-write-fn) (instance)
Package

binary-io.

Source

io-structs.lisp.

Function: io-io-write-fn-name (instance)
Package

binary-io.

Source

io-structs.lisp.

Function: (setf io-io-write-fn-name) (instance)
Package

binary-io.

Source

io-structs.lisp.

Reader: io-order-fn-name (instance)
Writer: (setf io-order-fn-name) (instance)
Package

binary-io.

Source

io-structs.lisp.

Target Slot

order-fn-name.

Reader: io-read-fn-name (instance)
Writer: (setf io-read-fn-name) (instance)
Package

binary-io.

Source

io-structs.lisp.

Target Slot

io-read-fn-name.

Reader: io-size-fn-name (instance)
Writer: (setf io-size-fn-name) (instance)
Package

binary-io.

Source

io-structs.lisp.

Target Slot

io-size-fn-name.

Reader: io-write-fn-name (instance)
Writer: (setf io-write-fn-name) (instance)
Package

binary-io.

Source

io-structs.lisp.

Target Slot

io-write-fn-name.

Function: log-matrix-transposed (matrix)
Package

hmm.

Source

hmm.lisp.

Function: log-vector (vector)
Package

hmm.

Source

hmm.lisp.

Function: make-bt (form start-pos end-pos class)
Package

tag-analysis.

Source

tag-analysis.lisp.

Function: make-class-numbers ()
Package

vector-lexicon.

Source

vector-lexicon.lisp.

Function: make-delta (fsa)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Function: make-node (key value)
Package

skip-list.

Source

skip-list.lisp.

Function: make-pair-order-fn (fsa1 fsa2)
Package

finite-state-automata.

Source

fsa-calculus.lisp.

Function: make-pis (slot-names slot-types accessors)
Package

binary-io.

Source

io-structs.lisp.

Function: make-set-set (element fsa)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Function: make-state-set (fsa)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Function: make-storage-bucket (&key name buckets out-size out-count cons-fn)
Package

variable-storage.

Source

variable-storage.lisp.

Function: make-stream-head ()
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Function: make-symbol-relation (fsa)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Function: make-symbol-set (fsa)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Function: make-tag (token-ssb tag-ssb)
Package

tag-brown.

Source

tag-brown.lisp.

Function: make-tokenizer-tables (&key start-state delta finals)
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Function: make-training-hmm (dict-ts symbol-biases transition-biases)
Package

tag-trainer.

Source

tag-trainer.lisp.

Function: make-trie (&key root-value root-subnodes key-fn inverse-key-fn)
Package

trie.

Source

trie.lisp.

Function: make-trie-node (key)
Package

trie.

Source

trie.lisp.

Function: map-state (old-state relation new-fsa)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Function: mask-tag-table (tag-table class-number ts)
Package

class-guesser.

Source

class-guesser.lisp.

Function: next-array (hmm-est)
Package

hmm.

Source

hmm.lisp.

Function: normalize-a-prime (a-prime norms hmm)
Package

hmm.

Source

hmm.lisp.

Function: normalize-alpha (alpha n time c)
Package

hmm.

Source

hmm.lisp.

Function: parse-token (stream pos end ssb1 ssb2)
Package

tag-brown.

Source

tag-brown.lisp.

Function: pis-accessors (structure)
Package

binary-io.

Source

io-structs.lisp.

Function: (setf pis-accessors) (structure)
Package

binary-io.

Source

io-structs.lisp.

Function: pis-slot-names (structure)
Package

binary-io.

Source

io-structs.lisp.

Function: (setf pis-slot-names) (structure)
Package

binary-io.

Source

io-structs.lisp.

Function: pis-slot-types (structure)
Package

binary-io.

Source

io-structs.lisp.

Function: (setf pis-slot-types) (structure)
Package

binary-io.

Source

io-structs.lisp.

Function: pop-node (skip-list)
Package

skip-list.

Source

skip-list.lisp.

Function: print-storage-bucket (sb &optional stream depth)
Package

variable-storage.

Source

variable-storage.lisp.

Function: random-level ()
Package

skip-list.

Source

skip-list.lisp.

Function: read-until-newline (stream ssb)
Package

vector-lexicon.

Source

vector-lexicon.lisp.

Function: read-until-space (stream ssb)
Package

vector-lexicon.

Source

vector-lexicon.lisp.

Function: remove-node (skip-list)
Package

skip-list.

Source

skip-list.lisp.

Function: return-array (array hmm-est)
Package

hmm.

Source

hmm.lisp.

Function: round-bucket (size)
Package

variable-storage.

Source

variable-storage.lisp.

Reader: sb-buckets (instance)
Writer: (setf sb-buckets) (instance)
Package

variable-storage.

Source

variable-storage.lisp.

Target Slot

buckets.

Reader: sb-cons-fn (instance)
Writer: (setf sb-cons-fn) (instance)
Package

variable-storage.

Source

variable-storage.lisp.

Target Slot

cons-fn.

Reader: sb-name (instance)
Writer: (setf sb-name) (instance)
Package

variable-storage.

Source

variable-storage.lisp.

Target Slot

name.

Reader: sb-out-count (instance)
Writer: (setf sb-out-count) (instance)
Package

variable-storage.

Source

variable-storage.lisp.

Target Slot

out-count.

Reader: sb-out-size (instance)
Writer: (setf sb-out-size) (instance)
Package

variable-storage.

Source

variable-storage.lisp.

Target Slot

out-size.

Function: set-finger (key header finger slevel order-fn)
Package

skip-list.

Source

skip-list.lisp.

Function: sfm-add (m1 m2)
Package

hmm.

Source

hmm.lisp.

Function: sfm-div (m const)
Package

hmm.

Source

hmm.lisp.

Function: sfm-read (stream)
Package

hmm.

Source

hmm.lisp.

Function: sfm-write (sfm stream)
Package

hmm.

Source

hmm.lisp.

Reader: sh-end (instance)
Writer: (setf sh-end) (instance)
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Target Slot

end.

Reader: sh-pos (instance)
Writer: (setf sh-pos) (instance)
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Target Slot

pos.

Function: sh-read-char (sh)
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Reader: sh-read-pointer (instance)
Writer: (setf sh-read-pointer) (instance)
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Target Slot

read-pointer.

Reader: sh-ssb (instance)
Writer: (setf sh-ssb) (instance)
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Target Slot

ssb.

Reader: sh-stream (instance)
Writer: (setf sh-stream) (instance)
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Target Slot

stream.

Function: shift-nodes (src dest)
Package

skip-list.

Source

skip-list.lisp.

Function: shrink-header (skip-list)
Package

skip-list.

Source

skip-list.lisp.

Function: size-bucket (n)
Package

variable-storage.

Source

variable-storage.lisp.

Function: skip-list-delta (skip1 skip2 &optional merge-values)
Package

skip-list.

Source

skip-list.lisp.

Function: skip-list-destructive-intersection (skip1 skip2 &optional merge-values)
Package

skip-list.

Source

skip-list.lisp.

Reader: skip-list-finger (instance)
Writer: (setf skip-list-finger) (instance)
Package

skip-list.

Source

skip-list.lisp.

Target Slot

finger.

Reader: skip-list-header (instance)
Writer: (setf skip-list-header) (instance)
Package

skip-list.

Source

skip-list.lisp.

Target Slot

header.

Reader: skip-list-level (instance)
Writer: (setf skip-list-level) (instance)
Package

skip-list.

Source

skip-list.lisp.

Target Slot

level.

Reader: skip-list-order-fn (instance)
Writer: (setf skip-list-order-fn) (instance)
Package

skip-list.

Source

skip-list.lisp.

Target Slot

order-fn.

Function: skip-list-p (object)
Package

skip-list.

Source

skip-list.lisp.

Function: skip-list-put (key skip-list value)
Package

skip-list.

Source

skip-list.lisp.

Function: sort-fixnum-plist (list)
Package

class-guesser.

Source

class-guesser.lisp.

Function: sort-trie-node (list)
Package

trie.

Source

trie.lisp.

Reader: ssb-size (instance)
Writer: (setf ssb-size) (instance)
Package

ssb.

Source

ssb.lisp.

Target Slot

size.

Function: sstring-buffer-p (object)
Package

ssb.

Source

ssb.lisp.

Function: sstring-replace (old new length)
Package

ssb.

Source

ssb.lisp.

Function: storage-bucket-p (object)
Package

variable-storage.

Source

variable-storage.lisp.

Function: stream-head-p (object)
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Function: stream-to-tokens (ts limit)
Package

tag-trainer.

Source

tag-trainer.lisp.

Function: string-input-stream-limit (instance)
Package

cl-extensions.

Alias for

string-input-stream-limit.

Function: sv-replace (old new length)
Package

svb.

Source

svb.lisp.

Function: svb-p (object)
Package

svb.

Source

svb.lisp.

Function: tag-next-sentence (ts hmm-est sent-svb hmm-svb)
Package

tag-analysis.

Source

tag-analysis.lisp.

Function: tokenizer-tables-p (object)
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Function: tokens-to-input-seq (tokens)
Package

tag-trainer.

Source

tag-trainer.lisp.

Function: train-on-docs-internal (corpus random-state quanta quantum iterations quiet-p &optional ts)
Package

tag-trainer.

Source

tag-trainer.lisp.

Function: train-on-files-internal (files quantum iterations quiet-p &optional ts)
Package

tag-trainer.

Source

tag-trainer.lisp.

Function: train-on-streams (next-open-stream close-stream &key ts iterations quantum quiet-p)
Package

tag-trainer.

Source

tag-trainer.lisp.

Reader: trie-inverse-key-fn (instance)
Writer: (setf trie-inverse-key-fn) (instance)
Package

trie.

Source

trie.lisp.

Target Slot

inverse-key-fn.

Reader: trie-key-fn (instance)
Writer: (setf trie-key-fn) (instance)
Package

trie.

Source

trie.lisp.

Target Slot

key-fn.

Reader: trie-node-next (instance)
Writer: (setf trie-node-next) (instance)
Package

trie.

Source

trie.lisp.

Target Slot

next.

Function: trie-node-p (object)
Package

trie.

Source

trie.lisp.

Reader: trie-node-subnode (instance)
Writer: (setf trie-node-subnode) (instance)
Package

trie.

Source

trie.lisp.

Target Slot

subnode.

Function: trie-p (object)
Package

trie.

Source

trie.lisp.

Reader: trie-root-subnodes (instance)
Writer: (setf trie-root-subnodes) (instance)
Package

trie.

Source

trie.lisp.

Target Slot

root-subnodes.

Reader: trie-root-value (instance)
Writer: (setf trie-root-value) (instance)
Package

trie.

Source

trie.lisp.

Target Slot

root-value.

Function: truncate-trie (ts &key limit coverage)
Package

class-guesser.

Source

class-guesser.lisp.

Reader: tt-delta (instance)
Writer: (setf tt-delta) (instance)
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Target Slot

delta.

Reader: tt-finals (instance)
Writer: (setf tt-finals) (instance)
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Target Slot

finals.

Reader: tt-start-state (instance)
Writer: (setf tt-start-state) (instance)
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Target Slot

start-state.

Function: valid-id-p (id corpus)
Package

tag-trainer.

Source

tag-trainer.lisp.


6.2.5 Generic functions

Generic Reader: brown-truth-ts (object)
Package

tag-brown.

Methods
Reader Method: brown-truth-ts ((brown-evaluation-ts brown-evaluation-ts))

automatically generated reader method

Source

tag-brown.lisp.

Target Slot

truth-ts.

Generic Writer: (setf brown-truth-ts) (object)
Package

tag-brown.

Methods
Writer Method: (setf brown-truth-ts) ((brown-evaluation-ts brown-evaluation-ts))

automatically generated writer method

Source

tag-brown.lisp.

Target Slot

truth-ts.

Generic Reader: closed-class-table (object)
Package

class-guesser.

Methods
Reader Method: closed-class-table ((suffix-training-ts suffix-training-ts))

automatically generated reader method

Source

class-guesser.lisp.

Target Slot

closed-class-table.

Generic Writer: (setf closed-class-table) (object)
Package

class-guesser.

Methods
Writer Method: (setf closed-class-table) ((suffix-training-ts suffix-training-ts))

automatically generated writer method

Source

class-guesser.lisp.

Target Slot

closed-class-table.

Generic Reader: dict-ts (object)
Package

tag-analysis.

Methods
Reader Method: dict-ts ((tagging-ts tagging-ts))

automatically generated reader method

Source

tag-analysis.lisp.

Target Slot

dict-ts.

Generic Writer: (setf dict-ts) (object)
Package

tag-analysis.

Methods
Writer Method: (setf dict-ts) ((tagging-ts tagging-ts))

automatically generated writer method

Source

tag-analysis.lisp.

Target Slot

dict-ts.

Generic Reader: dict-ts (object)
Package

tag-trainer.

Methods
Reader Method: dict-ts ((training-ts training-ts))

automatically generated reader method

Source

tag-trainer.lisp.

Target Slot

dict-ts.

Generic Writer: (setf dict-ts) (object)
Package

tag-trainer.

Methods
Writer Method: (setf dict-ts) ((training-ts training-ts))

automatically generated writer method

Source

tag-trainer.lisp.

Target Slot

dict-ts.

Generic Reader: dict-ts (object)
Package

class-guesser.

Methods
Reader Method: dict-ts ((suffix-training-ts suffix-training-ts))

automatically generated reader method

Source

class-guesser.lisp.

Target Slot

dict-ts.

Generic Writer: (setf dict-ts) (object)
Package

class-guesser.

Methods
Writer Method: (setf dict-ts) ((suffix-training-ts suffix-training-ts))

automatically generated writer method

Source

class-guesser.lisp.

Target Slot

dict-ts.

Generic Function: epsilon-closure (state fsa)
Package

finite-state-automata.

Methods
Method: epsilon-closure ((states ordered-set) (fsa nfa))
Source

fsa-basics.lisp.

Method: epsilon-closure (state (fsa nfa))
Source

fsa-basics.lisp.

Generic Function: extended-delta (symbol state fsa)
Package

finite-state-automata.

Methods
Method: extended-delta (symbol (states ordered-set) (fsa nfa))
Source

fsa-basics.lisp.

Method: extended-delta (symbol state (fsa nfa))
Source

fsa-basics.lisp.

Generic Function: file-length (stream)
Package

cl-extensions.

Methods
Method: file-length ((stream string-stream))
Source

cl-extensions.lisp.

Method: file-length ((stream stream))
Source

cl-extensions.lisp.

Generic Reader: fsa-backups (object)
Package

fsa-tokenizer.

Methods
Reader Method: fsa-backups ((tokenizer-fsa tokenizer-fsa))

automatically generated reader method

Source

fsa-tokenizer.lisp.

Target Slot

fsa-backups.

Generic Writer: (setf fsa-backups) (object)
Package

fsa-tokenizer.

Methods
Writer Method: (setf fsa-backups) ((tokenizer-fsa tokenizer-fsa))

automatically generated writer method

Source

fsa-tokenizer.lisp.

Target Slot

fsa-backups.

Generic Function: fsa-print (fsa &optional stream)
Package

finite-state-automata.

Methods
Method: fsa-print ((fsa fsa) &optional stream)
Source

fsa-basics.lisp.

Generic Reader: fsa-types (object)
Package

fsa-tokenizer.

Methods
Reader Method: fsa-types ((tokenizer-fsa tokenizer-fsa))

automatically generated reader method

Source

fsa-tokenizer.lisp.

Target Slot

fsa-types.

Generic Writer: (setf fsa-types) (object)
Package

fsa-tokenizer.

Methods
Writer Method: (setf fsa-types) ((tokenizer-fsa tokenizer-fsa))

automatically generated writer method

Source

fsa-tokenizer.lisp.

Target Slot

fsa-types.

Generic Reader: list-head (object)
Package

list-sets.

Methods
Reader Method: list-head ((list-set list-set))

automatically generated reader method

Source

list-sets.lisp.

Target Slot

head.

Generic Writer: (setf list-head) (object)
Package

list-sets.

Methods
Writer Method: (setf list-head) ((list-set list-set))

automatically generated writer method

Source

list-sets.lisp.

Target Slot

head.

Generic Reader: list-order (object)
Package

list-sets.

Methods
Reader Method: list-order ((list-set list-set))

automatically generated reader method

Source

list-sets.lisp.

Target Slot

order.

Generic Writer: (setf list-order) (object)
Package

list-sets.

Methods
Writer Method: (setf list-order) ((list-set list-set))

automatically generated writer method

Source

list-sets.lisp.

Target Slot

order.

Generic Function: make-fsa-delta-load-form (dfa)
Package

finite-state-automata.

Methods
Method: make-fsa-delta-load-form ((dfa dfa))
Source

fsa-basics.lisp.

Generic Function: make-fsa-final-states-load-form (fsa)
Package

finite-state-automata.

Methods
Method: make-fsa-final-states-load-form ((fsa fsa))
Source

fsa-basics.lisp.

Generic Function: make-tt (fsa)
Package

fsa-tokenizer.

Methods
Method: make-tt ((fsa fixnum-states))
Source

fsa-tokenizer.lisp.

Generic Function: merge-states (old-state-set new-state new-fsa old-fsa)
Package

finite-state-automata.

Source

fsa-basics.lisp.

Methods
Method: merge-states (old-state-set new-state new (old nfa))
Generic Reader: relation-skip-list (object)
Package

skip-list-relations.

Methods
Reader Method: relation-skip-list ((skip-list-relation skip-list-relation))

automatically generated reader method

Source

skip-list-relations.lisp.

Target Slot

skip-list.

Generic Writer: (setf relation-skip-list) (object)
Package

skip-list-relations.

Methods
Writer Method: (setf relation-skip-list) ((skip-list-relation skip-list-relation))

automatically generated writer method

Source

skip-list-relations.lisp.

Target Slot

skip-list.

Generic Reader: suffix-trie (object)
Package

class-guesser.

Methods
Reader Method: suffix-trie ((suffix-training-ts suffix-training-ts))

automatically generated reader method

Source

class-guesser.lisp.

Target Slot

suffix-trie.

Reader Method: suffix-trie ((suffix-lexicon suffix-lexicon))

automatically generated reader method

Source

class-guesser.lisp.

Target Slot

suffix-trie.

Generic Writer: (setf suffix-trie) (object)
Package

class-guesser.

Methods
Writer Method: (setf suffix-trie) ((suffix-training-ts suffix-training-ts))

automatically generated writer method

Source

class-guesser.lisp.

Target Slot

suffix-trie.

Writer Method: (setf suffix-trie) ((suffix-lexicon suffix-lexicon))

automatically generated writer method

Source

class-guesser.lisp.

Target Slot

suffix-trie.

Generic Reader: suffix-ts-count (object)
Package

class-guesser.

Methods
Reader Method: suffix-ts-count ((suffix-training-ts suffix-training-ts))

automatically generated reader method

Source

class-guesser.lisp.

Target Slot

count.

Generic Writer: (setf suffix-ts-count) (object)
Package

class-guesser.

Methods
Writer Method: (setf suffix-ts-count) ((suffix-training-ts suffix-training-ts))

automatically generated writer method

Source

class-guesser.lisp.

Target Slot

count.

Generic Reader: tokenizer-tt (object)
Package

fsa-tokenizer.

Methods
Reader Method: tokenizer-tt ((fsa-tokenizer fsa-tokenizer))

automatically generated reader method

Source

fsa-tokenizer.lisp.

Target Slot

tokenizer-tt.

Generic Reader: ts-ambiguous (object)
Package

tag-brown.

Methods
Reader Method: ts-ambiguous ((brown-evaluation-ts brown-evaluation-ts))

automatically generated reader method

Source

tag-brown.lisp.

Target Slot

ts-ambiguous.

Generic Writer: (setf ts-ambiguous) (object)
Package

tag-brown.

Methods
Writer Method: (setf ts-ambiguous) ((brown-evaluation-ts brown-evaluation-ts))

automatically generated writer method

Source

tag-brown.lisp.

Target Slot

ts-ambiguous.

Generic Reader: ts-class-trie (object)
Package

tag-basics.

Methods
Reader Method: ts-class-trie ((basic-tag-ts basic-tag-ts))

automatically generated reader method

Source

tag-basics.lisp.

Target Slot

ts-class-trie.

Generic Writer: (setf ts-class-trie) (object)
Package

tag-basics.

Methods
Writer Method: (setf ts-class-trie) ((basic-tag-ts basic-tag-ts))

automatically generated writer method

Source

tag-basics.lisp.

Target Slot

ts-class-trie.

Generic Reader: ts-class-vector (object)
Package

tag-basics.

Methods
Reader Method: ts-class-vector ((basic-tag-ts basic-tag-ts))

automatically generated reader method

Source

tag-basics.lisp.

Target Slot

ts-class-vector.

Generic Writer: (setf ts-class-vector) (object)
Package

tag-basics.

Methods
Writer Method: (setf ts-class-vector) ((basic-tag-ts basic-tag-ts))

automatically generated writer method

Source

tag-basics.lisp.

Target Slot

ts-class-vector.

Generic Reader: ts-confusion-table (object)
Package

tag-brown.

Methods
Reader Method: ts-confusion-table ((brown-evaluation-ts brown-evaluation-ts))

automatically generated reader method

Source

tag-brown.lisp.

Target Slot

ts-confusion-table.

Generic Writer: (setf ts-confusion-table) (object)
Package

tag-brown.

Methods
Writer Method: (setf ts-confusion-table) ((brown-evaluation-ts brown-evaluation-ts))

automatically generated writer method

Source

tag-brown.lisp.

Target Slot

ts-confusion-table.

Generic Reader: ts-error-trie (object)
Package

tag-brown.

Methods
Reader Method: ts-error-trie ((brown-evaluation-ts brown-evaluation-ts))

automatically generated reader method

Source

tag-brown.lisp.

Target Slot

ts-error-trie.

Generic Writer: (setf ts-error-trie) (object)
Package

tag-brown.

Methods
Writer Method: (setf ts-error-trie) ((brown-evaluation-ts brown-evaluation-ts))

automatically generated writer method

Source

tag-brown.lisp.

Target Slot

ts-error-trie.

Generic Reader: ts-errors (object)
Package

tag-brown.

Methods
Reader Method: ts-errors ((brown-evaluation-ts brown-evaluation-ts))

automatically generated reader method

Source

tag-brown.lisp.

Target Slot

ts-errors.

Generic Writer: (setf ts-errors) (object)
Package

tag-brown.

Methods
Writer Method: (setf ts-errors) ((brown-evaluation-ts brown-evaluation-ts))

automatically generated writer method

Source

tag-brown.lisp.

Target Slot

ts-errors.

Generic Reader: ts-hmm (object)
Package

tag-trainer.

Methods
Reader Method: ts-hmm ((training-ts training-ts))

automatically generated reader method

Source

tag-trainer.lisp.

Target Slot

ts-hmm.

Generic Writer: (setf ts-hmm) (object)
Package

tag-trainer.

Methods
Writer Method: (setf ts-hmm) ((training-ts training-ts))

automatically generated writer method

Source

tag-trainer.lisp.

Target Slot

ts-hmm.

Generic Reader: ts-hmm-est (object)
Package

tag-analysis.

Methods
Reader Method: ts-hmm-est ((tagging-ts tagging-ts))

automatically generated reader method

Source

tag-analysis.lisp.

Target Slot

ts-hmm-est.

Generic Writer: (setf ts-hmm-est) (object)
Package

tag-analysis.

Methods
Writer Method: (setf ts-hmm-est) ((tagging-ts tagging-ts))

automatically generated writer method

Source

tag-analysis.lisp.

Target Slot

ts-hmm-est.

Generic Reader: ts-output-p (object)
Package

tag-brown.

Methods
Reader Method: ts-output-p ((brown-evaluation-ts brown-evaluation-ts))

automatically generated reader method

Source

tag-brown.lisp.

Target Slot

ts-output-p.

Generic Writer: (setf ts-output-p) (object)
Package

tag-brown.

Methods
Writer Method: (setf ts-output-p) ((brown-evaluation-ts brown-evaluation-ts))

automatically generated writer method

Source

tag-brown.lisp.

Target Slot

ts-output-p.

Generic Reader: ts-tag-trie (object)
Package

tag-basics.

Methods
Reader Method: ts-tag-trie ((basic-tag-ts basic-tag-ts))

automatically generated reader method

Source

tag-basics.lisp.

Target Slot

ts-tag-trie.

Generic Writer: (setf ts-tag-trie) (object)
Package

tag-basics.

Methods
Writer Method: (setf ts-tag-trie) ((basic-tag-ts basic-tag-ts))

automatically generated writer method

Source

tag-basics.lisp.

Target Slot

ts-tag-trie.

Generic Reader: ts-tag-vector (object)
Package

tag-basics.

Methods
Reader Method: ts-tag-vector ((basic-tag-ts basic-tag-ts))

automatically generated reader method

Source

tag-basics.lisp.

Target Slot

ts-tag-vector.

Generic Writer: (setf ts-tag-vector) (object)
Package

tag-basics.

Methods
Writer Method: (setf ts-tag-vector) ((basic-tag-ts basic-tag-ts))

automatically generated writer method

Source

tag-basics.lisp.

Target Slot

ts-tag-vector.

Generic Reader: ts-total (object)
Package

tag-brown.

Methods
Reader Method: ts-total ((brown-evaluation-ts brown-evaluation-ts))

automatically generated reader method

Source

tag-brown.lisp.

Target Slot

ts-total.

Generic Writer: (setf ts-total) (object)
Package

tag-brown.

Methods
Writer Method: (setf ts-total) ((brown-evaluation-ts brown-evaluation-ts))

automatically generated writer method

Source

tag-brown.lisp.

Target Slot

ts-total.

Generic Reader: vl-class-tags (object)
Package

vector-lexicon.

Methods
Reader Method: vl-class-tags ((vector-lexicon vector-lexicon))

automatically generated reader method

Source

vector-lexicon.lisp.

Target Slot

vl-class-tags.

Generic Writer: (setf vl-class-tags) (object)
Package

vector-lexicon.

Methods
Writer Method: (setf vl-class-tags) ((vector-lexicon vector-lexicon))

automatically generated writer method

Source

vector-lexicon.lisp.

Target Slot

vl-class-tags.

Generic Reader: vl-classes (object)
Package

vector-lexicon.

Methods
Reader Method: vl-classes ((vector-lexicon vector-lexicon))

automatically generated reader method

Source

vector-lexicon.lisp.

Target Slot

vl-classes.

Generic Writer: (setf vl-classes) (object)
Package

vector-lexicon.

Methods
Writer Method: (setf vl-classes) ((vector-lexicon vector-lexicon))

automatically generated writer method

Source

vector-lexicon.lisp.

Target Slot

vl-classes.

Generic Reader: vl-pathname (object)
Package

vector-lexicon.

Methods
Reader Method: vl-pathname ((vector-lexicon vector-lexicon))

automatically generated reader method

Source

vector-lexicon.lisp.

Target Slot

vl-pathname.

Generic Writer: (setf vl-pathname) (object)
Package

vector-lexicon.

Methods
Writer Method: (setf vl-pathname) ((vector-lexicon vector-lexicon))

automatically generated writer method

Source

vector-lexicon.lisp.

Target Slot

vl-pathname.

Generic Reader: vl-stems (object)
Package

vector-lexicon.

Methods
Reader Method: vl-stems ((vector-lexicon vector-lexicon))

automatically generated reader method

Source

vector-lexicon.lisp.

Target Slot

vl-stems.

Generic Writer: (setf vl-stems) (object)
Package

vector-lexicon.

Methods
Writer Method: (setf vl-stems) ((vector-lexicon vector-lexicon))

automatically generated writer method

Source

vector-lexicon.lisp.

Target Slot

vl-stems.

Generic Reader: vl-surface (object)
Package

vector-lexicon.

Methods
Reader Method: vl-surface ((vector-lexicon vector-lexicon))

automatically generated reader method

Source

vector-lexicon.lisp.

Target Slot

vl-surface.

Generic Writer: (setf vl-surface) (object)
Package

vector-lexicon.

Methods
Writer Method: (setf vl-surface) ((vector-lexicon vector-lexicon))

automatically generated writer method

Source

vector-lexicon.lisp.

Target Slot

vl-surface.


6.2.6 Structures

Structure: buffered-token
Package

tag-analysis.

Source

tag-analysis.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: start-pos
Type

cl-extensions:byte28

Initform

0

Readers

bt-start-pos.

Writers

(setf bt-start-pos).

Slot: end-pos
Type

cl-extensions:byte28

Initform

0

Readers

bt-end-pos.

Writers

(setf bt-end-pos).

Slot: form
Readers

bt-form.

Writers

(setf bt-form).

Slot: tag
Readers

bt-tag.

Writers

(setf bt-tag).

Slot: class
Package

common-lisp.

Readers

bt-class.

Writers

(setf bt-class).

Structure: sstring-buffer
Package

ssb.

Source

ssb.lisp.

Direct superclasses

structure-object.

Direct methods

print-object.

Direct slots
Slot: buffer
Type

simple-string

Initform

(make-string 0)

Readers

ssb-buffer.

Writers

(setf ssb-buffer).

Slot: pointer
Type

fixnum

Initform

0

Readers

ssb-pointer.

Writers

(setf ssb-pointer).

Slot: size
Type

fixnum

Initform

ssb::*default-ssb-size*

Readers

ssb-size.

Writers

(setf ssb-size).

Structure: storage-bucket
Package

variable-storage.

Source

variable-storage.lisp.

Direct superclasses

structure-object.

Direct methods

print-object.

Direct slots
Slot: name
Readers

sb-name.

Writers

(setf sb-name).

Slot: buckets
Type

(simple-array t *)

Initform

(make-array variable-storage::+end-buckets+)

Readers

sb-buckets.

Writers

(setf sb-buckets).

Slot: out-size
Type

fixnum

Initform

0

Readers

sb-out-size.

Writers

(setf sb-out-size).

Slot: out-count
Type

fixnum

Initform

0

Readers

sb-out-count.

Writers

(setf sb-out-count).

Slot: cons-fn
Type

(function (fixnum &optional t) t)

Initform

(function variable-storage::default-cons)

Readers

sb-cons-fn.

Writers

(setf sb-cons-fn).

Structure: stream-head
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: ssb
Initform

(ssb:make-ssb)

Readers

sh-ssb.

Writers

(setf sh-ssb).

Slot: read-pointer
Type

fixnum

Initform

0

Readers

sh-read-pointer.

Writers

(setf sh-read-pointer).

Slot: pos
Type

cl-extensions:byte28

Initform

0

Readers

sh-pos.

Writers

(setf sh-pos).

Slot: end
Type

cl-extensions:byte28

Initform

0

Readers

sh-end.

Writers

(setf sh-end).

Slot: stream
Package

common-lisp.

Readers

sh-stream.

Writers

(setf sh-stream).

Structure: tokenizer-tables
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: start-state
Type

fixnum

Initform

0

Readers

tt-start-state.

Writers

(setf tt-start-state).

Slot: delta
Type

(simple-array fixnum (*))

Initform

(make-array 0 :element-type (quote fixnum))

Readers

tt-delta.

Writers

(setf tt-delta).

Slot: finals
Type

simple-vector

Initform

#()

Readers

tt-finals.

Writers

(setf tt-finals).

Structure: transducer-pair
Package

standard-symbols.

Source

standard-symbols.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: upper
Readers

tp-upper.

Writers

(setf tp-upper).

Slot: lower
Readers

tp-lower.

Writers

(setf tp-lower).

Structure: trie-node
Package

trie.

Source

trie.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: key
Type

fixnum

Initform

0

Readers

trie-node-key.

Writers

(setf trie-node-key).

Slot: value
Readers

trie-node-value.

Writers

(setf trie-node-value).

Slot: subnode
Readers

trie-node-subnode.

Writers

(setf trie-node-subnode).

Slot: next
Readers

trie-node-next.

Writers

(setf trie-node-next).


6.2.7 Classes

Class: brown-evaluation-ts
Package

tag-brown.

Source

tag-brown.lisp.

Direct superclasses

tagging-ts.

Direct methods
Direct slots
Slot: truth-ts
Initargs

:truth-ts

Readers

brown-truth-ts.

Writers

(setf brown-truth-ts).

Slot: ts-output-p
Initargs

:output-p

Readers

ts-output-p.

Writers

(setf ts-output-p).

Slot: ts-total
Type

fixnum

Initform

0

Readers

ts-total.

Writers

(setf ts-total).

Slot: ts-ambiguous
Type

fixnum

Initform

0

Readers

ts-ambiguous.

Writers

(setf ts-ambiguous).

Slot: ts-errors
Type

fixnum

Initform

0

Readers

ts-errors.

Writers

(setf ts-errors).

Slot: ts-confusion-table
Initargs

:confusion-table

Readers

ts-confusion-table.

Writers

(setf ts-confusion-table).

Slot: ts-error-trie
Initargs

:error-trie

Readers

ts-error-trie.

Writers

(setf ts-error-trie).

Class: brown-lexicon
Package

tag-brown.

Source

tag-brown.lisp.

Direct superclasses
Direct Default Initargs
InitargValue
:lexicon-open-class*brown-open-class*
:lexicon-pathname(tdb-pathname data brown lexicon.txt)
:lexicon-size150000
:suffix-pathname(tdb-pathname data brown suffix.trie)
Class: brown-truth-ts
Package

tag-brown.

Source

tag-brown.lisp.

Direct superclasses

char-ts.

Direct methods

next-token.

Direct slots
Slot: end-pos
Type

fixnum

Initargs

:end

Slot: pos
Type

fixnum

Initargs

:start

Slot: ssb1
Initform

(ssb:make-ssb)

Slot: ssb2
Initform

(ssb:make-ssb)

Class: print-tagging-ts
Package

tag-analysis.

Source

tag-analysis.lisp.

Direct superclasses

tagging-ts.

Direct methods

next-token.

Class: suffix-training-ts
Package

class-guesser.

Source

class-guesser.lisp.

Direct superclasses

token-filter.

Direct methods
Direct slots
Slot: dict-ts
Readers

dict-ts.

Writers

(setf dict-ts).

Slot: suffix-trie
Initform

(trie:make-string-trie)

Readers

suffix-trie.

Writers

(setf suffix-trie).

Slot: count
Package

common-lisp.

Initform

0

Readers

suffix-ts-count.

Writers

(setf suffix-ts-count).

Slot: closed-class-table
Readers

closed-class-table.

Writers

(setf closed-class-table).

Class: tokenizer-dfa
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Direct superclasses
Class: tokenizer-nfa
Package

fsa-tokenizer.

Source

fsa-tokenizer.lisp.

Direct superclasses
Class: training-ts
Package

tag-trainer.

Source

tag-trainer.lisp.

Direct superclasses

token-filter.

Direct methods
Direct slots
Slot: dict-ts
Initargs

:dict-ts

Readers

dict-ts.

Writers

(setf dict-ts).

Slot: ts-hmm
Readers

ts-hmm.

Writers

(setf ts-hmm).


6.2.8 Types

Type: fixnum-vector ()
Package

variable-storage.

Source

variable-storage.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   %   (  
A   B   C   D   E   F   G   H   I   K   L   M   N   O   P   R   S   T   U   V   W  
Index Entry  Section

%
%alloc-byte32v: Private ordinary functions
%alloc-fixv: Private ordinary functions
%alloc-sfv: Private ordinary functions
%alloc-sv: Private ordinary functions
%cons: Public ordinary functions
%copy-list: Public ordinary functions
%copy-tree: Public ordinary functions
%delete: Public ordinary functions
%list: Public macros
%make-hmm-est: Private ordinary functions
%make-list: Public ordinary functions
%make-skip-list: Private ordinary functions
%make-ssb: Private ordinary functions
%make-svb: Private ordinary functions
%pop: Public macros
%print-io-fns: Private ordinary functions
%print-skip-list: Private ordinary functions
%print-ssb: Private ordinary functions
%print-svb: Private ordinary functions
%print-trie: Private ordinary functions
%push: Public macros
%vector: Public macros
%with-collection: Public macros

(
(setf brown-truth-ts): Private generic functions
(setf brown-truth-ts): Private generic functions
(setf bt-class): Private ordinary functions
(setf bt-end-pos): Private ordinary functions
(setf bt-form): Private ordinary functions
(setf bt-start-pos): Private ordinary functions
(setf bt-tag): Private ordinary functions
(setf byte32v-length): Public macros
(setf closed-class-table): Private generic functions
(setf closed-class-table): Private generic functions
(setf dict-ts): Private generic functions
(setf dict-ts): Private generic functions
(setf dict-ts): Private generic functions
(setf dict-ts): Private generic functions
(setf dict-ts): Private generic functions
(setf dict-ts): Private generic functions
(setf fixv-length): Public macros
(setf free-fn): Public macros
(setf fsa-backups): Private generic functions
(setf fsa-backups): Private generic functions
(setf fsa-delta): Public generic functions
(setf fsa-delta): Public generic functions
(setf fsa-final-states): Public generic functions
(setf fsa-final-states): Public generic functions
(setf fsa-start-state): Public generic functions
(setf fsa-start-state): Public generic functions
(setf fsa-types): Private generic functions
(setf fsa-types): Private generic functions
(setf hmm-a): Public ordinary functions
(setf hmm-b): Public ordinary functions
(setf hmm-est-log-a): Private ordinary functions
(setf hmm-est-log-b): Private ordinary functions
(setf hmm-est-log-pi): Private ordinary functions
(setf hmm-est-m): Private ordinary functions
(setf hmm-est-maxes): Private ordinary functions
(setf hmm-est-n): Private ordinary functions
(setf hmm-est-probs): Private ordinary functions
(setf hmm-est-resource): Private ordinary functions
(setf hmm-m): Public ordinary functions
(setf hmm-n): Public ordinary functions
(setf hmm-pi): Public ordinary functions
(setf io-copy-fn): Public ordinary functions
(setf io-copy-fn-name): Private ordinary functions
(setf io-free-fn): Public ordinary functions
(setf io-free-fn-name): Private ordinary functions
(setf io-io-copy-fn): Private ordinary functions
(setf io-io-copy-fn-name): Private ordinary functions
(setf io-io-free-fn): Private ordinary functions
(setf io-io-free-fn-name): Private ordinary functions
(setf io-io-read-fn): Private ordinary functions
(setf io-io-read-fn-name): Private ordinary functions
(setf io-io-size-fn): Private ordinary functions
(setf io-io-size-fn-name): Private ordinary functions
(setf io-io-write-fn): Private ordinary functions
(setf io-io-write-fn-name): Private ordinary functions
(setf io-order-fn): Public ordinary functions
(setf io-order-fn-name): Private ordinary functions
(setf io-read-fn): Public ordinary functions
(setf io-read-fn-name): Private ordinary functions
(setf io-size-fn): Public ordinary functions
(setf io-size-fn-name): Private ordinary functions
(setf io-write-fn): Public ordinary functions
(setf io-write-fn-name): Private ordinary functions
(setf last-state): Public generic functions
(setf last-state): Public generic functions
(setf lexicon-open-class): Public generic functions
(setf lexicon-open-class): Public generic functions
(setf list-head): Private generic functions
(setf list-head): Private generic functions
(setf list-order): Private generic functions
(setf list-order): Private generic functions
(setf paragraph-start-pos): Public generic functions
(setf paragraph-start-pos): Public generic functions
(setf pis-accessors): Private ordinary functions
(setf pis-slot-names): Private ordinary functions
(setf pis-slot-types): Private ordinary functions
(setf relation-get): Public generic functions
(setf relation-get): Public generic functions
(setf relation-skip-list): Private generic functions
(setf relation-skip-list): Private generic functions
(setf resource-type): Public macros
(setf sb-buckets): Private ordinary functions
(setf sb-cons-fn): Private ordinary functions
(setf sb-name): Private ordinary functions
(setf sb-out-count): Private ordinary functions
(setf sb-out-size): Private ordinary functions
(setf sentence-start-pos): Public generic functions
(setf sentence-start-pos): Public generic functions
(setf sfv-length): Public macros
(setf sh-end): Private ordinary functions
(setf sh-pos): Private ordinary functions
(setf sh-read-pointer): Private ordinary functions
(setf sh-ssb): Private ordinary functions
(setf sh-stream): Private ordinary functions
(setf skip-list-finger): Private ordinary functions
(setf skip-list-get): Public ordinary functions
(setf skip-list-header): Private ordinary functions
(setf skip-list-length): Public ordinary functions
(setf skip-list-level): Private ordinary functions
(setf skip-list-order-fn): Private ordinary functions
(setf ssb-buffer): Public ordinary functions
(setf ssb-pointer): Public ordinary functions
(setf ssb-size): Private ordinary functions
(setf st-get): Public ordinary functions
(setf suffix-pathname): Public generic functions
(setf suffix-pathname): Public generic functions
(setf suffix-trie): Private generic functions
(setf suffix-trie): Private generic functions
(setf suffix-trie): Private generic functions
(setf suffix-ts-count): Private generic functions
(setf suffix-ts-count): Private generic functions
(setf sv-length): Public macros
(setf svb-buffer): Public ordinary functions
(setf svb-pointer): Public ordinary functions
(setf svb-size): Public ordinary functions
(setf svt-get): Public ordinary functions
(setf tagger-pathname): Public generic functions
(setf tagger-pathname): Public generic functions
(setf tagger-symbol-biases): Public generic functions
(setf tagger-symbol-biases): Public generic functions
(setf tagger-transition-biases): Public generic functions
(setf tagger-transition-biases): Public generic functions
(setf token-end-pos): Public generic functions
(setf token-end-pos): Public generic functions
(setf tp-lower): Public ordinary functions
(setf tp-upper): Public ordinary functions
(setf trie-inverse-key-fn): Private ordinary functions
(setf trie-key-fn): Private ordinary functions
(setf trie-node-key): Public ordinary functions
(setf trie-node-next): Private ordinary functions
(setf trie-node-subnode): Private ordinary functions
(setf trie-node-value): Public ordinary functions
(setf trie-root-subnodes): Private ordinary functions
(setf trie-root-value): Private ordinary functions
(setf ts-ambiguous): Private generic functions
(setf ts-ambiguous): Private generic functions
(setf ts-char-stream): Public generic functions
(setf ts-char-stream): Public generic functions
(setf ts-class-trie): Private generic functions
(setf ts-class-trie): Private generic functions
(setf ts-class-vector): Private generic functions
(setf ts-class-vector): Private generic functions
(setf ts-confusion-table): Private generic functions
(setf ts-confusion-table): Private generic functions
(setf ts-doc-id): Public generic functions
(setf ts-doc-id): Public generic functions
(setf ts-error-trie): Private generic functions
(setf ts-error-trie): Private generic functions
(setf ts-errors): Private generic functions
(setf ts-errors): Private generic functions
(setf ts-hmm): Private generic functions
(setf ts-hmm): Private generic functions
(setf ts-hmm-est): Private generic functions
(setf ts-hmm-est): Private generic functions
(setf ts-lexicon): Public generic functions
(setf ts-lexicon): Public generic functions
(setf ts-output-p): Private generic functions
(setf ts-output-p): Private generic functions
(setf ts-tag-trie): Private generic functions
(setf ts-tag-trie): Private generic functions
(setf ts-tag-vector): Private generic functions
(setf ts-tag-vector): Private generic functions
(setf ts-total): Private generic functions
(setf ts-total): Private generic functions
(setf tt-delta): Private ordinary functions
(setf tt-finals): Private ordinary functions
(setf tt-start-state): Private ordinary functions
(setf vl-class-tags): Private generic functions
(setf vl-class-tags): Private generic functions
(setf vl-classes): Private generic functions
(setf vl-classes): Private generic functions
(setf vl-pathname): Private generic functions
(setf vl-pathname): Private generic functions
(setf vl-stems): Private generic functions
(setf vl-stems): Private generic functions
(setf vl-surface): Private generic functions
(setf vl-surface): Private generic functions

A
add-arcs: Private ordinary functions
add-dests: Private ordinary functions
add-process: Public macros
adjust-byte32v: Public ordinary functions
adjust-fixv: Public ordinary functions
adjust-lbyte32v: Public ordinary functions
adjust-lfixv: Public ordinary functions
adjust-lsfv: Public ordinary functions
adjust-lsv: Public ordinary functions
adjust-sfv: Public ordinary functions
adjust-stream-head: Private ordinary functions
adjust-sv: Public ordinary functions
advance-finger: Private ordinary functions
all-stems-identical-p: Private ordinary functions
alloc-bt: Private ordinary functions
alloc-byte32v: Public ordinary functions
alloc-fixv: Public ordinary functions
alloc-item: Public ordinary functions
alloc-lbyte32v: Public ordinary functions
alloc-lfixv: Public ordinary functions
alloc-lsfv: Public ordinary functions
alloc-lsv: Public ordinary functions
alloc-sfv: Public ordinary functions
alloc-string: Public ordinary functions
alloc-sv: Public ordinary functions
alloc-sv: Public ordinary functions
apply-tokenizer: Private ordinary functions
ash-1: Private macros

B
bias-hmm: Private ordinary functions
binary-search: Private ordinary functions
brown-truth-ts: Private generic functions
brown-truth-ts: Private generic functions
bt-class: Private ordinary functions
bt-end-pos: Private ordinary functions
bt-form: Private ordinary functions
bt-start-pos: Private ordinary functions
bt-tag: Private ordinary functions
bucket-size: Private ordinary functions
buffered-token-p: Private ordinary functions
byte16-order: Public ordinary functions
byte16-read: Public ordinary functions
byte16-write: Public ordinary functions
byte32-read: Public ordinary functions
byte32-write: Public ordinary functions
byte32v-length: Public macros
byte32vref: Public macros
byte8-read: Public macros
byte8-stream-length: Public macros
byte8-write: Public macros

C
cached-set-finger: Private ordinary functions
check-tag-state: Public generic functions
check-tag-state: Public generic functions
class->number: Public ordinary functions
class-count: Public ordinary functions
class-order: Public ordinary functions
clean-text-string: Public ordinary functions
clear-byte32v-storage: Public ordinary functions
clear-fixv-storage: Public ordinary functions
clear-sfv-storage: Public ordinary functions
clear-skip-list: Public ordinary functions
clear-sv-storage: Public ordinary functions
clear-variable-storage: Public ordinary functions
close-byte8-stream: Public macros
close-corpus: Public generic functions
close-corpus: Public generic functions
close-doc: Public generic functions
close-doc: Public generic functions
closed-class-table: Private generic functions
closed-class-table: Private generic functions
cltl1-eval-when: Public macros
coin-toss: Private macros
compute-a-prime: Private ordinary functions
compute-alpha: Private ordinary functions
compute-b-prime: Private ordinary functions
compute-beta: Private ordinary functions
compute-c: Private ordinary functions
compute-epsilon: Private ordinary functions
compute-log-likelihood: Private ordinary functions
compute-maxes-at-sym: Private ordinary functions
compute-pi-prime: Private ordinary functions
constrain-hmm: Private ordinary functions
constrain-matrix: Private ordinary functions
constrain-vector: Private ordinary functions
convert-symbol-biases: Private ordinary functions
convert-transition-biases: Private ordinary functions
copy-buffered-token: Private ordinary functions
copy-byte32v: Public ordinary functions
copy-delta: Public generic functions
copy-delta: Public generic functions
copy-delta: Public generic functions
copy-fixv: Public ordinary functions
copy-hmm: Private ordinary functions
copy-hmm-est: Private ordinary functions
copy-io-fns: Private ordinary functions
copy-ordered-io-fns: Private ordinary functions
copy-parsed-io-struct: Private ordinary functions
copy-sfm: Private ordinary functions
copy-sfv: Public ordinary functions
copy-skip-list: Private ordinary functions
copy-ssb: Public ordinary functions
copy-states: Private ordinary functions
copy-storage-bucket: Private ordinary functions
copy-stream-head: Private ordinary functions
copy-string-to-svb: Public ordinary functions
copy-sv: Public ordinary functions
copy-svb: Public ordinary functions
copy-svb-to-string: Public ordinary functions
copy-to-nfa: Private ordinary functions
copy-tokenizer-tables: Private ordinary functions
copy-transducer-pair: Private ordinary functions
copy-trie: Private ordinary functions
copy-trie-node: Private ordinary functions
corpus-id-limit: Public generic functions
corpus-id-limit: Public generic functions
count-tags: Private ordinary functions
covering-class: Private ordinary functions

D
debug-io-fns: Public ordinary functions
def-tdb-system: Public macros
def-tokenizer-fsa: Public macros
default-cons: Private ordinary functions
define-io-fns: Public macros
define-io-struct: Public macros
define-list-sorter: Public macros
define-trie: Public macros
define-vector-resource: Private macros
defun-compile-time: Private macros
delta-get: Public ordinary functions
delta-ref: Private macros
determinize: Public generic functions
determinize: Public generic functions
determinize: Public generic functions
dict-ts: Private generic functions
dict-ts: Private generic functions
dict-ts: Private generic functions
dict-ts: Private generic functions
dict-ts: Private generic functions
dict-ts: Private generic functions
display-doc: Public generic functions
display-doc: Public generic functions
do-docs: Public macros
do-nodes: Private macros
do-plist: Private macros
do-plist: Private macros
do-skip-list: Public macros
do-titles: Public macros
do-tokens: Public macros
doc-title: Public generic functions
doc-title: Public generic functions

E
effective-function: Public ordinary functions
epsilon-closure: Private generic functions
epsilon-closure: Private generic functions
epsilon-closure: Private generic functions
evaluate-brown: Public ordinary functions
extend-ssb: Private ordinary functions
extend-svb: Public ordinary functions
extended-delta: Private generic functions
extended-delta: Private generic functions
extended-delta: Private generic functions

F
f+: Private macros
fash: Private macros
fast-alpha-char-p: Private macros
fast-integer-length: Private ordinary functions
fast-read-char: Public macros
fast-read-file-char: Public macros
file-length: Private generic functions
file-length: Private generic functions
file-length: Private generic functions
fill-byte32v: Public ordinary functions
fill-fixv: Public ordinary functions
fill-lbyte32v: Public ordinary functions
fill-lfixv: Public ordinary functions
fill-lsfv: Public ordinary functions
fill-lsv: Public ordinary functions
fill-sfm: Private ordinary functions
fill-sfv: Public ordinary functions
fill-sv: Public ordinary functions
finalize-path: Private ordinary functions
find-io-fns: Public macros
finger-end: Private ordinary functions
finger-next: Private ordinary functions
finger-start: Private ordinary functions
fits-bucket-p: Private macros
fixv-length: Public macros
fixvref: Public macros
flush-byte8-stream: Public macros
format-name: Public ordinary functions
free-bt: Private ordinary functions
free-byte32v: Public ordinary functions
free-cell: Public ordinary functions
free-fixv: Public ordinary functions
free-fn: Public macros
free-item: Public ordinary functions
free-list: Public ordinary functions
free-node: Private ordinary functions
free-sfv: Public ordinary functions
free-skip-list: Public ordinary functions
free-string: Public ordinary functions
free-sv: Public ordinary functions
free-sv: Public ordinary functions
free-tree: Public ordinary functions
fsa-backups: Private generic functions
fsa-backups: Private generic functions
fsa-closure: Public ordinary functions
fsa-concat: Public ordinary functions
fsa-delta: Public generic functions
fsa-delta: Public generic functions
fsa-final-states: Public generic functions
fsa-final-states: Public generic functions
fsa-minus: Public ordinary functions
fsa-optional: Public ordinary functions
fsa-plus: Public ordinary functions
fsa-print: Private generic functions
fsa-print: Private generic functions
fsa-start-state: Public generic functions
fsa-start-state: Public generic functions
fsa-symbol: Public ordinary functions
fsa-types: Private generic functions
fsa-types: Private generic functions
fsa-union: Public ordinary functions
Function, %alloc-byte32v: Private ordinary functions
Function, %alloc-fixv: Private ordinary functions
Function, %alloc-sfv: Private ordinary functions
Function, %alloc-sv: Private ordinary functions
Function, %cons: Public ordinary functions
Function, %copy-list: Public ordinary functions
Function, %copy-tree: Public ordinary functions
Function, %delete: Public ordinary functions
Function, %make-hmm-est: Private ordinary functions
Function, %make-list: Public ordinary functions
Function, %make-skip-list: Private ordinary functions
Function, %make-ssb: Private ordinary functions
Function, %make-svb: Private ordinary functions
Function, %print-io-fns: Private ordinary functions
Function, %print-skip-list: Private ordinary functions
Function, %print-ssb: Private ordinary functions
Function, %print-svb: Private ordinary functions
Function, %print-trie: Private ordinary functions
Function, (setf bt-class): Private ordinary functions
Function, (setf bt-end-pos): Private ordinary functions
Function, (setf bt-form): Private ordinary functions
Function, (setf bt-start-pos): Private ordinary functions
Function, (setf bt-tag): Private ordinary functions
Function, (setf hmm-a): Public ordinary functions
Function, (setf hmm-b): Public ordinary functions
Function, (setf hmm-est-log-a): Private ordinary functions
Function, (setf hmm-est-log-b): Private ordinary functions
Function, (setf hmm-est-log-pi): Private ordinary functions
Function, (setf hmm-est-m): Private ordinary functions
Function, (setf hmm-est-maxes): Private ordinary functions
Function, (setf hmm-est-n): Private ordinary functions
Function, (setf hmm-est-probs): Private ordinary functions
Function, (setf hmm-est-resource): Private ordinary functions
Function, (setf hmm-m): Public ordinary functions
Function, (setf hmm-n): Public ordinary functions
Function, (setf hmm-pi): Public ordinary functions
Function, (setf io-copy-fn): Public ordinary functions
Function, (setf io-copy-fn-name): Private ordinary functions
Function, (setf io-free-fn): Public ordinary functions
Function, (setf io-free-fn-name): Private ordinary functions
Function, (setf io-io-copy-fn): Private ordinary functions
Function, (setf io-io-copy-fn-name): Private ordinary functions
Function, (setf io-io-free-fn): Private ordinary functions
Function, (setf io-io-free-fn-name): Private ordinary functions
Function, (setf io-io-read-fn): Private ordinary functions
Function, (setf io-io-read-fn-name): Private ordinary functions
Function, (setf io-io-size-fn): Private ordinary functions
Function, (setf io-io-size-fn-name): Private ordinary functions
Function, (setf io-io-write-fn): Private ordinary functions
Function, (setf io-io-write-fn-name): Private ordinary functions
Function, (setf io-order-fn): Public ordinary functions
Function, (setf io-order-fn-name): Private ordinary functions
Function, (setf io-read-fn): Public ordinary functions
Function, (setf io-read-fn-name): Private ordinary functions
Function, (setf io-size-fn): Public ordinary functions
Function, (setf io-size-fn-name): Private ordinary functions
Function, (setf io-write-fn): Public ordinary functions
Function, (setf io-write-fn-name): Private ordinary functions
Function, (setf pis-accessors): Private ordinary functions
Function, (setf pis-slot-names): Private ordinary functions
Function, (setf pis-slot-types): Private ordinary functions
Function, (setf sb-buckets): Private ordinary functions
Function, (setf sb-cons-fn): Private ordinary functions
Function, (setf sb-name): Private ordinary functions
Function, (setf sb-out-count): Private ordinary functions
Function, (setf sb-out-size): Private ordinary functions
Function, (setf sh-end): Private ordinary functions
Function, (setf sh-pos): Private ordinary functions
Function, (setf sh-read-pointer): Private ordinary functions
Function, (setf sh-ssb): Private ordinary functions
Function, (setf sh-stream): Private ordinary functions
Function, (setf skip-list-finger): Private ordinary functions
Function, (setf skip-list-header): Private ordinary functions
Function, (setf skip-list-length): Public ordinary functions
Function, (setf skip-list-level): Private ordinary functions
Function, (setf skip-list-order-fn): Private ordinary functions
Function, (setf ssb-buffer): Public ordinary functions
Function, (setf ssb-pointer): Public ordinary functions
Function, (setf ssb-size): Private ordinary functions
Function, (setf st-get): Public ordinary functions
Function, (setf svb-buffer): Public ordinary functions
Function, (setf svb-pointer): Public ordinary functions
Function, (setf svb-size): Public ordinary functions
Function, (setf svt-get): Public ordinary functions
Function, (setf tp-lower): Public ordinary functions
Function, (setf tp-upper): Public ordinary functions
Function, (setf trie-inverse-key-fn): Private ordinary functions
Function, (setf trie-key-fn): Private ordinary functions
Function, (setf trie-node-key): Public ordinary functions
Function, (setf trie-node-next): Private ordinary functions
Function, (setf trie-node-subnode): Private ordinary functions
Function, (setf trie-node-value): Public ordinary functions
Function, (setf trie-root-subnodes): Private ordinary functions
Function, (setf trie-root-value): Private ordinary functions
Function, (setf tt-delta): Private ordinary functions
Function, (setf tt-finals): Private ordinary functions
Function, (setf tt-start-state): Private ordinary functions
Function, add-arcs: Private ordinary functions
Function, add-dests: Private ordinary functions
Function, adjust-byte32v: Public ordinary functions
Function, adjust-fixv: Public ordinary functions
Function, adjust-lbyte32v: Public ordinary functions
Function, adjust-lfixv: Public ordinary functions
Function, adjust-lsfv: Public ordinary functions
Function, adjust-lsv: Public ordinary functions
Function, adjust-sfv: Public ordinary functions
Function, adjust-stream-head: Private ordinary functions
Function, adjust-sv: Public ordinary functions
Function, advance-finger: Private ordinary functions
Function, all-stems-identical-p: Private ordinary functions
Function, alloc-bt: Private ordinary functions
Function, alloc-byte32v: Public ordinary functions
Function, alloc-fixv: Public ordinary functions
Function, alloc-item: Public ordinary functions
Function, alloc-lbyte32v: Public ordinary functions
Function, alloc-lfixv: Public ordinary functions
Function, alloc-lsfv: Public ordinary functions
Function, alloc-lsv: Public ordinary functions
Function, alloc-sfv: Public ordinary functions
Function, alloc-string: Public ordinary functions
Function, alloc-sv: Public ordinary functions
Function, alloc-sv: Public ordinary functions
Function, apply-tokenizer: Private ordinary functions
Function, bias-hmm: Private ordinary functions
Function, binary-search: Private ordinary functions
Function, bt-class: Private ordinary functions
Function, bt-end-pos: Private ordinary functions
Function, bt-form: Private ordinary functions
Function, bt-start-pos: Private ordinary functions
Function, bt-tag: Private ordinary functions
Function, bucket-size: Private ordinary functions
Function, buffered-token-p: Private ordinary functions
Function, byte16-order: Public ordinary functions
Function, byte16-read: Public ordinary functions
Function, byte16-write: Public ordinary functions
Function, byte32-read: Public ordinary functions
Function, byte32-write: Public ordinary functions
Function, cached-set-finger: Private ordinary functions
Function, class->number: Public ordinary functions
Function, class-count: Public ordinary functions
Function, class-order: Public ordinary functions
Function, clean-text-string: Public ordinary functions
Function, clear-byte32v-storage: Public ordinary functions
Function, clear-fixv-storage: Public ordinary functions
Function, clear-sfv-storage: Public ordinary functions
Function, clear-skip-list: Public ordinary functions
Function, clear-sv-storage: Public ordinary functions
Function, clear-variable-storage: Public ordinary functions
Function, compute-a-prime: Private ordinary functions
Function, compute-alpha: Private ordinary functions
Function, compute-b-prime: Private ordinary functions
Function, compute-beta: Private ordinary functions
Function, compute-c: Private ordinary functions
Function, compute-epsilon: Private ordinary functions
Function, compute-log-likelihood: Private ordinary functions
Function, compute-maxes-at-sym: Private ordinary functions
Function, compute-pi-prime: Private ordinary functions
Function, constrain-hmm: Private ordinary functions
Function, constrain-matrix: Private ordinary functions
Function, constrain-vector: Private ordinary functions
Function, convert-symbol-biases: Private ordinary functions
Function, convert-transition-biases: Private ordinary functions
Function, copy-buffered-token: Private ordinary functions
Function, copy-byte32v: Public ordinary functions
Function, copy-fixv: Public ordinary functions
Function, copy-hmm: Private ordinary functions
Function, copy-hmm-est: Private ordinary functions
Function, copy-io-fns: Private ordinary functions
Function, copy-ordered-io-fns: Private ordinary functions
Function, copy-parsed-io-struct: Private ordinary functions
Function, copy-sfm: Private ordinary functions
Function, copy-sfv: Public ordinary functions
Function, copy-skip-list: Private ordinary functions
Function, copy-ssb: Public ordinary functions
Function, copy-states: Private ordinary functions
Function, copy-storage-bucket: Private ordinary functions
Function, copy-stream-head: Private ordinary functions
Function, copy-string-to-svb: Public ordinary functions
Function, copy-sv: Public ordinary functions
Function, copy-svb: Public ordinary functions
Function, copy-svb-to-string: Public ordinary functions
Function, copy-to-nfa: Private ordinary functions
Function, copy-tokenizer-tables: Private ordinary functions
Function, copy-transducer-pair: Private ordinary functions
Function, copy-trie: Private ordinary functions
Function, copy-trie-node: Private ordinary functions
Function, count-tags: Private ordinary functions
Function, covering-class: Private ordinary functions
Function, debug-io-fns: Public ordinary functions
Function, default-cons: Private ordinary functions
Function, delta-get: Public ordinary functions
Function, effective-function: Public ordinary functions
Function, evaluate-brown: Public ordinary functions
Function, extend-ssb: Private ordinary functions
Function, extend-svb: Public ordinary functions
Function, fast-integer-length: Private ordinary functions
Function, fill-byte32v: Public ordinary functions
Function, fill-fixv: Public ordinary functions
Function, fill-lbyte32v: Public ordinary functions
Function, fill-lfixv: Public ordinary functions
Function, fill-lsfv: Public ordinary functions
Function, fill-lsv: Public ordinary functions
Function, fill-sfm: Private ordinary functions
Function, fill-sfv: Public ordinary functions
Function, fill-sv: Public ordinary functions
Function, finalize-path: Private ordinary functions
Function, finger-end: Private ordinary functions
Function, finger-next: Private ordinary functions
Function, finger-start: Private ordinary functions
Function, format-name: Public ordinary functions
Function, free-bt: Private ordinary functions
Function, free-byte32v: Public ordinary functions
Function, free-cell: Public ordinary functions
Function, free-fixv: Public ordinary functions
Function, free-item: Public ordinary functions
Function, free-list: Public ordinary functions
Function, free-node: Private ordinary functions
Function, free-sfv: Public ordinary functions
Function, free-skip-list: Public ordinary functions
Function, free-string: Public ordinary functions
Function, free-sv: Public ordinary functions
Function, free-sv: Public ordinary functions
Function, free-tree: Public ordinary functions
Function, fsa-closure: Public ordinary functions
Function, fsa-concat: Public ordinary functions
Function, fsa-minus: Public ordinary functions
Function, fsa-optional: Public ordinary functions
Function, fsa-plus: Public ordinary functions
Function, fsa-symbol: Public ordinary functions
Function, fsa-union: Public ordinary functions
Function, get-class-number: Private ordinary functions
Function, get-qua-internal: Private ordinary functions
Function, get-random-id: Private ordinary functions
Function, grow-header: Private ordinary functions
Function, hmm-a: Public ordinary functions
Function, hmm-add: Private ordinary functions
Function, hmm-b: Public ordinary functions
Function, hmm-div: Private ordinary functions
Function, hmm-est-log-a: Private ordinary functions
Function, hmm-est-log-b: Private ordinary functions
Function, hmm-est-log-pi: Private ordinary functions
Function, hmm-est-m: Private ordinary functions
Function, hmm-est-maxes: Private ordinary functions
Function, hmm-est-n: Private ordinary functions
Function, hmm-est-p: Private ordinary functions
Function, hmm-est-probs: Private ordinary functions
Function, hmm-est-resource: Private ordinary functions
Function, hmm-m: Public ordinary functions
Function, hmm-maximal-path: Public ordinary functions
Function, hmm-n: Public ordinary functions
Function, hmm-p: Private ordinary functions
Function, hmm-pi: Public ordinary functions
Function, hmm-read: Public ordinary functions
Function, hmm-read-file: Public ordinary functions
Function, hmm-train: Public ordinary functions
Function, hmm-train-multiple: Public ordinary functions
Function, hmm-train-step: Private ordinary functions
Function, hmm-write: Public ordinary functions
Function, hmm-write-file: Public ordinary functions
Function, initialize-path: Private ordinary functions
Function, initialize-stream-head: Private ordinary functions
Function, insert-node: Private ordinary functions
Function, int29-order: Public ordinary functions
Function, int29-read: Public ordinary functions
Function, int29-size: Public ordinary functions
Function, int29-write: Public ordinary functions
Function, integer-order: Public ordinary functions
Function, integer-read: Public ordinary functions
Function, integer-size: Public ordinary functions
Function, integer-write: Public ordinary functions
Function, invert-class-numbers: Private ordinary functions
Function, io-copy-fn: Public ordinary functions
Function, io-copy-fn-name: Private ordinary functions
Function, io-fns-arg: Public ordinary functions
Function, io-fns-name: Public ordinary functions
Function, io-fns-p: Public ordinary functions
Function, io-free-fn: Public ordinary functions
Function, io-free-fn-name: Private ordinary functions
Function, io-io-copy-fn: Private ordinary functions
Function, io-io-copy-fn-name: Private ordinary functions
Function, io-io-fns-name: Private ordinary functions
Function, io-io-free-fn: Private ordinary functions
Function, io-io-free-fn-name: Private ordinary functions
Function, io-io-read-fn: Private ordinary functions
Function, io-io-read-fn-name: Private ordinary functions
Function, io-io-size-fn: Private ordinary functions
Function, io-io-size-fn-name: Private ordinary functions
Function, io-io-write-fn: Private ordinary functions
Function, io-io-write-fn-name: Private ordinary functions
Function, io-order-fn: Public ordinary functions
Function, io-order-fn-name: Private ordinary functions
Function, io-read-fn: Public ordinary functions
Function, io-read-fn-name: Private ordinary functions
Function, io-size-fn: Public ordinary functions
Function, io-size-fn-name: Private ordinary functions
Function, io-write-fn: Public ordinary functions
Function, io-write-fn-name: Private ordinary functions
Function, lexicon-tags: Public ordinary functions
Function, log-matrix-transposed: Private ordinary functions
Function, log-vector: Private ordinary functions
Function, make-bt: Private ordinary functions
Function, make-byte32v: Public ordinary functions
Function, make-class-numbers: Private ordinary functions
Function, make-delta: Private ordinary functions
Function, make-fixv: Public ordinary functions
Function, make-hmm: Public ordinary functions
Function, make-hmm-est: Public ordinary functions
Function, make-io-fns: Public ordinary functions
Function, make-node: Private ordinary functions
Function, make-ordered-io-fns: Public ordinary functions
Function, make-pair-order-fn: Private ordinary functions
Function, make-pis: Private ordinary functions
Function, make-set-set: Private ordinary functions
Function, make-sfm: Public ordinary functions
Function, make-sfv: Public ordinary functions
Function, make-simple-vector-trie: Public ordinary functions
Function, make-skip-list: Public ordinary functions
Function, make-ssb: Public ordinary functions
Function, make-state-map: Public ordinary functions
Function, make-state-relation: Public ordinary functions
Function, make-state-set: Private ordinary functions
Function, make-storage-bucket: Private ordinary functions
Function, make-stream-head: Private ordinary functions
Function, make-string-trie: Public ordinary functions
Function, make-sv: Public ordinary functions
Function, make-svb: Public ordinary functions
Function, make-symbol-relation: Private ordinary functions
Function, make-symbol-set: Private ordinary functions
Function, make-tag: Private ordinary functions
Function, make-tokenizer-fsa: Public ordinary functions
Function, make-tokenizer-tables: Private ordinary functions
Function, make-training-hmm: Private ordinary functions
Function, make-transducer-pair: Public ordinary functions
Function, make-trie: Private ordinary functions
Function, make-trie-node: Private ordinary functions
Function, make-variable-storage: Public ordinary functions
Function, map-skip-list: Public ordinary functions
Function, map-st: Public ordinary functions
Function, map-state: Private ordinary functions
Function, map-svt: Public ordinary functions
Function, mask-tag-table: Private ordinary functions
Function, next-array: Private ordinary functions
Function, normalize-a-prime: Private ordinary functions
Function, normalize-alpha: Private ordinary functions
Function, number->class: Public ordinary functions
Function, number->tag: Public ordinary functions
Function, ordered-io-fns-p: Public ordinary functions
Function, parse-token: Private ordinary functions
Function, pis-accessors: Private ordinary functions
Function, pis-slot-names: Private ordinary functions
Function, pis-slot-types: Private ordinary functions
Function, pop-node: Private ordinary functions
Function, print-paragraph: Public ordinary functions
Function, print-storage-bucket: Private ordinary functions
Function, print-variable-storage: Public ordinary functions
Function, random-level: Private ordinary functions
Function, re-read-lexicon: Public ordinary functions
Function, read-byte32: Public ordinary functions
Function, read-string-trie: Public ordinary functions
Function, read-until-newline: Private ordinary functions
Function, read-until-space: Private ordinary functions
Function, read-vector-lexicon: Public ordinary functions
Function, regexp-to-fsa: Public ordinary functions
Function, reinitialize-ssb: Public ordinary functions
Function, remove-node: Private ordinary functions
Function, return-array: Private ordinary functions
Function, round-bucket: Private ordinary functions
Function, sb-buckets: Private ordinary functions
Function, sb-cons-fn: Private ordinary functions
Function, sb-name: Private ordinary functions
Function, sb-out-count: Private ordinary functions
Function, sb-out-size: Private ordinary functions
Function, set-finger: Private ordinary functions
Function, sfm-add: Private ordinary functions
Function, sfm-div: Private ordinary functions
Function, sfm-read: Private ordinary functions
Function, sfm-write: Private ordinary functions
Function, sfv-add: Public ordinary functions
Function, sfv-div: Public ordinary functions
Function, sfv-max: Public ordinary functions
Function, sfv-read: Public ordinary functions
Function, sfv-size: Public ordinary functions
Function, sfv-write: Public ordinary functions
Function, sh-end: Private ordinary functions
Function, sh-pos: Private ordinary functions
Function, sh-read-char: Private ordinary functions
Function, sh-read-pointer: Private ordinary functions
Function, sh-ssb: Private ordinary functions
Function, sh-stream: Private ordinary functions
Function, shift-nodes: Private ordinary functions
Function, shrink-header: Private ordinary functions
Function, simple-string-copy: Public ordinary functions
Function, simple-string-order: Public ordinary functions
Function, simple-string-size: Public ordinary functions
Function, simple-stringp-order: Public ordinary functions
Function, single-float-order: Public ordinary functions
Function, single-float-read: Public ordinary functions
Function, single-float-size: Public ordinary functions
Function, single-float-write: Public ordinary functions
Function, size-bucket: Private ordinary functions
Function, skip-list-copy: Public ordinary functions
Function, skip-list-delta: Private ordinary functions
Function, skip-list-destructive-intersection: Private ordinary functions
Function, skip-list-difference: Public ordinary functions
Function, skip-list-finger: Private ordinary functions
Function, skip-list-get: Public ordinary functions
Function, skip-list-header: Private ordinary functions
Function, skip-list-intersection: Public ordinary functions
Function, skip-list-length: Public ordinary functions
Function, skip-list-level: Private ordinary functions
Function, skip-list-merge: Public ordinary functions
Function, skip-list-order-fn: Private ordinary functions
Function, skip-list-p: Private ordinary functions
Function, skip-list-pop: Public ordinary functions
Function, skip-list-put: Private ordinary functions
Function, skip-list-remove: Public ordinary functions
Function, skip-list-top: Public ordinary functions
Function, skip-list-union: Public ordinary functions
Function, sort-fixnum-plist: Private ordinary functions
Function, sort-trie: Public ordinary functions
Function, sort-trie-node: Private ordinary functions
Function, ssb-buffer: Public ordinary functions
Function, ssb-pointer: Public ordinary functions
Function, ssb-read-line: Public ordinary functions
Function, ssb-size: Private ordinary functions
Function, ssb-string: Public ordinary functions
Function, ssb-string=: Public ordinary functions
Function, sstring-buffer-p: Private ordinary functions
Function, sstring-replace: Private ordinary functions
Function, st-get: Public ordinary functions
Function, states-get: Public ordinary functions
Function, storage-bucket-p: Private ordinary functions
Function, stream-head-p: Private ordinary functions
Function, stream-to-tokens: Private ordinary functions
Function, string-copy: Public ordinary functions
Function, string-input-stream-limit: Private ordinary functions
Function, string-order: Public ordinary functions
Function, string-read: Public ordinary functions
Function, string-size: Public ordinary functions
Function, string-write: Public ordinary functions
Function, stringp-order: Public ordinary functions
Function, sv-copy: Public ordinary functions
Function, sv-replace: Private ordinary functions
Function, svb-buffer: Public ordinary functions
Function, svb-p: Private ordinary functions
Function, svb-pointer: Public ordinary functions
Function, svb-size: Public ordinary functions
Function, svt-get: Public ordinary functions
Function, symbols-get: Public ordinary functions
Function, tag->number: Public ordinary functions
Function, tag-count: Public ordinary functions
Function, tag-file: Public ordinary functions
Function, tag-next-sentence: Private ordinary functions
Function, tag-string: Public ordinary functions
Function, tdb-compile: Public ordinary functions
Function, tdb-dirpath: Public ordinary functions
Function, tdb-pathname: Public ordinary functions
Function, tokenize-file: Public ordinary functions
Function, tokenizer-tables-p: Private ordinary functions
Function, tokens-to-input-seq: Private ordinary functions
Function, tp-lower: Public ordinary functions
Function, tp-upper: Public ordinary functions
Function, train-combination: Public ordinary functions
Function, train-guesser-on-files: Public ordinary functions
Function, train-on-docs: Public ordinary functions
Function, train-on-docs-internal: Private ordinary functions
Function, train-on-files: Public ordinary functions
Function, train-on-files-internal: Private ordinary functions
Function, train-on-streams: Private ordinary functions
Function, transducer-pair-p: Public ordinary functions
Function, trie-inverse-key-fn: Private ordinary functions
Function, trie-key-fn: Private ordinary functions
Function, trie-node-key: Public ordinary functions
Function, trie-node-next: Private ordinary functions
Function, trie-node-p: Private ordinary functions
Function, trie-node-subnode: Private ordinary functions
Function, trie-node-value: Public ordinary functions
Function, trie-p: Private ordinary functions
Function, trie-root-subnodes: Private ordinary functions
Function, trie-root-value: Private ordinary functions
Function, truncate-trie: Private ordinary functions
Function, tt-delta: Private ordinary functions
Function, tt-finals: Private ordinary functions
Function, tt-start-state: Private ordinary functions
Function, undebug-io-fns: Public ordinary functions
Function, valid-id-p: Private ordinary functions
Function, walk-string: Public ordinary functions
Function, write-byte32: Public ordinary functions
Function, write-string-trie: Public ordinary functions

G
Generic Function, (setf brown-truth-ts): Private generic functions
Generic Function, (setf closed-class-table): Private generic functions
Generic Function, (setf dict-ts): Private generic functions
Generic Function, (setf dict-ts): Private generic functions
Generic Function, (setf dict-ts): Private generic functions
Generic Function, (setf fsa-backups): Private generic functions
Generic Function, (setf fsa-delta): Public generic functions
Generic Function, (setf fsa-final-states): Public generic functions
Generic Function, (setf fsa-start-state): Public generic functions
Generic Function, (setf fsa-types): Private generic functions
Generic Function, (setf last-state): Public generic functions
Generic Function, (setf lexicon-open-class): Public generic functions
Generic Function, (setf list-head): Private generic functions
Generic Function, (setf list-order): Private generic functions
Generic Function, (setf paragraph-start-pos): Public generic functions
Generic Function, (setf relation-get): Public generic functions
Generic Function, (setf relation-skip-list): Private generic functions
Generic Function, (setf sentence-start-pos): Public generic functions
Generic Function, (setf suffix-pathname): Public generic functions
Generic Function, (setf suffix-trie): Private generic functions
Generic Function, (setf suffix-ts-count): Private generic functions
Generic Function, (setf tagger-pathname): Public generic functions
Generic Function, (setf tagger-symbol-biases): Public generic functions
Generic Function, (setf tagger-transition-biases): Public generic functions
Generic Function, (setf token-end-pos): Public generic functions
Generic Function, (setf ts-ambiguous): Private generic functions
Generic Function, (setf ts-char-stream): Public generic functions
Generic Function, (setf ts-class-trie): Private generic functions
Generic Function, (setf ts-class-vector): Private generic functions
Generic Function, (setf ts-confusion-table): Private generic functions
Generic Function, (setf ts-doc-id): Public generic functions
Generic Function, (setf ts-error-trie): Private generic functions
Generic Function, (setf ts-errors): Private generic functions
Generic Function, (setf ts-hmm): Private generic functions
Generic Function, (setf ts-hmm-est): Private generic functions
Generic Function, (setf ts-lexicon): Public generic functions
Generic Function, (setf ts-output-p): Private generic functions
Generic Function, (setf ts-tag-trie): Private generic functions
Generic Function, (setf ts-tag-vector): Private generic functions
Generic Function, (setf ts-total): Private generic functions
Generic Function, (setf vl-class-tags): Private generic functions
Generic Function, (setf vl-classes): Private generic functions
Generic Function, (setf vl-pathname): Private generic functions
Generic Function, (setf vl-stems): Private generic functions
Generic Function, (setf vl-surface): Private generic functions
Generic Function, brown-truth-ts: Private generic functions
Generic Function, check-tag-state: Public generic functions
Generic Function, close-corpus: Public generic functions
Generic Function, close-doc: Public generic functions
Generic Function, closed-class-table: Private generic functions
Generic Function, copy-delta: Public generic functions
Generic Function, corpus-id-limit: Public generic functions
Generic Function, determinize: Public generic functions
Generic Function, dict-ts: Private generic functions
Generic Function, dict-ts: Private generic functions
Generic Function, dict-ts: Private generic functions
Generic Function, display-doc: Public generic functions
Generic Function, doc-title: Public generic functions
Generic Function, epsilon-closure: Private generic functions
Generic Function, extended-delta: Private generic functions
Generic Function, file-length: Private generic functions
Generic Function, fsa-backups: Private generic functions
Generic Function, fsa-delta: Public generic functions
Generic Function, fsa-final-states: Public generic functions
Generic Function, fsa-print: Private generic functions
Generic Function, fsa-start-state: Public generic functions
Generic Function, fsa-types: Private generic functions
Generic Function, get-text-string: Public generic functions
Generic Function, in-language-p: Public generic functions
Generic Function, initialize-corpus: Public generic functions
Generic Function, invert: Public generic functions
Generic Function, last-state: Public generic functions
Generic Function, lexicon-classes: Public generic functions
Generic Function, lexicon-lookup: Public generic functions
Generic Function, lexicon-open-class: Public generic functions
Generic Function, list-head: Private generic functions
Generic Function, list-order: Private generic functions
Generic Function, make-dfa: Public generic functions
Generic Function, make-fsa-delta-load-form: Private generic functions
Generic Function, make-fsa-final-states-load-form: Private generic functions
Generic Function, make-nfa: Public generic functions
Generic Function, make-ordered-set: Public generic functions
Generic Function, make-relation: Public generic functions
Generic Function, make-state: Public generic functions
Generic Function, make-ts: Public generic functions
Generic Function, make-tt: Private generic functions
Generic Function, map-docs: Public generic functions
Generic Function, match-doc-titles: Public generic functions
Generic Function, merge-states: Private generic functions
Generic Function, minimize: Public generic functions
Generic Function, next-token: Public generic functions
Generic Function, open-corpus: Public generic functions
Generic Function, open-doc: Public generic functions
Generic Function, paragraph-start-pos: Public generic functions
Generic Function, print-token-stream: Public generic functions
Generic Function, relation-empty-p: Public generic functions
Generic Function, relation-get: Public generic functions
Generic Function, relation-map: Public generic functions
Generic Function, relation-skip-list: Private generic functions
Generic Function, sentence-start-pos: Public generic functions
Generic Function, set-clear: Public generic functions
Generic Function, set-copy: Public generic functions
Generic Function, set-empty-p: Public generic functions
Generic Function, set-insert: Public generic functions
Generic Function, set-intersect: Public generic functions
Generic Function, set-length: Public generic functions
Generic Function, set-map: Public generic functions
Generic Function, set-member-p: Public generic functions
Generic Function, set-minus: Public generic functions
Generic Function, set-order-fn: Public generic functions
Generic Function, set-union: Public generic functions
Generic Function, state-order-fn: Public generic functions
Generic Function, suffix-pathname: Public generic functions
Generic Function, suffix-trie: Private generic functions
Generic Function, suffix-ts-count: Private generic functions
Generic Function, symbol-order-fn: Public generic functions
Generic Function, tagger-pathname: Public generic functions
Generic Function, tagger-symbol-biases: Public generic functions
Generic Function, tagger-transition-biases: Public generic functions
Generic Function, token-class: Public generic functions
Generic Function, token-end-pos: Public generic functions
Generic Function, token-start-pos: Public generic functions
Generic Function, tokenizer-fsa: Public generic functions
Generic Function, tokenizer-tt: Private generic functions
Generic Function, ts-ambiguous: Private generic functions
Generic Function, ts-char-stream: Public generic functions
Generic Function, ts-class-trie: Private generic functions
Generic Function, ts-class-vector: Private generic functions
Generic Function, ts-confusion-table: Private generic functions
Generic Function, ts-doc-id: Public generic functions
Generic Function, ts-error-trie: Private generic functions
Generic Function, ts-errors: Private generic functions
Generic Function, ts-hmm: Private generic functions
Generic Function, ts-hmm-est: Private generic functions
Generic Function, ts-lexicon: Public generic functions
Generic Function, ts-output-p: Private generic functions
Generic Function, ts-tag-trie: Private generic functions
Generic Function, ts-tag-vector: Private generic functions
Generic Function, ts-total: Private generic functions
Generic Function, ts-types: Public generic functions
Generic Function, update-corpus: Public generic functions
Generic Function, vl-class-tags: Private generic functions
Generic Function, vl-classes: Private generic functions
Generic Function, vl-pathname: Private generic functions
Generic Function, vl-stems: Private generic functions
Generic Function, vl-surface: Private generic functions
Generic Function, write-tag-state: Public generic functions
Generic Function, write-vector-lexicon: Public generic functions
get-byte8-stream-position: Public macros
get-class-number: Private ordinary functions
get-qua: Public macros
get-qua-internal: Private ordinary functions
get-random-id: Private ordinary functions
get-text-string: Public generic functions
get-text-string: Public generic functions
get-text-string: Public generic functions
grow-header: Private ordinary functions

H
hmm-a: Public ordinary functions
hmm-add: Private ordinary functions
hmm-b: Public ordinary functions
hmm-div: Private ordinary functions
hmm-est-log-a: Private ordinary functions
hmm-est-log-b: Private ordinary functions
hmm-est-log-pi: Private ordinary functions
hmm-est-m: Private ordinary functions
hmm-est-maxes: Private ordinary functions
hmm-est-n: Private ordinary functions
hmm-est-p: Private ordinary functions
hmm-est-probs: Private ordinary functions
hmm-est-resource: Private ordinary functions
hmm-m: Public ordinary functions
hmm-maximal-path: Public ordinary functions
hmm-n: Public ordinary functions
hmm-p: Private ordinary functions
hmm-pi: Public ordinary functions
hmm-read: Public ordinary functions
hmm-read-file: Public ordinary functions
hmm-train: Public ordinary functions
hmm-train-multiple: Public ordinary functions
hmm-train-step: Private ordinary functions
hmm-write: Public ordinary functions
hmm-write-file: Public ordinary functions

I
in-language-p: Public generic functions
in-language-p: Public generic functions
in-language-p: Public generic functions
initialize-corpus: Public generic functions
initialize-corpus: Public generic functions
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-path: Private ordinary functions
initialize-stream-head: Private ordinary functions
insert-node: Private ordinary functions
int: Private macros
int29-order: Public ordinary functions
int29-read: Public ordinary functions
int29-size: Public ordinary functions
int29-write: Public ordinary functions
integer-order: Public ordinary functions
integer-read: Public ordinary functions
integer-size: Public ordinary functions
integer-write: Public ordinary functions
invert: Public generic functions
invert: Public generic functions
invert: Public generic functions
invert-class-numbers: Private ordinary functions
io-copy-fn: Public ordinary functions
io-copy-fn-name: Private ordinary functions
io-fns-arg: Public ordinary functions
io-fns-name: Public ordinary functions
io-fns-p: Public ordinary functions
io-free-fn: Public ordinary functions
io-free-fn-name: Private ordinary functions
io-io-copy-fn: Private ordinary functions
io-io-copy-fn-name: Private ordinary functions
io-io-fns-name: Private ordinary functions
io-io-free-fn: Private ordinary functions
io-io-free-fn-name: Private ordinary functions
io-io-read-fn: Private ordinary functions
io-io-read-fn-name: Private ordinary functions
io-io-size-fn: Private ordinary functions
io-io-size-fn-name: Private ordinary functions
io-io-write-fn: Private ordinary functions
io-io-write-fn-name: Private ordinary functions
io-order-fn: Public ordinary functions
io-order-fn-name: Private ordinary functions
io-read-fn: Public ordinary functions
io-read-fn-name: Private ordinary functions
io-size-fn: Public ordinary functions
io-size-fn-name: Private ordinary functions
io-write-fn: Public ordinary functions
io-write-fn-name: Private ordinary functions

K
kill-process: Public macros

L
last-state: Public generic functions
last-state: Public generic functions
lert: Public macros
lert*: Public macros
let-byte32v: Public macros
let-fixv: Public macros
let-sfv: Public macros
let-sv: Public macros
lexicon-classes: Public generic functions
lexicon-classes: Public generic functions
lexicon-classes: Public generic functions
lexicon-classes: Public generic functions
lexicon-lookup: Public generic functions
lexicon-lookup: Public generic functions
lexicon-lookup: Public generic functions
lexicon-lookup: Public generic functions
lexicon-lookup: Public generic functions
lexicon-open-class: Public generic functions
lexicon-open-class: Public generic functions
lexicon-open-class: Public generic functions
lexicon-tags: Public ordinary functions
list-head: Private generic functions
list-head: Private generic functions
list-order: Private generic functions
list-order: Private generic functions
log-matrix-transposed: Private ordinary functions
log-vector: Private ordinary functions

M
Macro, %list: Public macros
Macro, %pop: Public macros
Macro, %push: Public macros
Macro, %vector: Public macros
Macro, %with-collection: Public macros
Macro, add-process: Public macros
Macro, ash-1: Private macros
Macro, byte32v-length: Public macros
Macro, byte32vref: Public macros
Macro, byte8-read: Public macros
Macro, byte8-stream-length: Public macros
Macro, byte8-write: Public macros
Macro, close-byte8-stream: Public macros
Macro, cltl1-eval-when: Public macros
Macro, coin-toss: Private macros
Macro, def-tdb-system: Public macros
Macro, def-tokenizer-fsa: Public macros
Macro, define-io-fns: Public macros
Macro, define-io-struct: Public macros
Macro, define-list-sorter: Public macros
Macro, define-trie: Public macros
Macro, define-vector-resource: Private macros
Macro, defun-compile-time: Private macros
Macro, delta-ref: Private macros
Macro, do-docs: Public macros
Macro, do-nodes: Private macros
Macro, do-plist: Private macros
Macro, do-plist: Private macros
Macro, do-skip-list: Public macros
Macro, do-titles: Public macros
Macro, do-tokens: Public macros
Macro, f+: Private macros
Macro, fash: Private macros
Macro, fast-alpha-char-p: Private macros
Macro, fast-read-char: Public macros
Macro, fast-read-file-char: Public macros
Macro, find-io-fns: Public macros
Macro, fits-bucket-p: Private macros
Macro, fixv-length: Public macros
Macro, fixvref: Public macros
Macro, flush-byte8-stream: Public macros
Macro, free-fn: Public macros
Macro, get-byte8-stream-position: Public macros
Macro, get-qua: Public macros
Macro, int: Private macros
Macro, kill-process: Public macros
Macro, lert: Public macros
Macro, lert*: Public macros
Macro, let-byte32v: Public macros
Macro, let-fixv: Public macros
Macro, let-sfv: Public macros
Macro, let-sv: Public macros
Macro, make-keyword: Private macros
Macro, make-lock: Public macros
Macro, node-key: Private macros
Macro, node-level: Private macros
Macro, node-next: Private macros
Macro, node-value: Private macros
Macro, once-only: Public macros
Macro, open-byte8-stream: Public macros
Macro, pad-byte8-stream: Public macros
Macro, process-block: Public macros
Macro, resource-type: Public macros
Macro, set-byte8-stream-position: Public macros
Macro, sfmref: Public macros
Macro, sfv-length: Public macros
Macro, sfvref: Public macros
Macro, skip-list-empty-p: Public macros
Macro, ssb-push-extend: Public macros
Macro, string-fill-pointer: Private macros
Macro, string-table-length: Private macros
Macro, sv-fill-pointer: Private macros
Macro, sv-length: Public macros
Macro, sv-table-length: Private macros
Macro, svb-push-extend: Public macros
Macro, svbref: Public macros
Macro, this-process: Public macros
Macro, top-node: Private macros
Macro, vl-length: Private macros
Macro, with-collection: Public macros
Macro, with-effective-function: Public macros
Macro, with-lock: Public macros
Macro, with-locks: Public macros
Macro, with-open-byte8-stream: Public macros
Macro, with-storage-balance: Public macros
Macro, without-interrupts: Public macros
make-bt: Private ordinary functions
make-byte32v: Public ordinary functions
make-class-numbers: Private ordinary functions
make-delta: Private ordinary functions
make-dfa: Public generic functions
make-dfa: Public generic functions
make-dfa: Public generic functions
make-fixv: Public ordinary functions
make-fsa-delta-load-form: Private generic functions
make-fsa-delta-load-form: Private generic functions
make-fsa-final-states-load-form: Private generic functions
make-fsa-final-states-load-form: Private generic functions
make-hmm: Public ordinary functions
make-hmm-est: Public ordinary functions
make-io-fns: Public ordinary functions
make-keyword: Private macros
make-load-form: Public standalone methods
make-lock: Public macros
make-nfa: Public generic functions
make-nfa: Public generic functions
make-nfa: Public generic functions
make-node: Private ordinary functions
make-ordered-io-fns: Public ordinary functions
make-ordered-set: Public generic functions
make-ordered-set: Public generic functions
make-pair-order-fn: Private ordinary functions
make-pis: Private ordinary functions
make-relation: Public generic functions
make-relation: Public generic functions
make-set-set: Private ordinary functions
make-sfm: Public ordinary functions
make-sfv: Public ordinary functions
make-simple-vector-trie: Public ordinary functions
make-skip-list: Public ordinary functions
make-ssb: Public ordinary functions
make-state: Public generic functions
make-state: Public generic functions
make-state-map: Public ordinary functions
make-state-relation: Public ordinary functions
make-state-set: Private ordinary functions
make-storage-bucket: Private ordinary functions
make-stream-head: Private ordinary functions
make-string-trie: Public ordinary functions
make-sv: Public ordinary functions
make-svb: Public ordinary functions
make-symbol-relation: Private ordinary functions
make-symbol-set: Private ordinary functions
make-tag: Private ordinary functions
make-tokenizer-fsa: Public ordinary functions
make-tokenizer-tables: Private ordinary functions
make-training-hmm: Private ordinary functions
make-transducer-pair: Public ordinary functions
make-trie: Private ordinary functions
make-trie-node: Private ordinary functions
make-ts: Public generic functions
make-ts: Public generic functions
make-tt: Private generic functions
make-tt: Private generic functions
make-variable-storage: Public ordinary functions
map-docs: Public generic functions
map-skip-list: Public ordinary functions
map-st: Public ordinary functions
map-state: Private ordinary functions
map-svt: Public ordinary functions
mask-tag-table: Private ordinary functions
match-doc-titles: Public generic functions
match-doc-titles: Public generic functions
merge-states: Private generic functions
merge-states: Private generic functions
Method, (setf brown-truth-ts): Private generic functions
Method, (setf closed-class-table): Private generic functions
Method, (setf dict-ts): Private generic functions
Method, (setf dict-ts): Private generic functions
Method, (setf dict-ts): Private generic functions
Method, (setf fsa-backups): Private generic functions
Method, (setf fsa-delta): Public generic functions
Method, (setf fsa-final-states): Public generic functions
Method, (setf fsa-start-state): Public generic functions
Method, (setf fsa-types): Private generic functions
Method, (setf last-state): Public generic functions
Method, (setf lexicon-open-class): Public generic functions
Method, (setf list-head): Private generic functions
Method, (setf list-order): Private generic functions
Method, (setf paragraph-start-pos): Public generic functions
Method, (setf relation-get): Public generic functions
Method, (setf relation-skip-list): Private generic functions
Method, (setf sentence-start-pos): Public generic functions
Method, (setf suffix-pathname): Public generic functions
Method, (setf suffix-trie): Private generic functions
Method, (setf suffix-trie): Private generic functions
Method, (setf suffix-ts-count): Private generic functions
Method, (setf tagger-pathname): Public generic functions
Method, (setf tagger-symbol-biases): Public generic functions
Method, (setf tagger-transition-biases): Public generic functions
Method, (setf token-end-pos): Public generic functions
Method, (setf ts-ambiguous): Private generic functions
Method, (setf ts-char-stream): Public generic functions
Method, (setf ts-class-trie): Private generic functions
Method, (setf ts-class-vector): Private generic functions
Method, (setf ts-confusion-table): Private generic functions
Method, (setf ts-doc-id): Public generic functions
Method, (setf ts-error-trie): Private generic functions
Method, (setf ts-errors): Private generic functions
Method, (setf ts-hmm): Private generic functions
Method, (setf ts-hmm-est): Private generic functions
Method, (setf ts-lexicon): Public generic functions
Method, (setf ts-output-p): Private generic functions
Method, (setf ts-tag-trie): Private generic functions
Method, (setf ts-tag-vector): Private generic functions
Method, (setf ts-total): Private generic functions
Method, (setf vl-class-tags): Private generic functions
Method, (setf vl-classes): Private generic functions
Method, (setf vl-pathname): Private generic functions
Method, (setf vl-stems): Private generic functions
Method, (setf vl-surface): Private generic functions
Method, brown-truth-ts: Private generic functions
Method, check-tag-state: Public generic functions
Method, close-corpus: Public generic functions
Method, close-doc: Public generic functions
Method, closed-class-table: Private generic functions
Method, copy-delta: Public generic functions
Method, copy-delta: Public generic functions
Method, corpus-id-limit: Public generic functions
Method, determinize: Public generic functions
Method, determinize: Public generic functions
Method, dict-ts: Private generic functions
Method, dict-ts: Private generic functions
Method, dict-ts: Private generic functions
Method, display-doc: Public generic functions
Method, doc-title: Public generic functions
Method, epsilon-closure: Private generic functions
Method, epsilon-closure: Private generic functions
Method, extended-delta: Private generic functions
Method, extended-delta: Private generic functions
Method, file-length: Private generic functions
Method, file-length: Private generic functions
Method, fsa-backups: Private generic functions
Method, fsa-delta: Public generic functions
Method, fsa-final-states: Public generic functions
Method, fsa-print: Private generic functions
Method, fsa-start-state: Public generic functions
Method, fsa-types: Private generic functions
Method, get-text-string: Public generic functions
Method, get-text-string: Public generic functions
Method, in-language-p: Public generic functions
Method, in-language-p: Public generic functions
Method, initialize-corpus: Public generic functions
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, invert: Public generic functions
Method, invert: Public generic functions
Method, last-state: Public generic functions
Method, lexicon-classes: Public generic functions
Method, lexicon-classes: Public generic functions
Method, lexicon-classes: Public generic functions
Method, lexicon-lookup: Public generic functions
Method, lexicon-lookup: Public generic functions
Method, lexicon-lookup: Public generic functions
Method, lexicon-lookup: Public generic functions
Method, lexicon-open-class: Public generic functions
Method, lexicon-open-class: Public generic functions
Method, list-head: Private generic functions
Method, list-order: Private generic functions
Method, make-dfa: Public generic functions
Method, make-dfa: Public generic functions
Method, make-fsa-delta-load-form: Private generic functions
Method, make-fsa-final-states-load-form: Private generic functions
Method, make-load-form: Public standalone methods
Method, make-nfa: Public generic functions
Method, make-nfa: Public generic functions
Method, make-ordered-set: Public generic functions
Method, make-relation: Public generic functions
Method, make-state: Public generic functions
Method, make-ts: Public generic functions
Method, make-tt: Private generic functions
Method, match-doc-titles: Public generic functions
Method, merge-states: Private generic functions
Method, minimize: Public generic functions
Method, next-token: Public generic functions
Method, next-token: Public generic functions
Method, next-token: Public generic functions
Method, next-token: Public generic functions
Method, next-token: Public generic functions
Method, next-token: Public generic functions
Method, next-token: Public generic functions
Method, next-token: Public generic functions
Method, open-corpus: Public generic functions
Method, paragraph-start-pos: Public generic functions
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-token-stream: Public generic functions
Method, reinitialize-instance: Public standalone methods
Method, reinitialize-instance: Public standalone methods
Method, reinitialize-instance: Public standalone methods
Method, reinitialize-instance: Public standalone methods
Method, relation-empty-p: Public generic functions
Method, relation-get: Public generic functions
Method, relation-map: Public generic functions
Method, relation-skip-list: Private generic functions
Method, sentence-start-pos: Public generic functions
Method, set-clear: Public generic functions
Method, set-copy: Public generic functions
Method, set-empty-p: Public generic functions
Method, set-insert: Public generic functions
Method, set-intersect: Public generic functions
Method, set-length: Public generic functions
Method, set-map: Public generic functions
Method, set-member-p: Public generic functions
Method, set-minus: Public generic functions
Method, set-order-fn: Public generic functions
Method, set-union: Public generic functions
Method, shared-initialize: Public standalone methods
Method, shared-initialize: Public standalone methods
Method, shared-initialize: Public standalone methods
Method, shared-initialize: Public standalone methods
Method, shared-initialize: Public standalone methods
Method, state-order-fn: Public generic functions
Method, suffix-pathname: Public generic functions
Method, suffix-trie: Private generic functions
Method, suffix-trie: Private generic functions
Method, suffix-ts-count: Private generic functions
Method, symbol-order-fn: Public generic functions
Method, symbol-order-fn: Public generic functions
Method, symbol-order-fn: Public generic functions
Method, symbol-order-fn: Public generic functions
Method, symbol-order-fn: Public generic functions
Method, symbol-order-fn: Public generic functions
Method, tagger-pathname: Public generic functions
Method, tagger-symbol-biases: Public generic functions
Method, tagger-transition-biases: Public generic functions
Method, token-class: Public generic functions
Method, token-end-pos: Public generic functions
Method, token-end-pos: Public generic functions
Method, token-start-pos: Public generic functions
Method, token-start-pos: Public generic functions
Method, tokenizer-fsa: Public generic functions
Method, tokenizer-tt: Private generic functions
Method, ts-ambiguous: Private generic functions
Method, ts-char-stream: Public generic functions
Method, ts-class-trie: Private generic functions
Method, ts-class-vector: Private generic functions
Method, ts-confusion-table: Private generic functions
Method, ts-doc-id: Public generic functions
Method, ts-error-trie: Private generic functions
Method, ts-errors: Private generic functions
Method, ts-hmm: Private generic functions
Method, ts-hmm-est: Private generic functions
Method, ts-lexicon: Public generic functions
Method, ts-output-p: Private generic functions
Method, ts-tag-trie: Private generic functions
Method, ts-tag-vector: Private generic functions
Method, ts-total: Private generic functions
Method, ts-types: Public generic functions
Method, update-corpus: Public generic functions
Method, vl-class-tags: Private generic functions
Method, vl-classes: Private generic functions
Method, vl-pathname: Private generic functions
Method, vl-stems: Private generic functions
Method, vl-surface: Private generic functions
Method, write-tag-state: Public generic functions
Method, write-tag-state: Public generic functions
Method, write-vector-lexicon: Public generic functions
minimize: Public generic functions
minimize: Public generic functions

N
next-array: Private ordinary functions
next-token: Public generic functions
next-token: Public generic functions
next-token: Public generic functions
next-token: Public generic functions
next-token: Public generic functions
next-token: Public generic functions
next-token: Public generic functions
next-token: Public generic functions
next-token: Public generic functions
node-key: Private macros
node-level: Private macros
node-next: Private macros
node-value: Private macros
normalize-a-prime: Private ordinary functions
normalize-alpha: Private ordinary functions
number->class: Public ordinary functions
number->tag: Public ordinary functions

O
once-only: Public macros
open-byte8-stream: Public macros
open-corpus: Public generic functions
open-corpus: Public generic functions
open-doc: Public generic functions
ordered-io-fns-p: Public ordinary functions

P
pad-byte8-stream: Public macros
paragraph-start-pos: Public generic functions
paragraph-start-pos: Public generic functions
parse-token: Private ordinary functions
pis-accessors: Private ordinary functions
pis-slot-names: Private ordinary functions
pis-slot-types: Private ordinary functions
pop-node: Private ordinary functions
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-paragraph: Public ordinary functions
print-storage-bucket: Private ordinary functions
print-token-stream: Public generic functions
print-token-stream: Public generic functions
print-variable-storage: Public ordinary functions
process-block: Public macros

R
random-level: Private ordinary functions
re-read-lexicon: Public ordinary functions
read-byte32: Public ordinary functions
read-string-trie: Public ordinary functions
read-until-newline: Private ordinary functions
read-until-space: Private ordinary functions
read-vector-lexicon: Public ordinary functions
regexp-to-fsa: Public ordinary functions
reinitialize-instance: Public standalone methods
reinitialize-instance: Public standalone methods
reinitialize-instance: Public standalone methods
reinitialize-instance: Public standalone methods
reinitialize-ssb: Public ordinary functions
relation-empty-p: Public generic functions
relation-empty-p: Public generic functions
relation-get: Public generic functions
relation-get: Public generic functions
relation-map: Public generic functions
relation-map: Public generic functions
relation-skip-list: Private generic functions
relation-skip-list: Private generic functions
remove-node: Private ordinary functions
resource-type: Public macros
return-array: Private ordinary functions
round-bucket: Private ordinary functions

S
sb-buckets: Private ordinary functions
sb-cons-fn: Private ordinary functions
sb-name: Private ordinary functions
sb-out-count: Private ordinary functions
sb-out-size: Private ordinary functions
sentence-start-pos: Public generic functions
sentence-start-pos: Public generic functions
set-byte8-stream-position: Public macros
set-clear: Public generic functions
set-clear: Public generic functions
set-copy: Public generic functions
set-copy: Public generic functions
set-empty-p: Public generic functions
set-empty-p: Public generic functions
set-finger: Private ordinary functions
set-insert: Public generic functions
set-insert: Public generic functions
set-intersect: Public generic functions
set-intersect: Public generic functions
set-length: Public generic functions
set-length: Public generic functions
set-map: Public generic functions
set-map: Public generic functions
set-member-p: Public generic functions
set-member-p: Public generic functions
set-minus: Public generic functions
set-minus: Public generic functions
set-order-fn: Public generic functions
set-order-fn: Public generic functions
set-union: Public generic functions
set-union: Public generic functions
Setf Expander, (setf byte32v-length): Public macros
Setf Expander, (setf fixv-length): Public macros
Setf Expander, (setf free-fn): Public macros
Setf Expander, (setf resource-type): Public macros
Setf Expander, (setf sfv-length): Public macros
Setf Expander, (setf skip-list-get): Public ordinary functions
Setf Expander, (setf sv-length): Public macros
sfm-add: Private ordinary functions
sfm-div: Private ordinary functions
sfm-read: Private ordinary functions
sfm-write: Private ordinary functions
sfmref: Public macros
sfv-add: Public ordinary functions
sfv-div: Public ordinary functions
sfv-length: Public macros
sfv-max: Public ordinary functions
sfv-read: Public ordinary functions
sfv-size: Public ordinary functions
sfv-write: Public ordinary functions
sfvref: Public macros
sh-end: Private ordinary functions
sh-pos: Private ordinary functions
sh-read-char: Private ordinary functions
sh-read-pointer: Private ordinary functions
sh-ssb: Private ordinary functions
sh-stream: Private ordinary functions
shared-initialize: Public standalone methods
shared-initialize: Public standalone methods
shared-initialize: Public standalone methods
shared-initialize: Public standalone methods
shared-initialize: Public standalone methods
shift-nodes: Private ordinary functions
shrink-header: Private ordinary functions
simple-string-copy: Public ordinary functions
simple-string-order: Public ordinary functions
simple-string-size: Public ordinary functions
simple-stringp-order: Public ordinary functions
single-float-order: Public ordinary functions
single-float-read: Public ordinary functions
single-float-size: Public ordinary functions
single-float-write: Public ordinary functions
size-bucket: Private ordinary functions
skip-list-copy: Public ordinary functions
skip-list-delta: Private ordinary functions
skip-list-destructive-intersection: Private ordinary functions
skip-list-difference: Public ordinary functions
skip-list-empty-p: Public macros
skip-list-finger: Private ordinary functions
skip-list-get: Public ordinary functions
skip-list-header: Private ordinary functions
skip-list-intersection: Public ordinary functions
skip-list-length: Public ordinary functions
skip-list-level: Private ordinary functions
skip-list-merge: Public ordinary functions
skip-list-order-fn: Private ordinary functions
skip-list-p: Private ordinary functions
skip-list-pop: Public ordinary functions
skip-list-put: Private ordinary functions
skip-list-remove: Public ordinary functions
skip-list-top: Public ordinary functions
skip-list-union: Public ordinary functions
sort-fixnum-plist: Private ordinary functions
sort-trie: Public ordinary functions
sort-trie-node: Private ordinary functions
ssb-buffer: Public ordinary functions
ssb-pointer: Public ordinary functions
ssb-push-extend: Public macros
ssb-read-line: Public ordinary functions
ssb-size: Private ordinary functions
ssb-string: Public ordinary functions
ssb-string=: Public ordinary functions
sstring-buffer-p: Private ordinary functions
sstring-replace: Private ordinary functions
st-get: Public ordinary functions
state-order-fn: Public generic functions
state-order-fn: Public generic functions
states-get: Public ordinary functions
storage-bucket-p: Private ordinary functions
stream-head-p: Private ordinary functions
stream-to-tokens: Private ordinary functions
string-copy: Public ordinary functions
string-fill-pointer: Private macros
string-input-stream-limit: Private ordinary functions
string-order: Public ordinary functions
string-read: Public ordinary functions
string-size: Public ordinary functions
string-table-length: Private macros
string-write: Public ordinary functions
stringp-order: Public ordinary functions
suffix-pathname: Public generic functions
suffix-pathname: Public generic functions
suffix-trie: Private generic functions
suffix-trie: Private generic functions
suffix-trie: Private generic functions
suffix-ts-count: Private generic functions
suffix-ts-count: Private generic functions
sv-copy: Public ordinary functions
sv-fill-pointer: Private macros
sv-length: Public macros
sv-replace: Private ordinary functions
sv-table-length: Private macros
svb-buffer: Public ordinary functions
svb-p: Private ordinary functions
svb-pointer: Public ordinary functions
svb-push-extend: Public macros
svb-size: Public ordinary functions
svbref: Public macros
svt-get: Public ordinary functions
symbol-order-fn: Public generic functions
symbol-order-fn: Public generic functions
symbol-order-fn: Public generic functions
symbol-order-fn: Public generic functions
symbol-order-fn: Public generic functions
symbol-order-fn: Public generic functions
symbol-order-fn: Public generic functions
symbols-get: Public ordinary functions

T
tag->number: Public ordinary functions
tag-count: Public ordinary functions
tag-file: Public ordinary functions
tag-next-sentence: Private ordinary functions
tag-string: Public ordinary functions
tagger-pathname: Public generic functions
tagger-pathname: Public generic functions
tagger-symbol-biases: Public generic functions
tagger-symbol-biases: Public generic functions
tagger-transition-biases: Public generic functions
tagger-transition-biases: Public generic functions
tdb-compile: Public ordinary functions
tdb-dirpath: Public ordinary functions
tdb-pathname: Public ordinary functions
this-process: Public macros
token-class: Public generic functions
token-class: Public generic functions
token-end-pos: Public generic functions
token-end-pos: Public generic functions
token-end-pos: Public generic functions
token-start-pos: Public generic functions
token-start-pos: Public generic functions
token-start-pos: Public generic functions
tokenize-file: Public ordinary functions
tokenizer-fsa: Public generic functions
tokenizer-fsa: Public generic functions
tokenizer-tables-p: Private ordinary functions
tokenizer-tt: Private generic functions
tokenizer-tt: Private generic functions
tokens-to-input-seq: Private ordinary functions
top-node: Private macros
tp-lower: Public ordinary functions
tp-upper: Public ordinary functions
train-combination: Public ordinary functions
train-guesser-on-files: Public ordinary functions
train-on-docs: Public ordinary functions
train-on-docs-internal: Private ordinary functions
train-on-files: Public ordinary functions
train-on-files-internal: Private ordinary functions
train-on-streams: Private ordinary functions
transducer-pair-p: Public ordinary functions
trie-inverse-key-fn: Private ordinary functions
trie-key-fn: Private ordinary functions
trie-node-key: Public ordinary functions
trie-node-next: Private ordinary functions
trie-node-p: Private ordinary functions
trie-node-subnode: Private ordinary functions
trie-node-value: Public ordinary functions
trie-p: Private ordinary functions
trie-root-subnodes: Private ordinary functions
trie-root-value: Private ordinary functions
truncate-trie: Private ordinary functions
ts-ambiguous: Private generic functions
ts-ambiguous: Private generic functions
ts-char-stream: Public generic functions
ts-char-stream: Public generic functions
ts-class-trie: Private generic functions
ts-class-trie: Private generic functions
ts-class-vector: Private generic functions
ts-class-vector: Private generic functions
ts-confusion-table: Private generic functions
ts-confusion-table: Private generic functions
ts-doc-id: Public generic functions
ts-doc-id: Public generic functions
ts-error-trie: Private generic functions
ts-error-trie: Private generic functions
ts-errors: Private generic functions
ts-errors: Private generic functions
ts-hmm: Private generic functions
ts-hmm: Private generic functions
ts-hmm-est: Private generic functions
ts-hmm-est: Private generic functions
ts-lexicon: Public generic functions
ts-lexicon: Public generic functions
ts-output-p: Private generic functions
ts-output-p: Private generic functions
ts-tag-trie: Private generic functions
ts-tag-trie: Private generic functions
ts-tag-vector: Private generic functions
ts-tag-vector: Private generic functions
ts-total: Private generic functions
ts-total: Private generic functions
ts-types: Public generic functions
ts-types: Public generic functions
tt-delta: Private ordinary functions
tt-finals: Private ordinary functions
tt-start-state: Private ordinary functions

U
undebug-io-fns: Public ordinary functions
update-corpus: Public generic functions
update-corpus: Public generic functions

V
valid-id-p: Private ordinary functions
vl-class-tags: Private generic functions
vl-class-tags: Private generic functions
vl-classes: Private generic functions
vl-classes: Private generic functions
vl-length: Private macros
vl-pathname: Private generic functions
vl-pathname: Private generic functions
vl-stems: Private generic functions
vl-stems: Private generic functions
vl-surface: Private generic functions
vl-surface: Private generic functions

W
walk-string: Public ordinary functions
with-collection: Public macros
with-effective-function: Public macros
with-lock: Public macros
with-locks: Public macros
with-open-byte8-stream: Public macros
with-storage-balance: Public macros
without-interrupts: Public macros
write-byte32: Public ordinary functions
write-string-trie: Public ordinary functions
write-tag-state: Public generic functions
write-tag-state: Public generic functions
write-tag-state: Public generic functions
write-vector-lexicon: Public generic functions
write-vector-lexicon: Public generic functions


A.3 Variables

Jump to:   *   +  
A   B   C   D   E   F   H   I   K   L   M   N   O   P   R   S   T   U   V  
Index Entry  Section

*
*all-buckets*: Private special variables
*allocated-items*: Private special variables
*analysis-directory*: Public special variables
*brown-lexicon*: Private special variables
*brown-open-class*: Private special variables
*brown-tokenizer-fsa*: Private special variables
*brown-transition-biases*: Private special variables
*byte32v-storage*: Private special variables
*cons-cells*: Private special variables
*default-byte8-stream-buffer-size*: Public special variables
*default-ssb-size*: Private special variables
*default-svb-size*: Private special variables
*english-tokenizer-fsa*: Public special variables
*english-tokenizer-fsa*: Private special variables
*epsilon*: Public special variables
*fixv-storage*: Private special variables
*fns-being-debugged*: Private special variables
*free-bt-head*: Private special variables
*free-nodes*: Private special variables
*free-skip-lists*: Private special variables
*hash-storage-p*: Private special variables
*highly-optimized*: Public special variables
*io-fns*: Private special variables
*line-length*: Private special variables
*line-width*: Private special variables
*lower-case*: Private special variables
*normally-optimized*: Public special variables
*sfv-storage*: Private special variables
*storage-count*: Private special variables
*string-fill-pointers*: Private special variables
*string-table*: Private special variables
*string-table-lengths*: Private special variables
*suffix-limit*: Private special variables
*sv-fill-pointers*: Private special variables
*sv-storage*: Private special variables
*sv-table*: Private special variables
*sv-table-lengths*: Private special variables
*tag-iterations*: Private special variables
*tag-quantum*: Private special variables
*tdb-binary-subdirectory*: Private special variables
*tdb-systems*: Private special variables
*the-class-t*: Private special variables
*the-keyword-package*: Public special variables
*tokenizer-class*: Public special variables

+
+char-code-bits+: Private constants
+end-buckets+: Private constants
+first-level+: Private constants
+largest-bucket+: Private constants
+max-level+: Private constants
+max-string-length+: Public constants
+max-sv-length+: Private constants
+negative-infinity+: Private constants
+significant-bit-mask+: Private constants
+significant-bit-shift+: Private constants
+significant-bits+: Private constants

A
a: Public structures

B
b: Public structures
buckets: Private structures
buffer: Public structures
buffer: Private structures

C
char-stream: Public classes
class: Private structures
closed-class-table: Private classes
cons-fn: Private structures
Constant, +char-code-bits+: Private constants
Constant, +end-buckets+: Private constants
Constant, +first-level+: Private constants
Constant, +largest-bucket+: Private constants
Constant, +max-level+: Private constants
Constant, +max-string-length+: Public constants
Constant, +max-sv-length+: Private constants
Constant, +negative-infinity+: Private constants
Constant, +significant-bit-mask+: Private constants
Constant, +significant-bit-shift+: Private constants
Constant, +significant-bits+: Private constants
count: Private classes

D
delta: Private structures
dict-ts: Public classes
dict-ts: Private classes
dict-ts: Private classes
doc-id: Public classes

E
end: Private structures
end-pos: Private structures
end-pos: Private classes

F
finals: Private structures
finger: Public structures
form: Private structures
fsa-backups: Public classes
fsa-delta: Public classes
fsa-final-states: Public classes
fsa-start-state: Public classes
fsa-types: Public classes

H
head: Public classes
header: Public structures
hmm-svb: Public classes

I
inverse-key-fn: Public structures
io-copy-fn: Public structures
io-copy-fn-name: Public structures
io-fns-name: Public structures
io-free-fn: Public structures
io-free-fn-name: Public structures
io-read-fn: Public structures
io-read-fn-name: Public structures
io-size-fn: Public structures
io-size-fn-name: Public structures
io-write-fn: Public structures
io-write-fn-name: Public structures

K
key: Private structures
key-fn: Public structures

L
last-state: Public classes
length: Public structures
level: Public structures
lexicon: Public classes
lexicon-open-class: Public classes
log-a: Public structures
log-b: Public structures
log-pi: Public structures
lower: Private structures

M
m: Public structures
m: Public structures
maxes: Public structures

N
n: Public structures
n: Public structures
name: Private structures
next: Private structures

O
order: Public classes
order-fn: Public structures
order-fn: Public structures
order-fn-name: Public structures
out-count: Private structures
out-size: Private structures

P
paragraph-start-pos: Public classes
pi: Public structures
pointer: Public structures
pointer: Private structures
pos: Private structures
pos: Private classes
probs: Public structures

R
read-pointer: Private structures
resource: Public structures
root-subnodes: Public structures
root-value: Public structures

S
sent-pointer: Public classes
sent-svb: Public classes
sentence-start-pos: Public classes
size: Public structures
size: Private structures
skip-list: Public classes
Slot, a: Public structures
Slot, b: Public structures
Slot, buckets: Private structures
Slot, buffer: Public structures
Slot, buffer: Private structures
Slot, char-stream: Public classes
Slot, class: Private structures
Slot, closed-class-table: Private classes
Slot, cons-fn: Private structures
Slot, count: Private classes
Slot, delta: Private structures
Slot, dict-ts: Public classes
Slot, dict-ts: Private classes
Slot, dict-ts: Private classes
Slot, doc-id: Public classes
Slot, end: Private structures
Slot, end-pos: Private structures
Slot, end-pos: Private classes
Slot, finals: Private structures
Slot, finger: Public structures
Slot, form: Private structures
Slot, fsa-backups: Public classes
Slot, fsa-delta: Public classes
Slot, fsa-final-states: Public classes
Slot, fsa-start-state: Public classes
Slot, fsa-types: Public classes
Slot, head: Public classes
Slot, header: Public structures
Slot, hmm-svb: Public classes
Slot, inverse-key-fn: Public structures
Slot, io-copy-fn: Public structures
Slot, io-copy-fn-name: Public structures
Slot, io-fns-name: Public structures
Slot, io-free-fn: Public structures
Slot, io-free-fn-name: Public structures
Slot, io-read-fn: Public structures
Slot, io-read-fn-name: Public structures
Slot, io-size-fn: Public structures
Slot, io-size-fn-name: Public structures
Slot, io-write-fn: Public structures
Slot, io-write-fn-name: Public structures
Slot, key: Private structures
Slot, key-fn: Public structures
Slot, last-state: Public classes
Slot, length: Public structures
Slot, level: Public structures
Slot, lexicon: Public classes
Slot, lexicon-open-class: Public classes
Slot, log-a: Public structures
Slot, log-b: Public structures
Slot, log-pi: Public structures
Slot, lower: Private structures
Slot, m: Public structures
Slot, m: Public structures
Slot, maxes: Public structures
Slot, n: Public structures
Slot, n: Public structures
Slot, name: Private structures
Slot, next: Private structures
Slot, order: Public classes
Slot, order-fn: Public structures
Slot, order-fn: Public structures
Slot, order-fn-name: Public structures
Slot, out-count: Private structures
Slot, out-size: Private structures
Slot, paragraph-start-pos: Public classes
Slot, pi: Public structures
Slot, pointer: Public structures
Slot, pointer: Private structures
Slot, pos: Private structures
Slot, pos: Private classes
Slot, probs: Public structures
Slot, read-pointer: Private structures
Slot, resource: Public structures
Slot, root-subnodes: Public structures
Slot, root-value: Public structures
Slot, sent-pointer: Public classes
Slot, sent-svb: Public classes
Slot, sentence-start-pos: Public classes
Slot, size: Public structures
Slot, size: Private structures
Slot, skip-list: Public classes
Slot, ssb: Private structures
Slot, ssb1: Private classes
Slot, ssb2: Private classes
Slot, start-pos: Private structures
Slot, start-state: Private structures
Slot, stream: Private structures
Slot, stream-head: Public classes
Slot, subnode: Private structures
Slot, suffix-pathname: Public classes
Slot, suffix-trie: Public classes
Slot, suffix-trie: Private classes
Slot, tag: Private structures
Slot, tagger-pathname: Public classes
Slot, tagger-symbol-biases: Public classes
Slot, tagger-transition-biases: Public classes
Slot, token-end-pos: Public classes
Slot, token-start-pos: Public classes
Slot, tokenizer-fsa: Public classes
Slot, tokenizer-tt: Public classes
Slot, truth-ts: Private classes
Slot, ts-ambiguous: Private classes
Slot, ts-class-trie: Public classes
Slot, ts-class-vector: Public classes
Slot, ts-confusion-table: Private classes
Slot, ts-error-trie: Private classes
Slot, ts-errors: Private classes
Slot, ts-hmm: Private classes
Slot, ts-hmm-est: Public classes
Slot, ts-output-p: Private classes
Slot, ts-tag-trie: Public classes
Slot, ts-tag-vector: Public classes
Slot, ts-total: Private classes
Slot, upper: Private structures
Slot, value: Private structures
Slot, vl-class-tags: Public classes
Slot, vl-classes: Public classes
Slot, vl-pathname: Public classes
Slot, vl-stems: Public classes
Slot, vl-surface: Public classes
Special Variable, *all-buckets*: Private special variables
Special Variable, *allocated-items*: Private special variables
Special Variable, *analysis-directory*: Public special variables
Special Variable, *brown-lexicon*: Private special variables
Special Variable, *brown-open-class*: Private special variables
Special Variable, *brown-tokenizer-fsa*: Private special variables
Special Variable, *brown-transition-biases*: Private special variables
Special Variable, *byte32v-storage*: Private special variables
Special Variable, *cons-cells*: Private special variables
Special Variable, *default-byte8-stream-buffer-size*: Public special variables
Special Variable, *default-ssb-size*: Private special variables
Special Variable, *default-svb-size*: Private special variables
Special Variable, *english-tokenizer-fsa*: Public special variables
Special Variable, *english-tokenizer-fsa*: Private special variables
Special Variable, *epsilon*: Public special variables
Special Variable, *fixv-storage*: Private special variables
Special Variable, *fns-being-debugged*: Private special variables
Special Variable, *free-bt-head*: Private special variables
Special Variable, *free-nodes*: Private special variables
Special Variable, *free-skip-lists*: Private special variables
Special Variable, *hash-storage-p*: Private special variables
Special Variable, *highly-optimized*: Public special variables
Special Variable, *io-fns*: Private special variables
Special Variable, *line-length*: Private special variables
Special Variable, *line-width*: Private special variables
Special Variable, *lower-case*: Private special variables
Special Variable, *normally-optimized*: Public special variables
Special Variable, *sfv-storage*: Private special variables
Special Variable, *storage-count*: Private special variables
Special Variable, *string-fill-pointers*: Private special variables
Special Variable, *string-table*: Private special variables
Special Variable, *string-table-lengths*: Private special variables
Special Variable, *suffix-limit*: Private special variables
Special Variable, *sv-fill-pointers*: Private special variables
Special Variable, *sv-storage*: Private special variables
Special Variable, *sv-table*: Private special variables
Special Variable, *sv-table-lengths*: Private special variables
Special Variable, *tag-iterations*: Private special variables
Special Variable, *tag-quantum*: Private special variables
Special Variable, *tdb-binary-subdirectory*: Private special variables
Special Variable, *tdb-systems*: Private special variables
Special Variable, *the-class-t*: Private special variables
Special Variable, *the-keyword-package*: Public special variables
Special Variable, *tokenizer-class*: Public special variables
ssb: Private structures
ssb1: Private classes
ssb2: Private classes
start-pos: Private structures
start-state: Private structures
stream: Private structures
stream-head: Public classes
subnode: Private structures
suffix-pathname: Public classes
suffix-trie: Public classes
suffix-trie: Private classes

T
tag: Private structures
tagger-pathname: Public classes
tagger-symbol-biases: Public classes
tagger-transition-biases: Public classes
token-end-pos: Public classes
token-start-pos: Public classes
tokenizer-fsa: Public classes
tokenizer-tt: Public classes
truth-ts: Private classes
ts-ambiguous: Private classes
ts-class-trie: Public classes
ts-class-vector: Public classes
ts-confusion-table: Private classes
ts-error-trie: Private classes
ts-errors: Private classes
ts-hmm: Private classes
ts-hmm-est: Public classes
ts-output-p: Private classes
ts-tag-trie: Public classes
ts-tag-vector: Public classes
ts-total: Private classes

U
upper: Private structures

V
value: Private structures
vl-class-tags: Public classes
vl-classes: Public classes
vl-pathname: Public classes
vl-stems: Public classes
vl-surface: Public classes


A.4 Data types

Jump to:   A   B   C   D   E   F   H   I   L   M   N   O   P   R   S   T   U   V  
Index Entry  Section

A
analysis: The tagger/analysis module
analysis: Public classes
analysis-protocol.lisp: The tagger/analysis/analysis-protocol․lisp file

B
basic-tag-ts: Public classes
binary-io: The binary-io package
brown-evaluation-ts: Private classes
brown-lexicon: Private classes
brown-tokenizer: Public classes
brown-truth-ts: Private classes
buffered-token: Private structures
byte16: Public types
byte28: Public types
byte32: Public types
byte32-vector: Public types
byte7: Public types
byte8: Public types

C
char-symbols: Public classes
char-ts: Public classes
cl-extensions: The cl-extensions package
cl-extensions.lisp: The tagger/util/cl-extensions․lisp file
Class, analysis: Public classes
Class, basic-tag-ts: Public classes
Class, brown-evaluation-ts: Private classes
Class, brown-lexicon: Private classes
Class, brown-tokenizer: Public classes
Class, brown-truth-ts: Private classes
Class, char-symbols: Public classes
Class, char-ts: Public classes
Class, corpus: Public classes
Class, dfa: Public classes
Class, dfa-standard: Public classes
Class, english-tokenizer: Public classes
Class, fixnum-states: Public classes
Class, fixnum-symbols: Public classes
Class, fsa: Public classes
Class, fsa-standard: Public classes
Class, fsa-tokenizer: Public classes
Class, lexicon: Public classes
Class, lexicon-filter: Public classes
Class, list-set: Public classes
Class, list-sets: Public classes
Class, nfa: Public classes
Class, nfa-standard: Public classes
Class, ordered-set: Public classes
Class, print-tagging-ts: Private classes
Class, relation: Public classes
Class, skip-list-relation: Public classes
Class, skip-list-relations: Public classes
Class, standard-symbols: Public classes
Class, suffix-lexicon: Public classes
Class, suffix-training-ts: Private classes
Class, symbol-symbols: Public classes
Class, tag-analysis: Public classes
Class, tagging-ts: Public classes
Class, token-filter: Public classes
Class, tokenizer-dfa: Private classes
Class, tokenizer-fsa: Public classes
Class, tokenizer-nfa: Private classes
Class, training-ts: Private classes
Class, transducer-symbols: Public classes
Class, ts: Public classes
Class, vector-lexicon: Public classes
class-guesser: The class-guesser package
class-guesser.lisp: The tagger/analysis/class-guesser․lisp file
cltl1-compat.lisp: The tagger/cltl1-compat․lisp file
cons-resource: The cons-resource package
cons-resource.lisp: The tagger/util/cons-resource․lisp file
corpus: The tagger/corpus module
corpus: Public classes
corpus-protocol.lisp: The tagger/corpus/corpus-protocol․lisp file

D
dfa: Public classes
dfa-standard: Public classes

E
english-tokenizer: Public classes

F
File, analysis-protocol.lisp: The tagger/analysis/analysis-protocol․lisp file
File, cl-extensions.lisp: The tagger/util/cl-extensions․lisp file
File, class-guesser.lisp: The tagger/analysis/class-guesser․lisp file
File, cltl1-compat.lisp: The tagger/cltl1-compat․lisp file
File, cons-resource.lisp: The tagger/util/cons-resource․lisp file
File, corpus-protocol.lisp: The tagger/corpus/corpus-protocol․lisp file
File, float-vector.lisp: The tagger/util/float-vector․lisp file
File, fsa-basics.lisp: The tagger/fsa/fsa-basics․lisp file
File, fsa-calculus.lisp: The tagger/fsa/fsa-calculus․lisp file
File, fsa-standard.lisp: The tagger/fsa/fsa-standard․lisp file
File, fsa-tokenizer.lisp: The tagger/analysis/fsa-tokenizer․lisp file
File, hmm.lisp: The tagger/util/hmm․lisp file
File, io-builtin.lisp: The tagger/util/io-builtin․lisp file
File, io-byte8.lisp: The tagger/util/io-byte8․lisp file
File, io-structs.lisp: The tagger/util/io-structs․lisp file
File, lexicon-protocol.lisp: The tagger/analysis/lexicon-protocol․lisp file
File, list-sets.lisp: The tagger/fsa/list-sets․lisp file
File, package.lisp: The tagger/package․lisp file
File, skip-list-relations.lisp: The tagger/fsa/skip-list-relations․lisp file
File, skip-list.lisp: The tagger/util/skip-list․lisp file
File, ssb.lisp: The tagger/util/ssb․lisp file
File, standard-states.lisp: The tagger/fsa/standard-states․lisp file
File, standard-symbols.lisp: The tagger/fsa/standard-symbols․lisp file
File, string-resource.lisp: The tagger/util/string-resource․lisp file
File, sv-resource.lisp: The tagger/util/sv-resource․lisp file
File, svb.lisp: The tagger/util/svb․lisp file
File, tag-analysis.lisp: The tagger/analysis/tag-analysis․lisp file
File, tag-basics.lisp: The tagger/analysis/tag-basics․lisp file
File, tag-brown.lisp: The tagger/analysis/tag-brown․lisp file
File, tag-english.lisp: The tagger/analysis/tag-english․lisp file
File, tag-trainer.lisp: The tagger/analysis/tag-trainer․lisp file
File, tagger.asd: The tagger/tagger․asd file
File, tdb-sysdcl-sysdcl.lisp: The tagger/sysdcl/tdb-sysdcl-sysdcl․lisp file
File, trie.lisp: The tagger/util/trie․lisp file
File, variable-storage.lisp: The tagger/util/variable-storage․lisp file
File, vector-lexicon.lisp: The tagger/analysis/vector-lexicon․lisp file
File, vector-resource.lisp: The tagger/util/vector-resource․lisp file
finite-state-automata: The finite-state-automata package
fixnum-states: Public classes
fixnum-symbols: Public classes
fixnum-vector: Public types
fixnum-vector: Private types
float-vector: The float-vector package
float-vector.lisp: The tagger/util/float-vector․lisp file
fsa: The tagger/fsa module
fsa: Public classes
fsa-basics.lisp: The tagger/fsa/fsa-basics․lisp file
fsa-calculus.lisp: The tagger/fsa/fsa-calculus․lisp file
fsa-standard: The fsa-standard package
fsa-standard: Public classes
fsa-standard.lisp: The tagger/fsa/fsa-standard․lisp file
fsa-tokenizer: The fsa-tokenizer package
fsa-tokenizer: Public classes
fsa-tokenizer.lisp: The tagger/analysis/fsa-tokenizer․lisp file

H
hmm: The hmm package
hmm: Public structures
hmm-est: Public structures
hmm.lisp: The tagger/util/hmm․lisp file

I
int29: Public types
io-builtin.lisp: The tagger/util/io-builtin․lisp file
io-byte8.lisp: The tagger/util/io-byte8․lisp file
io-fns: Public structures
io-structs.lisp: The tagger/util/io-structs․lisp file

L
lexicon: Public classes
lexicon-filter: Public classes
lexicon-protocol.lisp: The tagger/analysis/lexicon-protocol․lisp file
list-set: Public classes
list-sets: The list-sets package
list-sets: Public classes
list-sets.lisp: The tagger/fsa/list-sets․lisp file

M
Module, analysis: The tagger/analysis module
Module, corpus: The tagger/corpus module
Module, fsa: The tagger/fsa module
Module, sysdcl: The tagger/sysdcl module
Module, util: The tagger/util module

N
nfa: Public classes
nfa-standard: Public classes

O
ordered-io-fns: Public structures
ordered-set: Public classes

P
Package, binary-io: The binary-io package
Package, cl-extensions: The cl-extensions package
Package, class-guesser: The class-guesser package
Package, cons-resource: The cons-resource package
Package, finite-state-automata: The finite-state-automata package
Package, float-vector: The float-vector package
Package, fsa-standard: The fsa-standard package
Package, fsa-tokenizer: The fsa-tokenizer package
Package, hmm: The hmm package
Package, list-sets: The list-sets package
Package, skip-list: The skip-list package
Package, skip-list-relations: The skip-list-relations package
Package, ssb: The ssb package
Package, standard-states: The standard-states package
Package, standard-symbols: The standard-symbols package
Package, string-resource: The string-resource package
Package, sv-resource: The sv-resource package
Package, svb: The svb package
Package, tag-analysis: The tag-analysis package
Package, tag-basics: The tag-basics package
Package, tag-brown: The tag-brown package
Package, tag-english: The tag-english package
Package, tag-trainer: The tag-trainer package
Package, tagger: The tagger package
Package, tagger.internal: The tagger․internal package
Package, tdb: The tdb package
Package, trie: The trie package
Package, variable-storage: The variable-storage package
Package, vector-lexicon: The vector-lexicon package
Package, vector-resource: The vector-resource package
package.lisp: The tagger/package․lisp file
print-tagging-ts: Private classes

R
relation: Public classes

S
single-float-vector: Public types
skip-list: The skip-list package
skip-list: Public structures
skip-list-relation: Public classes
skip-list-relations: The skip-list-relations package
skip-list-relations: Public classes
skip-list-relations.lisp: The tagger/fsa/skip-list-relations․lisp file
skip-list.lisp: The tagger/util/skip-list․lisp file
ssb: The ssb package
ssb.lisp: The tagger/util/ssb․lisp file
sstring-buffer: Private structures
standard-states: The standard-states package
standard-states.lisp: The tagger/fsa/standard-states․lisp file
standard-symbols: The standard-symbols package
standard-symbols: Public classes
standard-symbols.lisp: The tagger/fsa/standard-symbols․lisp file
storage-bucket: Private structures
stream-head: Private structures
string-resource: The string-resource package
string-resource.lisp: The tagger/util/string-resource․lisp file
Structure, buffered-token: Private structures
Structure, hmm: Public structures
Structure, hmm-est: Public structures
Structure, io-fns: Public structures
Structure, ordered-io-fns: Public structures
Structure, skip-list: Public structures
Structure, sstring-buffer: Private structures
Structure, storage-bucket: Private structures
Structure, stream-head: Private structures
Structure, svb: Public structures
Structure, tokenizer-tables: Private structures
Structure, transducer-pair: Private structures
Structure, trie: Public structures
Structure, trie-node: Private structures
suffix-lexicon: Public classes
suffix-training-ts: Private classes
sv-resource: The sv-resource package
sv-resource.lisp: The tagger/util/sv-resource․lisp file
svb: The svb package
svb: Public structures
svb.lisp: The tagger/util/svb․lisp file
swapped-byte32: Public types
symbol-symbols: Public classes
sysdcl: The tagger/sysdcl module
System, tagger: The tagger system

T
tag-analysis: The tag-analysis package
tag-analysis: Public classes
tag-analysis.lisp: The tagger/analysis/tag-analysis․lisp file
tag-basics: The tag-basics package
tag-basics.lisp: The tagger/analysis/tag-basics․lisp file
tag-brown: The tag-brown package
tag-brown.lisp: The tagger/analysis/tag-brown․lisp file
tag-english: The tag-english package
tag-english.lisp: The tagger/analysis/tag-english․lisp file
tag-trainer: The tag-trainer package
tag-trainer.lisp: The tagger/analysis/tag-trainer․lisp file
tagger: The tagger system
tagger: The tagger package
tagger.asd: The tagger/tagger․asd file
tagger.internal: The tagger․internal package
tagging-ts: Public classes
tdb: The tdb package
tdb-sysdcl-sysdcl.lisp: The tagger/sysdcl/tdb-sysdcl-sysdcl․lisp file
token-filter: Public classes
tokenizer-dfa: Private classes
tokenizer-fsa: Public classes
tokenizer-nfa: Private classes
tokenizer-tables: Private structures
training-ts: Private classes
transducer-pair: Private structures
transducer-symbols: Public classes
trie: The trie package
trie: Public structures
trie-node: Private structures
trie.lisp: The tagger/util/trie․lisp file
ts: Public classes
Type, byte16: Public types
Type, byte28: Public types
Type, byte32: Public types
Type, byte32-vector: Public types
Type, byte7: Public types
Type, byte8: Public types
Type, fixnum-vector: Public types
Type, fixnum-vector: Private types
Type, int29: Public types
Type, single-float-vector: Public types
Type, swapped-byte32: Public types

U
util: The tagger/util module

V
variable-storage: The variable-storage package
variable-storage.lisp: The tagger/util/variable-storage․lisp file
vector-lexicon: The vector-lexicon package
vector-lexicon: Public classes
vector-lexicon.lisp: The tagger/analysis/vector-lexicon․lisp file
vector-resource: The vector-resource package
vector-resource.lisp: The tagger/util/vector-resource․lisp file