Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.