MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-194364.py

File recipe-194364.py

recipes/Python/194364_The_Markov_Chain_Algorithm/recipe-194364.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import random;
2import sys;
3
4nonword = "\n" # Since we split on whitespace, this can never be a word

Callers

nothing calls this directly

Calls 5

xrangeClass · 0.85
splitMethod · 0.45
appendMethod · 0.45
setdefaultMethod · 0.45
exitMethod · 0.45

Tested by

no test coverage detected