Open StephanAkkerman opened 3 weeks ago
Look into other projects with phonetic algorithms such as:
Could also look into newer methods, as long as they work for the IPA we are using https://stevemorse.org/phonetics/bmpm2.htm
Interesting overview op different phonetic alphabets: https://github.com/wassname/Phonetic_english/tree/master/examples/TheChaos
This seems like an interesting project too, with useful functions: https://github.com/MiniXC/phones
Description:
Problem: This is an idea for improve the speed of the word2mnemonic pipeline (and hopefully accuracy). It is also the method the Transphoner paper used. The paper can be found here: https://journal.r-project.org/archive/2017/RJ-2017-005/RJ-2017-005.pdf I have tried to implement this at the beginning of this project but had given up, maybe now with chatgpt I will be able to.
Solution: Look into already existing methods such as: https://www.nltk.org/api/nltk.metrics.aline.html
Tasks:
Additional context Add any other context or screenshots about the feature request here.