Generates new sentences based on existing ones using simplified grammatical rules.
To run use python 3:
python main.py -i [input_file] -g [grammar_rules_file] -o [output_file]
For example:
python main.py -i input.txt -g grammar_rules.txt -o output.txt