FuzzyMatch.kt
- Fuzzy Match v0.2.0 in Kotlin.FuzzyMatchTest.kt
- Test script.
To run the tests, open a shell and run:
kotlinc FuzzyMatch.kt FuzzyMatchTest.kt -include-runtime -d fuzzy.jar
java -jar fuzzy.jar
Where kotlinc
is the Kotlin compiler.
This implementation is licensed under Creative Commons Zero v1.0 Universal.