ex_chain
Text generator
A simple Markov Chain generator written in Elixir that creates text based on a given Twitter archive.
Simple Markov Chain written in Elixir
20 stars
4 watching
1 forks
Language: Elixir
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
syntaxcoloring/markov-word-generator | Generates pseudorandom words by applying Markov chains to existing word sequences | 33 |
danielberkompas/ex_twiml | A set of macros for generating Twilio integration XML based on Elixir | 37 |
rwdaigle/exgen | A templating library for generating reusable Elixir projects | 35 |
o2sh/4chanmarkovtext | Generates text based on patterns learned from 4chan forums using Markov chains. | 30 |
hashcat/statsprocessor | A word generator based on statistical analysis of letter sequences in a given dictionary. | 172 |
zolrath/marky_markov | Generates text based on patterns found in input data | 228 |
restartr/ex-lolcat | A Elixir implementation of the lolcat meme generator | 7 |
scrogson/exgravatar | Generates Gravatar URLs based on email addresses and optional size parameters. | 23 |
pigmej/exelli | An Elixir wrapper with a simple syntax for building web applications. | 16 |
elixirscript/elixir-estree | Defines structs and tools for generating JavaScript AST to code from the ESTree spec. | 103 |
gutschilla/elixir-pdf-generator | A library that generates PDFs using wkhtmltopdf or chrome-headless plus PDFTK for use in Elixir projects. | 333 |
tw1ddle/markovnamegenerator | Generates names based on statistical patterns from large datasets using a Markov chain algorithm | 446 |
parroty/extwitter | A Twitter client library written in Elixir that interacts with Twitter's REST API v1.1. | 409 |
djm/table_rex | An Elixir library for generating text-based tables with various features and options. | 244 |
ijcd/taggart | A library that simplifies the generation of HTML templates with reusable functions | 34 |