Homework assignment for the production stories course. The story about statistic in design and modeling.
This repo provides script for checking monotonic conjugation.
To install required packages use:
pip install -r requirements.txt
To run monotonic conjugation check use:
python monotonic_conjugation.py --input <INPUT FILE> --output <OUTPUT FILE>
To see help message with arguments description use:
python monotonic_conjugation.py --help
Run on provided test data:
python monotonic_conjugation.py --input data/in.txt --output data/out.txt