Skip to content

zacharydenton/bard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Help on package bard:

NAME
    bard - A module which generates pseudorandom text.

FILE
    /home/zdenton/bin/py/bard/bard/__init__.py

DESCRIPTION
    It utilizes Markov chains to produce new text based on
    some input text. You could use it, for example, to write a
    ten million word science fiction epic using the science
    fiction category of the Brown corpus (yes, I have done it).
    
    This module requires NLTK.

PACKAGE CONTENTS
    detokenizers (package)
    generators (package)

SUBMODULES
    markov
    regex
    sentence

FUNCTIONS
    generate_text(length=100)

DATA
    __author__ = 'Zach Denton'
    __author_email__ = 'zacharydenton@gmail.com'
    __classifiers__ = ['Topic :: Text Processing']
    __longdescr__ = '\nA module for natural language generation. It co...t...
    __url__ = 'http://zacharydenton.com/code/bard/'
    __version__ = '0.2'

VERSION
    0.2

AUTHOR
    Zach Denton


About

A module which generates pseudorandom text.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages