An open API service indexing awesome lists of open source software.

https://github.com/garrrikkotua/text_generator

Simple text generator with bigrams
https://github.com/garrrikkotua/text_generator

bigrams python text-generation

Last synced: 2 months ago
JSON representation

Simple text generator with bigrams

Awesome Lists containing this project

README

        

# text_generator
1. This is simple python text generator module.

2. Train.py module is used for creating model based on input text.

3. Model is generated using bigrams and cumilative distribution.

4. Model is saved into a file using python pickle module.

5. Generate.py generates text of given length using model from train.py

6. Both scripts have command-line interface.

7. All information about usage is provided by --help in the command-line.