Skip to content

Text Generation using Markov Chains fed by 4chan APIs

License

Notifications You must be signed in to change notification settings

o2sh/4chanMarkovText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4chanMarkovText

Some Outputs for /biz/ /pol/ /b/ /fit/ : https://pastebin.com/sxdapK9p

How to use

go run *go -n=3 -words=12 -capital -sentence -input="./data/fit.txt"

-capital
start output with a capitalized prefix
-in string
input file (default "./data/biz.txt")
-n int
number of words to use as prefix (default 2)
-sentence
end output at a sentence ending punctuation mark (after n words)
-words int
number of words per run (default 200)

About

Text Generation using Markov Chains fed by 4chan APIs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages