tonytonyjan / jaro_winkler

Ruby & C implementation of Jaro-Winkler distance algorithm which supports UTF-8 string.
MIT License
193 stars 29 forks source link

Fix initialization of the DEFAULT_ADJ_TABLE. #6

Closed tepperly closed 9 years ago

tepperly commented 9 years ago
Add test to ensure that DEFAULT_ADJ_TABLE is not empty.