From ddf94389763bb1b4a64e19aaf123eaeb253774bd Mon Sep 17 00:00:00 2001 From: sergiusz Date: Fri, 8 Jan 2021 12:17:38 +0100 Subject: [PATCH] Updated README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 12a4d12..e120154 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,17 @@ As I've started learning Latin from Lingua Latina Per Se Illustrata I've encourt 1. check given words in the wiktionairy, so I could see IPA, meaning, declinations etc. next to the text, 2. perform the Pensa so that I could see the mistakes I've made. -# Parsers -## Text to Pensum +So far I've managed to create cloze tasks for Pensa and Exercitia for the first 10 chapters. User can input the answers with or without macrons. -```text2pensum.py``` takes text file as an input and generates HTML form from it. Marking is as follows: +# Parsers +## Text to Cloze + +```text2pensum_cloze.py``` takes text file as an input and generates HTML from it. Marking is as follows: - all vowel-dash-vowel combinations (```i-i```) are transformed into a long vowel marked with macron (```ī```) - underscore-string-underscore combinations (```_us_```) are transformed into requiered html text input field with string between underscores as a value of ```data-expected``` atribute (``````). +```text2exercitium_cloze.py``` takes text file as an input and generates HTML from it according to the rules described above. Additionaly, the first line of the text file contains expresions separated with ```|``` based on which user should fill the input fields (sometimes declination of conjugation is necessary). Text files contains the lines (separated with ```\n```), which are processed into a list. + # TODO - [x] text to html parser to swiftly migrate the cloze Pensa - [ ] dictionairy interface