markovipy icon indicating copy to clipboard operation
markovipy copied to clipboard

Yet another markov chain sentence generator

Results 11 markovipy issues
Sort by recently updated
recently updated
newest added

* markovipy version: * Python version: * Operating System: ### Description would it be possible to user input the co-count probability ? Such overall proba is satistfied.

There's a new version of [coverage](https://pypi.python.org/pypi/coverage) available. You are currently using **4.3.4**. I have updated it to **4.5** These links might come in handy: PyPI | Changelog | Repo ###...

There's a new version of [pytest](https://pypi.python.org/pypi/pytest) available. You are currently using **3.0.7**. I have updated it to **3.4.0** These links might come in handy: PyPI | Changelog | Repo |...

There's a new version of [Sphinx](https://pypi.python.org/pypi/Sphinx) available. You are currently using **1.5.5**. I have updated it to **1.6.6** These links might come in handy: PyPI | Changelog | Homepage ###...

There's a new version of [flake8](https://pypi.python.org/pypi/flake8) available. You are currently using **3.3.0**. I have updated it to **3.5.0** These links might come in handy: PyPI | Changelog | Repo ###...

There's a new version of [tox](https://pypi.python.org/pypi/tox) available. You are currently using **2.7.0**. I have updated it to **2.9.1** These links might come in handy: PyPI | Changelog | Docs ###...

* markovipy version: * Python version: * Operating System: ### Description from markovipy.markovipy import MarkoviPy obj = MarkoviPy("test.txt", 30) obj.generate_sentence() obj.generate_sentence() ### What I Did ``` from markovipy.markovipy import MarkoviPy...

Adding some details and organizing details about of the how use the lib.

* markovipy version: 0.2.0 * Python version: 3.6.1 * Operating System: Sierra ### Description As of now, the API looks something like this ```python >>> from markovipy.markovipy import MarkoviPy >>>...

enhancement