This is the cl-oneliner Reference Manual, version 0.1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:11:54 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl-oneliner
Given a piece of text, summarize it with a one-liner
mck-
wtfpl
0.1.0
lisp-unit
(system).
split-sequence
(system).
cl-ppcre
(system).
package.lisp
(file).
utils.lisp
(file).
cl-oneliner.lisp
(file).
test
(module).
Modules are listed depth-first from the system components tree.
cl-oneliner/test
cl-oneliner.lisp
(file).
cl-oneliner
(system).
utils.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-oneliner/cl-oneliner.asd
cl-oneliner/package.lisp
cl-oneliner/utils.lisp
cl-oneliner/cl-oneliner.lisp
cl-oneliner/test/utils.lisp
cl-oneliner/utils.lisp
package.lisp
(file).
cl-oneliner
(system).
alist-count
(function).
alist-most-frequent
(function).
alist-most-frequent-next
(function).
alist-next-count
(function).
aval
(function).
count-words
(function).
get-count
(function).
next-counts
(function).
simplify-word
(function).
split-words
(function).
val
(macro).
val-reversed
(macro).
words-sorted
(function).
cl-oneliner/cl-oneliner.lisp
utils.lisp
(file).
cl-oneliner
(system).
oneliner
(function).
get-next-word
(function).
remove-word
(function).
Packages are listed by definition order.
cl-oneliner
cl-ppcre
.
common-lisp
.
lisp-unit
.
split-sequence
.
oneliner
(function).
alist-count
(function).
alist-most-frequent
(function).
alist-most-frequent-next
(function).
alist-next-count
(function).
aval
(function).
count-words
(function).
get-count
(function).
get-next-word
(function).
next-counts
(function).
remove-word
(function).
simplify-word
(function).
split-words
(function).
val
(macro).
val-reversed
(macro).
words-sorted
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Given a string, summarize the piece of text in a oneliner
Given an alist, and a list of keys, retrieve value dot-notation style
Given an alist, and a list of keys, retrieve value dot-notation style (reversed)
Given a string, return an Alist counting the words
Given an alist-count, return most frequent item
Given an object (from alist-most-frequent), return the word that occurs most frequently as next word
Given the original string and the alist resulting from alist-count, count next words
Given alist and key, return value
Given a string, return an alist which counts the words and the next words that come after it
Given a word and an alist-count, return number of occurence
Given a word and the string, return list of (word . count)
Given an alist-count and current word, return alist without word – and make sure they are also removed from all next counts
Given a word, put it to lower-case and remove all symbols
Jump to: | A C F G M N O R S V W |
---|
Jump to: | A C F G M N O R S V W |
---|
Jump to: | C F M P S T U |
---|
Jump to: | C F M P S T U |
---|