LinguaCafe
LinguaCafe copied to clipboard
LinguaCafe is a self-hosted software that helps language learners read foreign languages.
- [ ] Move logic code from the component file into a service class. - [ ] Replace searching in unique words with hashmaps. - [ ] Move events from...
There is a button on admin page to delete a user, but the functionality is still missing. When a user is deleted, all of that user’s data must be also...
It is possible to mark verbs in German that has a prefix in the tokenizer python script. If a word is marked, and has the same lemma as another word...
Let users add tags to books, like `book`, `podcast`, `movie`. There will be a more detailed filter/search on the library page later on.
Words and phrases should have tags. Each tag would have a title, short description, and a color which can also be transparent. The color tagged words and phrases would appear...
This way it will be possible to get DeepL translations in multiple languages. It will have to be asynchronous somehow. Or have to handle multiple translations in one request.
Information to be displayed: - [ ] Deepl, Anki and Jellyfin ping results - [ ] Dictionary table sizes
Jellyfin subtitles are cached. It was created when the subtitles were not importable, and the text importing was slower. There's no need for it anymore, it can be deleted.