Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirang89/markovlj
A Markov Chain text generator in Clojure
https://github.com/kirang89/markovlj
Last synced: 7 days ago
JSON representation
A Markov Chain text generator in Clojure
- Host: GitHub
- URL: https://github.com/kirang89/markovlj
- Owner: kirang89
- Created: 2016-02-20T11:03:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-20T11:16:35.000Z (over 8 years ago)
- Last Synced: 2024-04-16T18:23:08.874Z (7 months ago)
- Language: Clojure
- Size: 343 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# markovlj
A Markov Chain text generator in Clojure implemented for educational purposes.
## Installation
```
lein deps
```## Usage
The files used for training the generator are stored in the `samples` directory.
```
lein run samples
```## License
Copyright © 2016 Kiran Gangadharan
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.