Ecosyste.ms: Awesome

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

https://github.com/o2sh/4chanMarkovText

Text Generation using Markov Chains fed by 4chan APIs
https://github.com/o2sh/4chanMarkovText

data-mining markov-chain scrapper

Last synced: 11 days ago
JSON representation

Text Generation using Markov Chains fed by 4chan APIs

Lists

README

        

# 4chanMarkovText

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

How to use
----------

```cpp
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)