score ( full fuzzy -- n )
Fuzzy completion

Prev:runs ( seq -- newseq )
Next:complete ( full short -- score )


Vocabulary
tools.completion

Inputs
fulla string
fuzzya sequence of sequences of integers


Outputs
nan integer


Word description
Ranks fuzzy by how closely it approximates the sequence { { 0 ... n-1 } } where n is the length of full.

Definition