python2 ./generate_ewbst.py -g ../graphs/pathed_graph.gpickle --depth 5 -w ../words/combo/verbs_min30.txt > ../tests/ewbst_verbs_min30.txt
python2 ./generate_ewbst.py -g ../graphs/pathed_graph.gpickle --depth 5 -w ../words/combo/adj_min30.txt > ../tests/ewbst_adj_min30.txt
python2 ./generate_ewbst.py -g ../graphs/pathed_graph.gpickle --depth 5 -w ../words/combo/adj_min8.txt > ../tests/ewbst_adj_min8.txt
python2 ./generate_ewbst.py -g ../graphs/pathed_graph.gpickle --depth 5 -w ../words/combo/verbs_min8.txt > ../tests/ewbst_verbs_min8.txt
python2 ./generate_ewbst.py -g ../graphs/pathed_graph.gpickle --depth 5 -w ../words/combo/nouns_min1000.txt > ../tests/ewbst_nouns_min1000.txt
python2 ./generate_ewbst.py -g ../graphs/pathed_graph.gpickle --depth 5 -w ../words/combo/nouns_min200.txt > ../tests/ewbst_nouns_min200.txt
python2 ./generate_ewbst.py -g ../graphs/pathed_graph.gpickle --depth 5 -w ../words/combo/nouns_min30.txt > ../tests/ewbst_nouns_min30.txt
python2 ./generate_ewbst.py -g ../graphs/pathed_graph.gpickle --depth 5 -w ../words/combo/nouns_min8.txt > ../tests/ewbst_nouns_min8.txt
