2020-05-13 16:57:13 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-markovify: updated to 0.8.0
0.8.0:
Unknown changes
|
2020-04-28 13:46:30 by Nikita | Files touched by this commit (29) |
Log message:
adjust maintainer to my new login
|
2019-10-18 11:29:16 by ng0 | Files touched by this commit (1) |
Log message:
textproc/py-markovify: Fix github link to https.
|
2019-08-27 07:32:06 by Adam Ciarcinski | Files touched by this commit (1) | |
Log message:
py-markovify: update HOMEPAGE, add USE_LANGUAGES
|
2019-08-26 21:05:02 by ng0 | Files touched by this commit (1) |
Log message:
textproc/py-markovify: Sort PLIST entries.
|
2019-08-26 20:32:43 by ng0 | Files touched by this commit (4) |
Log message:
Add textproc/py-markovify version 0.7.2
Markovify is a simple, extensible Markov chain generator. Right now,
its primary use is for building Markov models of large corpora of
text and generating random sentences from that.
Its features include:
* Simplicity. "Batteries included," but it is easy to override key methods.
* Models can be stored as JSON, allowing you to cache your results
and save them for later.
* Text parsing and sentence generation methods are highly extensible,
allowing you to set your own rules.
|