StephanAkkerman / FluentAI

Automating language learning with the power of Artificial Intelligence. This repository presents FluentAI, a tool that combines Fluent Forever techniques with AI-driven automation. It streamlines the process of creating Anki flashcards, making language acquisition faster and more efficient.
https://akkerman.ai/FluentAI/
MIT License
9 stars 1 forks source link

Implement Aline algorithm for phonetic similarity #50

Open StephanAkkerman opened 3 weeks ago

StephanAkkerman commented 3 weeks ago
  1. Description:

  2. Tasks:

    • Look into existing Python solutions
    • Otherwise try implementing ourselves (hard)
  3. Additional context Add any other context or screenshots about the feature request here.

StephanAkkerman commented 3 weeks ago

Look into other projects with phonetic algorithms such as:

StephanAkkerman commented 3 weeks ago

Could also look into newer methods, as long as they work for the IPA we are using https://stevemorse.org/phonetics/bmpm2.htm

StephanAkkerman commented 3 weeks ago

Interesting overview op different phonetic alphabets: https://github.com/wassname/Phonetic_english/tree/master/examples/TheChaos

StephanAkkerman commented 3 weeks ago

This seems like an interesting project too, with useful functions: https://github.com/MiniXC/phones