Handbook
Glossary
levenshtein-initialize ( |str1| |str2| -- matrix )
Vocabulary
lcs
.
private
Inputs
|str1|
an
object
|str2|
an
object
Outputs
matrix
an
object
Definition
USING:
kernel
math
sequences
;
IN:
lcs.private
:
levenshtein-initialize
( |str1| |str2| -- matrix )
[
<iota>
]
bi@
[
[
+
]
curry
map
]
with
map
;