Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for know words analysis using wordlists #15

Merged
merged 7 commits into from Nov 26, 2021
Merged

Conversation

christofferaakre
Copy link
Owner

We can now calculate how many of the words in the book the user knows given a word-list. Currently, the word-list path is hardcoded to be 'word-list.txt' is the root directory, see the analyse_known_words function defined in analysis.py.
This information has also been added to the books.html page to display it to the user. An example word-list can be found in data/jlpt-word-list.txt.

@christofferaakre christofferaakre linked an issue Nov 26, 2021 that may be closed by this pull request
@christofferaakre christofferaakre merged commit 131d9ab into master Nov 26, 2021
@christofferaakre christofferaakre deleted the word-list branch November 26, 2021 14:00
@christofferaakre christofferaakre changed the title Support for know word analysis using wordlists Support for know words analysis using wordlists Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test the known words analysis
1 participant