phonetics 0.1.0

Phonetic algorithms for encoding and comparing strings.
Documentation
  • Coverage
  • 0%
    0 out of 6 items documented0 out of 0 items with examples
  • Size
  • Source code size: 38.46 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.29 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 28s Average build duration of successful builds.
  • all releases: 28s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • shubhexists/phonetics
    6 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • shubhexists

PHONETICS

Phonetics is a Rust library that implements the NYSIIS (Phonetic Search) algorithm from stratch.

Inspiration

This was a learning projects based on a twitter thread. Related Links -

  1. https://x.com/arpit_bhayani/status/1906434075872923961
  2. https://x.com/aakashb_95/status/1906543910060732429

NYSIIS Reference Used -

https://en.wikipedia.org/wiki/New_York_State_Identification_and_Intelligence_System

Metaphone Reference Used -

https://en.wikipedia.org/wiki/Metaphone

Licence

MIT