completion ( short candidate -- score candidate )


Vocabulary
tools.completion

Inputs
shorta string
candidatea pair { obj full }


Outputs
candidatea pair { obj full }
scorea number


Word description
Outputs a score for matching two elements indicating how close short is to full by edit distance

Definition