Skip to main content

A simple ngram-based random text generator.

Project description

Ngram TextGen

A simple n-gram-based random text generator written in Python.

Requirements and Installation

Requirements

This module requires Python 3.6+ due to the use of f-strings.

Installation

pip install ngramtg

Usage

Create a simple script, e.g.

from ngramtg.ngram import NgramTextGen
import sys

if __name__ == "__main__":
    my_object = NgramTextGen(sys.argv[1], auto=True)
    print(my_object.sentence())

Save it (e.g. myscript.py) and provide a corpus file to it:

$ python myscript.py corpus.txt
Compassion will make you.

Release History

  • 2019.01
    • Initial release

Development and License

Developed by Paul Wicking – @DocWicking.

Distributed under the MIT license. See LICENSE for more information. The source code lives on GitHub.

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

ngramtg-2019.1.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

ngramtg-2019.1-py3-none-any.whl (7.4 kB view hashes)

Uploaded 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