Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
Random text generation based on a preprocess of data with markov method based on a corpus data structure.
- Host: GitHub
- URL: https://github.com/bytelu/text-generator
- Owner: bytelu
- Created: 2022-08-10T23:25:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T17:51:25.000Z (5 months ago)
- Last Synced: 2024-08-06T21:25:44.292Z (5 months ago)
- Topics: data-structures, natural-language-processing, random-generation
- Language: Python
- Homepage:
- Size: 646 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.