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.
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.