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

pre-generate imageability ratings #52

Closed StephanAkkerman closed 2 weeks ago

StephanAkkerman commented 3 weeks ago
  1. Description:

    • Problem: We can improve speed and performance by already calculating the imageability of all words in our IPA dataset, so it does not need to be calculated anymore after the phonetic step.

    • Solution: The words we are considering are all in our IPA dataset. We calculate the imageability ratings and add this column to the dataset.

    • Prerequisites: None

  2. Tasks:

    • Calculate all imageability ratings of IPA dataset
    • Save this new dataset
    • Use this dataset and drop calculating the imageability
  3. Additional context Add any other context or screenshots about the feature request here.