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

https://github.com/bytelu/text-generator

Random text generation based on a preprocess of data with markov method based on a corpus data structure.
https://github.com/bytelu/text-generator

data-structures natural-language-processing random-generation

Last synced: 9 months ago
JSON representation

Random text generation based on a preprocess of data with markov method based on a corpus data structure.

Awesome Lists containing this project

README

          

# Text-Generator

Random text generation based on a preprocess of data with markov method based on a corpus data structure.