You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
from markovipy.markovipy import MarkoviPy
File "C:\Python27\lib\site-packages\markovipy\__init__.py", line 3, in <module
>
from .markovipy import MarkoviPy
File "C:\Python27\lib\site-packages\markovipy\markovipy.py", line 8, in <modul
e>
from markovipy.utils import get_word_list
ImportError: No module named utils
The text was updated successfully, but these errors were encountered:
Description
from markovipy.markovipy import MarkoviPy
obj = MarkoviPy("test.txt", 30)
obj.generate_sentence()
obj.generate_sentence()
What I Did
The text was updated successfully, but these errors were encountered: