This is the portmanteau Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 05:16:46 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
portmanteau
cl-portmanteau
Sergey Polzunov <sergey@polzunov.com>
OSI approved 3-clause ’New BSD License’
vom
(system).
portmanteau.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
portmanteau/portmanteau.lisp
portmanteau
(system).
portmanteau
(function).
*margin*
(special variable).
*min-word-size*
(special variable).
calculate-max-window-size
(function).
contains-vowel
(function).
filter-out-without-vowels
(function).
find-matches
(function).
is-far-enough-from-end
(function).
is-far-enough-from-start
(function).
is-long-enough
(function).
merge-words
(function).
run-moving-window
(function).
valid-result
(function).
Packages are listed by definition order.
portmanteau
common-lisp
.
portmanteau
(function).
*margin*
(special variable).
*min-word-size*
(special variable).
calculate-max-window-size
(function).
contains-vowel
(function).
filter-out-without-vowels
(function).
find-matches
(function).
is-far-enough-from-end
(function).
is-far-enough-from-start
(function).
is-long-enough
(function).
merge-words
(function).
run-moving-window
(function).
valid-result
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Calculate portmanteau of 2 input words
Calulate max matching window size from the size
of input words by dividing length of the longest word by 3.
The result must not be less than 3
Check if the beginning of an element is placed no closer than *margin* from the end of the string
Check if the end of an element is placed no closer than *margin* from the beginning of the string
Validate result word.
Criteria:
- result must not be smaller than one of the input words
Jump to: | C F I M P R V |
---|
Jump to: | C F I M P R V |
---|
Jump to: | *
S |
---|
Jump to: | *
S |
---|
Jump to: | F P S |
---|
Jump to: | F P S |
---|