bxshi / topic_flow

deprecated project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage:

  1. Clone project
git clone https://github.com/bxshi/topic_flow.git
  1. Get some reddit discussions
cd topic_flow/data/reddit
python3 reddit_crawler.py
  1. Run the example
cd ../../
python3 -m tofo.examples.BOWExample ./data/reddit/til_baby_otters_cant_swim_at_first_but_their.json
fdp BOWExample.dot -Tsvg -o BOWExample.svg

Then the BOWExample.svg is the generated graph file.

About

deprecated project


Languages

Language:Python 100.0%