Skip to content

95th/text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strutl

String matching utilities

As of now, only following is supported:

  1. Jaro-Winkler distance
  2. Soundex

Implementation note: The Jaro-Winkler Distance implementation works on bytes instead of chars. So, the results match for ASCII text with results of other implementations such as strsim but not for text-containing non-ascii chars.

About

String matching utilities

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages