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

Add weights to best mnemonic match #76

Closed StephanAkkerman closed 2 weeks ago

StephanAkkerman commented 2 weeks ago
  1. Description:

    • Problem: Currently we only use the top 15 of phonetic best matches. We should use the other components too and adds weight to them.

    • Solution: Adds weights to all those components and add them to the config

    • Prerequisites: [List any requirements or dependencies needed before starting.]

  2. Tasks:

    • Add weights for all similarities and imageability
    • Put those weights in the config
  3. Additional context Add any other context or screenshots about the feature request here.