2021
2021 copied to clipboard
Corpus Cast
An issue to mark my repo for NaNoGenMo 2021.
https://github.com/addeldin/corpus-cast
I've added two notebooks that might be of interest to people, both using Python: txt_from_web.ipynb and markov_modeling.ipynb. They're tools for some basic webscraping and Markov model generations using markovify. If you need a starting place for getting texts and generating sentences from models based on texts, these could be useful! Note that it requires a solid beginner to intermediate level of understanding of Python.