/syntax-transcripts-experiments

Experiments with the Syntax.fm podcast transcripts made with Go

Primary LanguageGo

syntax-transcripts-experiments

Repo for experimenting with Syntax.fm transcripts with Go. Made with help of transcripts.json generated by Wes Bos

How to use?

You'll need to have Go environment setup. Next, just enter go run experiments/<experiment_name>/<experiment_name>.go, to run the experiment. For example, try go run experiments/sick/sick.go

Contributing

If you have an idea for interesting experiment or improvment for the repo, fork the repo, add your changes and submit a pull request :D

Experiments

  1. sick.go - Check how many times Scott and Wes have said the sick word!
  2. talk_time.go - See how much time the guys have spent talking.