Quick and dirty markov engine, works with pickle files.
Create a dictionnary with learning samples in learning_file.txt:
learning_file.txt
./markov.py --create-dic -f learning_file.txt -o dict.pkl
Generate gibbering garbage:
./markov.py -l dict.pkl
Generate flooding gibbering garbage:
./markov.py -l dict.pkl -n 9001