NaNoGenMo / 2021

National Novel Generation Month, 2021 edition.
45 stars 8 forks source link

Corpus Cast #19

Open addeldin opened 2 years ago

addeldin commented 2 years ago

An issue to mark my repo for NaNoGenMo 2021.

https://github.com/addeldin/corpus-cast

addeldin commented 2 years ago

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.