All Projects → o2sh → 4chanMarkovText

o2sh / 4chanMarkovText

Licence: MIT license
Text Generation using Markov Chains fed by 4chan APIs

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to 4chanMarkovText

gosquito
gosquito ("go" + "mosquito") is a pluggable tool for data gathering, data processing and data transmitting to various destinations.
Stars: ✭ 25 (-10.71%)
Mutual labels:  data-mining, scrapper
storexplore
Transform online stores into APIs !
Stars: ✭ 20 (-28.57%)
Mutual labels:  scrapper
chainRec
Mengting Wan, Julian McAuley, "Item Recommendation on Monotonic Behavior Chains", in Proc. of 2018 ACM Conference on Recommender Systems (RecSys'18), Vancouver, Canada, Oct. 2018.
Stars: ✭ 52 (+85.71%)
Mutual labels:  data-mining
sql-cookbook
Common SQL recipes and best practises
Stars: ✭ 68 (+142.86%)
Mutual labels:  data-mining
markovipy
Yet another markov chain sentence generator
Stars: ✭ 24 (-14.29%)
Mutual labels:  markov-chain
DataCon
🏆DataCon大数据安全分析大赛,2019年方向二(恶意代码检测)冠军源码、2020年方向五(恶意代码分析)季军源码
Stars: ✭ 69 (+146.43%)
Mutual labels:  data-mining
markovclick
Python package to model clickstream data as a Markov chain. Inspired by R package clickstream.
Stars: ✭ 29 (+3.57%)
Mutual labels:  markov-chain
pathpy
pathpy is an OpenSource python package for the modeling and analysis of pathways and temporal networks using higher-order and multi-order graphical models
Stars: ✭ 124 (+342.86%)
Mutual labels:  data-mining
BLUELAY
Searches online paste sites for certain search terms which can indicate a possible data breach.
Stars: ✭ 24 (-14.29%)
Mutual labels:  data-mining
AALpy
An Active Automata Learning Library Written in Python
Stars: ✭ 60 (+114.29%)
Mutual labels:  markov-chain
PyBorg
Fork of PyBorg AI bot for cutie578 on EFNet
Stars: ✭ 45 (+60.71%)
Mutual labels:  markov-chain
emperor-os
(new released v2.5 LTS.2022-06-25) It has focused on developing an All in One operating system for programming, designing and data science.Emperor-OS has over 500 apps and important tools
Stars: ✭ 32 (+14.29%)
Mutual labels:  data-mining
machine learning in python
Demo of basic machine learning models in python with Jupter Notebook
Stars: ✭ 16 (-42.86%)
Mutual labels:  data-mining
candis
🎀 A data mining suite for gene expression data.
Stars: ✭ 28 (+0%)
Mutual labels:  data-mining
Network-Embedding-Resources
Network Embedding Survey and Resources
Stars: ✭ 43 (+53.57%)
Mutual labels:  data-mining
XCloud
Official Code for Paper <XCloud: Design and Implementation of AI Cloud Platform with RESTful API Service> (arXiv1912.10344)
Stars: ✭ 58 (+107.14%)
Mutual labels:  data-mining
Markov-Word-Generator
A web app that uses Markov chains to generate pseudorandom words.
Stars: ✭ 33 (+17.86%)
Mutual labels:  markov-chain
Hefei ECG TOP1
“合肥高新杯”心电人机智能大赛 —— 心电异常事件预测 TOP1 Solution
Stars: ✭ 109 (+289.29%)
Mutual labels:  data-mining
kmeans
A simple implementation of K-means (and Bisecting K-means) clustering algorithm in Python
Stars: ✭ 18 (-35.71%)
Mutual labels:  data-mining
marc
Markov chain generator for Python and/or Swift
Stars: ✭ 61 (+117.86%)
Mutual labels:  markov-chain

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)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].