whateverforever / epub2anki

WIP Semi-automatic sentence card creation from ePUB ebooks. Extracts multiple example sentences for each vocab, alternating between them during Anki review.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

epub2anki

Installing Requirements

  • python -m spacy download fr_core_news_md

Wanted features

Must Have

  • Ignoring simple words that you don't even want to create a card for
    • How to identify?
      • If frequency --> Might miss important words
  • In sentence picking: show how far progress is
  • When using hierarchical decks, make sure to anki subdecks as well
  • Error dialog if anki is running
  • Ignore sentences that are too long
  • Vocab picking needs shortcuts
  • Add skip button also to sentence
  • Make it so Anki TTS can be used
  • Make card generation module replaceable
  •  Make it so User can modify how generated cards look like
  • Copy Paste for definition field

Should Have

  • If a sentence of a frequent word contains another unknown word, add that one too
  • Sort Words in Vocab Selection by frequency (arent't they already?)
  • Extra field for question side (e.g. for infinitive: haissent - "hair")

Nice to Have

Known Bugs

  • Words that are for sure in Anki are still in the "not in Anki" list. Like Ă©clater, poids, faillir
    • Is that because of subdecks?

About

WIP Semi-automatic sentence card creation from ePUB ebooks. Extracts multiple example sentences for each vocab, alternating between them during Anki review.


Languages

Language:Python 97.7%Language:Nim 2.3%