Added pipeline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-04-02 22:34:40 +03:00
parent edada2a968
commit e870130554
4 changed files with 23 additions and 3 deletions

View File

@@ -5,6 +5,5 @@ text = f.read()
text_model = markovify.Text(text)
for i in range(3):
# print(text_model.make_short_sentence(280))
for i in range(5):
print(text_model.make_sentence())