Skip to content

orblivion/random-chain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wut

This generates 10000 characters of random text, based on training strings.

Installation

Recommended that you use cabal sandbox, so that nothing you install here gets into your general cabal directory:

cabal sandbox init

You may want to make sure you have the latest and greatest, though cabal will probably warn you if you need to do this:

cabal update

Now build everything:

cabal install --dependencies-only
cabal build

Setup

There's a directory called training. Put however many files you want in there, ending in .txt. These will be used as training text.

Running

./random-chain

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published