Skip to content

2178309/tangle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tangle

Tangle is a command-line tool for automatic random-ish text generation based on supplied corpi. It reads text from standard input, uses it to construct a (by default) first-order Markov model, then uses the model to generate novel text. Example usage:

tangle -w 5000 -h 2 my/seed/text.txt

where the flags denote, respectively, up to 5000 words of output, and use a 2nd-order model.

About

A command line utility for recreational text mangling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors