/markov-chain-text

Text generator written in React.js that uses Markov chains to generate text based on a given input.

Primary LanguageJavaScript

Markov Chain Text Generator in React.js

Node.js, React

Description

This is a simple text generator that uses Markov chains to generate text based on a given input. It is written in React.js and uses a self-written Markov chain implementation.

To generate the text, the user can either enter a text manually or paste text. The text is then parsed and the Markov chain is generated. The user can then generate text based on the Markov chain.

Demo

A demo of the application can be found here.

Screenshot of the application