Open omgimanerd opened 5 years ago
json_handler.py encodes generated markov chains as JSON. Functionality needs to be implemented to increase the robustness of the entire project so that the chains can be arbitrary encoded for storage and decoded for use in generator.
This is probably best done by enhancing the functionality in markov_chain.py itself so that all this functionality is abstracted into it.
markov_chain.py
json_handler.py encodes generated markov chains as JSON. Functionality needs to be implemented to increase the robustness of the entire project so that the chains can be arbitrary encoded for storage and decoded for use in generator.