TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Mar 2017 |
SwiftSwift Version | 3.0 |
SPMSupports SPM | ✓ |
Maintained by Joakim Gyllström.
Adjective
Unpredictable and potentially dangerous. ‘democracy is a dicey business’
Dicey is a string matching framework using Sørensen–Dice coefficient algorithm.
import Dicey
"Healed".similarity(with: "Sealed") // About 80% similarity
"Web Database Applications".similarity(with: "Creating Database Web Applications with PHP and ASP") // 71%
"Web Database Applications".similarity(with: "Building Web Database Applications with Visual Studio 6") // 67%
Created by Joakim Gyllström, [email protected]
Heavily inspired by this blog post
Dicey is available under the MIT license. See the LICENSE file for more info.