module

Pavo

A textual algorithm that checks for similarities in any given word.

Constants

VERSION = "1.0.0"

Instance methods

similarity(precursor : String, symbol : String) : Float64 | Nil

Calculate the similarity of two strings.

Source

Nested types