initial versions of solutions to harry potter challenges
[harrypotter-wikipedia-cdsw-solutions] / solution6.py
1 # Q: Pick a different topic in Wikipedia and download a new
2 # dataset. Answer the questions above for this other dataset.
3 #
4 # The solution involves editing the file build_hpwp_dataset.py and
5 # changing the following line:
6 #
7 # category = "Harry Potter"
8 #
9 # If you change "Harry Potter" to any other Category in Wikipedia, it
10 # will work the same.

Benjamin Mako Hill || Want to submit a patch?