Library used to structure data from Wikipedia and Wikidata using python 2.7.
Developed by the Collective Learning group at The MIT Media Lab.
The prerequistis should install directly with the package.
requests==2.18.4
mwparserfromhell==0.5
pandas==0.22.0
joblib==0.11
beautifulsoup4==4.6.0
spotipy==2.4.4
sklearn==0.0
nltk==3.2.5
python-dateutil==2.6.1
numpy==1.14.1
urllib3==1.22
Can be easily installed using pip
pip isntall johnny5
The data (Wikipedia and Wikidata dumps) will not download directly through pip. In order to get this data, if needed, you need to run the following python commangs:
import johnny5 as j5
XXX
Give an example
The documentation can be found in johnny5
XXX
We use SemVer for versioning.
-
Cristian Jara-Figueroa - Initial work - crisjf
-
Cristian Candia-Castro-Vallejo - Deployment ready version - crcandia
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc