diracdeltas / icowid-generator

markov bot based on ICO whitepapers and erowid trip reports
GNU General Public License v3.0
37 stars 2 forks source link

icowid

generates markov chain sentences based on erowid trip reports and ICO whitepapers.

used for https://twitter.com/icowid

instructions

setup

run the following two commands at setup time and every time the corpus files are updated:

running

run make sentences

this generates a batch of 20 sentences. edit Makefile to change the batch size.

contributing ICO whitepapers

contributions to the corpus of ICO whitepapers are highly welcome!

  1. if in PDF format, convert the paper to a .txt file (ex: using pdftotext or the Automator tool on MacOS). make sure the output text file doesn't look too f'ed up.
  2. put the text file in corpi/ico_text/
  3. open a pull request