https://github.com/neo4jrb/neo4apis-itunes
Implements neo4apis-itunes for downloading podcast data, also trying to make a Six Degrees of Myke graph
https://github.com/neo4jrb/neo4apis-itunes
Last synced: about 2 months ago
JSON representation
Implements neo4apis-itunes for downloading podcast data, also trying to make a Six Degrees of Myke graph
- Host: GitHub
- URL: https://github.com/neo4jrb/neo4apis-itunes
- Owner: neo4jrb
- Created: 2015-11-06T03:48:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-20T08:18:18.000Z (over 9 years ago)
- Last Synced: 2025-01-12T09:29:18.776Z (3 months ago)
- Language: Ruby
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To get this to work you'll need the Stanford NLP engine files (e.g. `stanford-corenlp-3.5.2.jar` and `stanford-corenlp-models-current.jar`).
First you run `import.rb` to get the data in (make sure the Neo4j URL is correct) and then `extract_authors.rb` to extract authors from that data.