oracle/fastr

Implement the `adist` builtin

Open

#102 aperta il 16 set 2019

Vedi su GitHub
 (2 commenti) (0 reazioni) (1 assegnatario)Java (63 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (647 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor