{ $description "If " { $snippet "short" } " can be obtained from " { $snippet "full" } " by removing subsequences, then outputs the index of every character from " { $snippet "short" } " in " { $snippet "full" } ", otherwise outputs " { $link f } "." } ;
HELP:runs
{ $values { "seq""a sequence of integers" } { "newseq""a sequence of sequences of integers" } }
{ $description "Groups subsequences of consecutive integers." }
{ "how close " { $snippet "short" } " is to " { $snippet "full" } " by edit distance" }
{ "the original value of " { $snippet "obj" } }
}
} ;
HELP:completions
{ $values { "short"string } { "candidates""a sequence of pairs of the shape " { $snippet "{ obj full }" } } { "seq""a sequence of pairs of the shape " { $snippet "{ score obj }" } } }
{ $description "Calls " { $link completion } " to produce a sequence of " { $snippet "{ score obj }" } " pairs, then calls " { $link rank-completions } " to sort them and discard the low 33%." } ;