Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Aline algorithm for phonetic similarity #50

Open
StephanAkkerman opened this issue Oct 31, 2024 · 4 comments
Open

Implement Aline algorithm for phonetic similarity #50

StephanAkkerman opened this issue Oct 31, 2024 · 4 comments
Assignees
Labels
Difficulty: Medium 😐 This issue can be solved, but a decent amount of lines need to be changed Improvement 📈 Improvement Priority: Low 🥉 Assign this label if this issue is used once every few days

Comments

@StephanAkkerman
Copy link
Owner

StephanAkkerman commented Oct 31, 2024

  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 StephanAkkerman added Difficulty: Medium 😐 This issue can be solved, but a decent amount of lines need to be changed Improvement 📈 Improvement Priority: Low 🥉 Assign this label if this issue is used once every few days labels Oct 31, 2024
@StephanAkkerman
Copy link
Owner Author

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

@StephanAkkerman
Copy link
Owner Author

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

@StephanAkkerman
Copy link
Owner Author

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

@StephanAkkerman StephanAkkerman self-assigned this Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty: Medium 😐 This issue can be solved, but a decent amount of lines need to be changed Improvement 📈 Improvement Priority: Low 🥉 Assign this label if this issue is used once every few days
Projects
None yet
Development

No branches or pull requests

1 participant