- add social search record count
- change hashtag job to run more frequently
- change hashtag job to only pull since the last found hashtag (or 24 hours)
- GeoSearch continuation followup
- GeoSearch trigger strategy
- Daily email update (MZMC)
- Weeklypedia translations
- Weeklypedia stats RSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""Markov Chain. | |
Pass input to stdin. | |
Usage: | |
markov <len> [-n <n>] [-p <p>] [-c] [-s <s>] | |
markov -h | --help | |
Options: | |
<len> The length (in tokens) of the output to generate |