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

Guide users to new vocabulary #10

Closed StephanAkkerman closed 5 days ago

StephanAkkerman commented 1 year ago

Idea: guide the users in learning new words for their selected language. They either have the option to input words themselves or be guided by this list (or another if there's something better)

Tasks

Plan:

Workflow:

Option (instead of translating):

https://github.com/hermitdave/FrequencyWords/blob/master/content/2018/id/id_50k.txt

Supports many languages and probably better for real life scenarios

StephanAkkerman commented 1 week ago

Look into: https://foosoft.net/projects/anki-connect/ to find a method for checking the existing cards in a deck. Could use a combination of:

An alternative would be to let the user select the words from the list itself (how would we do this?)

StephanAkkerman commented 1 week ago

Maybe pre-process the data with a dictionary, dropping wrong entries, which we can also use for other forms of the same words for the grammar cards (#83)

This should be a separate issue for later

StephanAkkerman commented 6 days ago

Solution: just locally save the card that was added the last, no need to Anki-connect calls that way