https://github.com/capjamesg/taylor-swift-acronyms
Analysis of Taylor Swift song name acronyms.
https://github.com/capjamesg/taylor-swift-acronyms
nlp taylor-swift
Last synced: over 1 year ago
JSON representation
Analysis of Taylor Swift song name acronyms.
- Host: GitHub
- URL: https://github.com/capjamesg/taylor-swift-acronyms
- Owner: capjamesg
- License: mit
- Created: 2024-06-30T18:53:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T09:24:42.000Z (about 2 years ago)
- Last Synced: 2025-03-28T19:16:40.978Z (over 1 year ago)
- Topics: nlp, taylor-swift
- Language: Python
- Homepage:
- Size: 471 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# r/TaylorSwift Acronym Analysis
This repository contains the code used for the following blog posts:
- [Taylor Swift Subreddit Acronym Reference](https://jamesg.blog/2024/06/30/taylor-swift-subreddit-acronyms/)
- [Analyzing use of Taylor Swift song name acronyms on Reddit](https://jamesg.blog/2024/06/30/taylor-swift-acronym-use-reddit/)
## Script Reference
- `retrieve_wikipedia_data.py`: Retrieves the list of songs for analysis from Wikipedia.
- `retrieve_acronym_use_from_reddit.py`: Retrieves the number of posts affiliated with an acronym on Reddit.
- `generate_charts_and_counts.py`: Generate charts and lists showing acronyms use. Date is grouped by album, and ordered by use.
## Data Reference
- `duplicates.json`: Used to record songs excluded from analysis because an acronym matches more than one song.
- `acronyms.txt`: A computed list of acronyms used in the [Taylor Swift Subreddit Acronym Reference](https://jamesg.blog/2024/06/30/taylor-swift-subreddit-acronyms/) blog post.
- `acronyms.json`: A list of acronyms included in analysis, without usage counts.
- `acronyms_final.json`: A list of acronyms, with usage counts.
## License
This source code is licensed under an [MIT license](LICENSE).