[go: nahoru, domu]

Skip to content

Python implementation of phonetic algorithms including soundex and cologne process for German and English.

License

Notifications You must be signed in to change notification settings

muhammad-ahsan/phonetisch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phonetisch

Build Status PyPI version

Phonetic algorithms library in Python focusing of multiple languages.

Key features

  • Implementation of Soundex and Caverphone.
  • Simple to use.
  • Support multiple languages.
  • Supports Python 3.4+.

Installation

Use pip to install the latest version:

pip install phonetisch

Usage Examples

from phonetisch import soundex, caverphone

first_code = soundex.encode_word('Example')
second_code = soundex.encode_word('Ekzampul')

if first_code == second_code:
  print('Both words are homophones')
  
print(caverphone.encode_word("Thompson"))

Reference

Links

License

MIT License

Contributors

About

Python implementation of phonetic algorithms including soundex and cologne process for German and English.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages