Results 3 comments of rarezhang

``` with open("data/twitter.pkl", mode='rb') as f: WORD2INDEX = load(f, encoding='bytes')[3] ``` This works for me (miniconda python 3.6)

I have modified the ../ann_visualizer/visualize.py file. It now works fine for me. ```python """ Copyright (C) 2018 by Tudor Gheorghiu Permission is hereby granted, free of charge, to any person...

> Hi, > > I was with the same problem on Anaconda +win 7. > > I installed the Graphviz and add the Path Variable. To add the Path Variable,...