Skip to content

rlugojr/go-jellyfish

 
 

Repository files navigation

go-jellyfish

GoDoc Build Status

go-jellyfish is a Go library for approximate and phonetic matches of strings.

go-jellyfish is based on the C/Python version of jellyfish.

Written by James Turk james.p.turk@gmail.com and released under a BSD-style license. (See LICENSE for details.)

Porter Stemmer implementation based upon Alex Gonopolskiy's go-stem, with permission.

Requirements

Tests require Go >= 1.4

Included Algorithms

String comparison:

  • Levenshtein Distance
  • Damerau-Levenshtein Distance
  • Jaro Distance
  • Jaro-Winkler Distance
  • Match Rating Approach Comparison
  • Hamming Distance

Phonetic encoding:

  • American Soundex
  • Metaphone
  • NYSIIS (New York State Identification and Intelligence System)
  • Match Rating Codex

About

a Go library for doing approximate and phonetic matching of strings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.8%
  • Shell 0.2%