oracle/fastr

Implement the `adist` builtin

Open

#102 aberto em 16 de set. de 2019

Ver no GitHub
 (2 comments) (0 reactions) (1 assignee)Java (63 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (647 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

From the documentation: Compute the approximate string distance between character vectors. The distance is a generalized Levenshtein (edit) distance, giving the minimal possibly weighted number of insertions, deletions and substitutions needed to transform one string into another.

Guia do colaborador