Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aidan-zamfir/the-iliad
Data analysis & relationship network for the characters of Homers Iliad
https://github.com/aidan-zamfir/the-iliad
data data-analysis dataframes networks python selenium webscraping
Last synced: 6 days ago
JSON representation
Data analysis & relationship network for the characters of Homers Iliad
- Host: GitHub
- URL: https://github.com/aidan-zamfir/the-iliad
- Owner: Aidan-Zamfir
- Created: 2023-07-13T16:02:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-14T16:28:29.000Z (over 1 year ago)
- Last Synced: 2023-07-14T17:25:13.739Z (over 1 year ago)
- Topics: data, data-analysis, dataframes, networks, python, selenium, webscraping
- Language: Python
- Homepage:
- Size: 277 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Data analysis & relationship network for the characters of Homer's Iliad.
Web scraping was utilized to collect both character data & the text of The Iliad.
The NLP software spaCy was then used to parse through the text and find character name proximity to others & and this frequency was used to determine the relationships between them.
NetworkX was then used along with other visualization & graphing modules to create visual network representations of these relationships.
Built methods to find both community networks and degree centrality networks.