autozimu / StringMetric.swift

String metric/similarity functions implemented in Swift.

Home Page:https://autozimu.github.io/StringMetric.swift/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StringMetric.swift

CircleCI

String metric functions implemented in Swift.

Currently, following functions are implemented,

Usage

For Swift Package Manager users, add this module as dependency in Package.swift,

.Package(url: "https://github.com/autozimu/StringMetric.swift.git", majorVersion: 0)

Example

"kitten".distance(between: "sitting")    // => 0.746
"君子和而不同".distance(between: "小人同而不和")    // => 0.555

Documentation

https://autozimu.github.io/StringMetric.swift/

About

String metric/similarity functions implemented in Swift.

https://autozimu.github.io/StringMetric.swift/

License:MIT License


Languages

Language:Swift 97.6%Language:Makefile 2.4%