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

Automatically download clts to /data if it does not yet exist #33

Closed StephanAkkerman closed 3 weeks ago

StephanAkkerman commented 4 weeks ago

This is necessary if the user wants to generate phonetic similarity using pyclts

WinstonLam commented 3 weeks ago

Schermafbeelding 2024-10-26 233300 This line causes errors when running locally. So it should either default to default clts or always download to the /data Issue: FileNotFoundError due to pyclts not finding CLTS data at 'data/clts-2.3.0'.

StephanAkkerman commented 3 weeks ago

@WinstonLam Yeah that's why I created this issue, I had to manually download the last clts release: https://github.com/cldf-clts/clts/releases. I think we can easily check if it exists and otherwise download it to /data