oracle/fastr

Implement the `adist` builtin

Open

#102 opened on Sep 16, 2019

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

Repository metrics

Stars
 (647 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide