lcs vocabulary
Factor handbook ยป Vocabulary index


Documentation
LCS, diffing and distance

Metadata
Tags:algorithms
Authors:Daniel Ehrenberg


Words

Tuple classes
ClassSuperclassSlots
delete tupleitem
insert tupleitem
retain tupleitem


Ordinary words
WordStack effect
lcs( seq1 seq2 -- lcs )
lcs-diff( old new -- diff )
levenshtein( old new -- n )


Class predicate words
WordStack effect
delete?( object -- ? )
insert?( object -- ? )
retain?( object -- ? )


Files


Metadata files


Children from resource:basis
VocabularySummary
lcs.diff2htmlPretty HTML rendering of diffs


Children
VocabularySummary
lcs.private