Skip to main content

A package to generate text via Markov chain using sample text

Project description

https://travis-ci.org/kwkelly/MarkovText.svg?branch=master

MarkovText is a simple Python library for reandomly generating strings of text based on sample text. A Markov chain text generator uses the frequency of words following the current state to generate plausible sentences that hopefully are passable as human text. For example, given the input text “Hello, how are you today? You look well.” and a seed of “you”, there is a 50% chance that the next word is either “look” or “today”. The current state may consist of more than just a single word.

MarkovText is written in Python, and requires numpy (though this may be changed in the future).

Main Features

  • Simple API to generate single or multiple sentences.

  • Ability to add to the sample corpus at any time.

Future Needs

  • Remove dependency on numpy

  • Create sentences that are related to each other

Installation

The recommended way to install this package is with pip

$ pip install MarkovText

Alternatively you can download and instll it manually (not recommended)

$ git clone https://github.com/kwkelly/MarkovText.git
$ cd MarkovText
$ python setup.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

MarkovText-0.1.dev7.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

MarkovText-0.1.dev7-py2.py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page