Levenshtein

clam.util.Levenshtein$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def closest(str: String, options: Iterable[String], max: Int): List[String]
def distance(s1: String, s2: String): Int