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.
- Host: GitHub
- URL: https://github.com/bytelu/text-generator
- Owner: bytelu
- Created: 2022-08-10T23:25:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T17:51:25.000Z (over 1 year ago)
- Last Synced: 2025-03-14T11:43:54.826Z (about 1 year ago)
- Topics: data-structures, natural-language-processing, random-generation
- Language: Python
- Homepage:
- Size: 646 KB
- Stars: 0
- Watchers: 1
- 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.