Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmednassar7/automatic-text-generation
This is a simple algorithmic automatic text generator
https://github.com/ahmednassar7/automatic-text-generation
algorithms automation generator haskell
Last synced: 1 day ago
JSON representation
This is a simple algorithmic automatic text generator
- Host: GitHub
- URL: https://github.com/ahmednassar7/automatic-text-generation
- Owner: AhmedNassar7
- Created: 2024-01-23T16:41:20.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-31T15:44:33.000Z (9 months ago)
- Last Synced: 2024-02-02T22:49:35.574Z (9 months ago)
- Topics: algorithms, automation, generator, haskell
- Language: Haskell
- Homepage:
- Size: 131 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automatic-Text-Generation
It is program that generates a text with given length given the first 2 words of the text. It generates the text based on statistical properties from a database. The database is the file called "DataFile.hs".
## The used language
The program is implemented with functional programming paradigm using Haskell language.