Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 348 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 348 Bytes

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.