matchstick
Markov sequence generator
An experimental C++ project exploring Markov chain concepts to generate text sequences
toying with markov stuff
0 stars
1 watching
0 forks
Language: C++
last commit: about 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Generates pseudorandom words by applying Markov chains to existing word sequences | 33 |
| Generates text based on patterns found in input data | 228 |
| Generates random text based on a statistical model of input text | 95 |
| Generates names based on statistical patterns from large datasets using a Markov chain algorithm | 449 |
| A Crystal library for building and running Markov Chains | 21 |
| Generates text based on patterns learned from 4chan forums using Markov chains. | 30 |
| Generates a Markov model from chat data to create randomized text | 61 |
| A Ruby-based tool for generating random sentences using Markov chain algorithms | 6 |
| A purely functional random number generator implemented using the xorshift algorithm. | 27 |
| A JavaScript pseudo random number generator implementation | 3 |
| A word generator based on statistical analysis of letter sequences in a given dictionary. | 172 |
| A tool for generating humorous responses based on user input and a large dataset of text from Slack channels. | 26 |
| Generates CV signals based on user input and stores them in a polymorphic format | 474 |
| A Ruby gem that generates near-English prose using Markov chains. | 110 |
| Generates semi-random web events with configurable probabilities and constraints to mimic real-world scenarios. | 80 |