Lilykos/pyphonetics
A Python 3 phonetics library.
This library helps developers work with phonetic algorithms. It takes words or strings as input and provides phonetic codes (like Soundex or Metaphone) or calculates the 'distance' between two words based on how they sound or are spelled. It's used by developers who need to implement sound-alike or fuzzy matching features in their applications.
139 stars. No commits in the last 6 months. Available on PyPI.
Use this if you are a developer building software that needs to identify words that sound similar or are likely misspellings, such as in search functions, data cleaning, or record linkage.
Not ideal if you are an end-user looking for a ready-to-use application for fuzzy string matching without writing code.
Stars
139
Forks
21
Language
Python
License
MIT
Category
Last pushed
Feb 25, 2020
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Lilykos/pyphonetics"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
isaacus-dev/semchunk
A fast, lightweight and easy-to-use Python library for splitting text into semantically...
chatopera/Synonyms
:herb: 中文近义词:聊天机器人,智能问答工具包
CUNY-CL/wikipron
Massively multilingual pronunciation mining
jacksonllee/pylangacq
Language Acquisition Research Tools
goodmami/wn
A modern, interlingual wordnet interface for Python