https://github.com/jaxgeller/libmarkov
a collection of markov chain sentence generators
https://github.com/jaxgeller/libmarkov
Last synced: 7 months ago
JSON representation
a collection of markov chain sentence generators
- Host: GitHub
- URL: https://github.com/jaxgeller/libmarkov
- Owner: jaxgeller
- License: mit
- Created: 2015-07-26T18:07:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-21T00:20:01.000Z (over 9 years ago)
- Last Synced: 2024-11-16T04:53:11.762Z (8 months ago)
- Language: Ruby
- Size: 4.87 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Libmarkov
Implementations of [markov sentence generators](https://en.wikipedia.org/wiki/Markov_chain#Markov_text_generators) in different languages.
> currently supports order-two generationThe goal of this project is to expose low-level and hackable generation apis that are simple to use. Each implementation will come with an api, as well as exectuables for the commandline that will work over stdin and stdout.
### Implementations
* [javascript](https://github.com/jaxgeller/libmarkov/tree/master/javascript)
* [go](https://github.com/jaxgeller/libmarkov/tree/master/go)
* [ruby](https://github.com/jaxgeller/libmarkov/tree/master/ruby)### Use
See each individual implementations readme.### Roadmap (no particular order)
- [ ] Python
- [ ] C
- [ ] Lua
- [ ] Rust
- [ ] Haskell
- [ ] Java[](http://forthebadge.com)