Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.