odakaui / vocabulist

A vocabulary database for learning Japanese
MIT License
0 stars 0 forks source link

Parse file and create report #12

Open odakaui opened 4 years ago

odakaui commented 4 years ago

Add the ability to parse a file and spit out a report.

The report should list all of the tokens in the file. The tokens can be filtered based on in_anki, is_learned, and is_excluded. The definitions for the token and each sentence for the token will be placed under each token.

The report will be able to be printed to the console, markdown, html, and possibly other mediums such as pdf.