Sentense generator to learn a new language by translating sentences from native language to target language.
Python 3.10
Idea is to learn new words step by step.
- Create a config file and fill it with words you already know.
- Add words you want to learn to the config and highlight them in config.
- Now run the generator, it will generate sentenses with 2 new words and other known to you.
python3.10 generateSentences.py --wordsConfig config.json
- As new words are learned, remove the hghlighting for them in config and repeat the process.