You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
654 B
23 lines
654 B
2 years ago
|
# Ankimaker
|
||
|
|
||
|
WIP
|
||
|
|
||
|
A CLI app to generate anki decks.
|
||
|
|
||
|
From csv file, with configurable parameters, filters and media.
|
||
|
|
||
|
From epub, finding difficult* words in the book and getting their translations.
|
||
|
|
||
|
*I still don't know what 'difficult' will mean. Probably difficult words will be less frequent words that are more frequent in the text than in some corpus, cut above a grade threshold. The grades will map percentiles of frequency.
|
||
|
|
||
|
| Language Level | Number of Base Words Needed |
|
||
|
| ----- | ------ |
|
||
|
| A1 | 500|
|
||
|
| A2 | 1000|
|
||
|
| B1 | 2000|
|
||
|
| B2 | 4000|
|
||
|
| C1 | 8000|
|
||
|
| C2 | 16000|
|
||
|
|
||
|
|
||
|
This project is only possible because of the awesome work of genanki team.
|