Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 299 Bytes

File metadata and controls

14 lines (10 loc) · 299 Bytes

simple-phrase-transform

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