Double-metaphone-like algorithm for the french language
Project description
What’s that?
dprj is an algorithm that extracts sounds from words. It’s similar to metaphone, except it’s targeted at the french language only. While double metaphone or similar can be ok to regroup content that sound more or less the same, it becomes unusable when you want to get the real pronunciation of a word, since it’s mainly targeted at english. And we all know french can be really tricky sometimes.
How to use it?
Install it from PyPI:
pip install dprj
Then just use the say function:
>> from dprj import say
>> say(u'chaussette')
u'xst'
>> say(u'psychologue')
u'psklg'
>> say(u'agglomération')
u'glmrsn'
>> say(u'accès')
u'ks'
How reliable is it?
Well, try it and see for yourself! There are still some cases to handle:
some plurals
some silent final letters (eg. ‘r’)
french weirdnesses
If you get incorrect results for any word please let me know by filing and issue.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file dprj-0.1.0.tar.gz
.
File metadata
- Download URL: dprj-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89757f93ac3c54bce6fdc4a3b7077ead5ba9b3f452bd4c7c21f8c0c934d1637b |
|
MD5 | 9cd315e2baa7dbfaf357810582984ffe |
|
BLAKE2b-256 | eddd431c5bce0d45db306bc239eb10514b3910fe2950a2684f4e8d63b82cd3ec |