├── Corpus-of-Taylor-Swift-v1.4.xlsx ├── LICENSE ├── README.md ├── img ├── cots-word-cloud-low-fq-words.png ├── cots-word-cloud-lsg.png ├── cots-word-cloud-words.csv ├── cots-word-cloud.png └── eras-colours-divider.png ├── lyrics ├── album-song-lyrics.json └── flat-song-lyrics.json └── tsv ├── cots-album-details.tsv ├── cots-lyric-details.tsv ├── cots-song-details.tsv └── cots-word-details.tsv /Corpus-of-Taylor-Swift-v1.4.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagesolar/Corpus-of-Taylor-Swift/HEAD/Corpus-of-Taylor-Swift-v1.4.xlsx -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagesolar/Corpus-of-Taylor-Swift/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagesolar/Corpus-of-Taylor-Swift/HEAD/README.md -------------------------------------------------------------------------------- /img/cots-word-cloud-low-fq-words.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagesolar/Corpus-of-Taylor-Swift/HEAD/img/cots-word-cloud-low-fq-words.png -------------------------------------------------------------------------------- /img/cots-word-cloud-lsg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagesolar/Corpus-of-Taylor-Swift/HEAD/img/cots-word-cloud-lsg.png -------------------------------------------------------------------------------- /img/cots-word-cloud-words.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagesolar/Corpus-of-Taylor-Swift/HEAD/img/cots-word-cloud-words.csv -------------------------------------------------------------------------------- /img/cots-word-cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagesolar/Corpus-of-Taylor-Swift/HEAD/img/cots-word-cloud.png -------------------------------------------------------------------------------- /img/eras-colours-divider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagesolar/Corpus-of-Taylor-Swift/HEAD/img/eras-colours-divider.png -------------------------------------------------------------------------------- /lyrics/album-song-lyrics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagesolar/Corpus-of-Taylor-Swift/HEAD/lyrics/album-song-lyrics.json -------------------------------------------------------------------------------- /lyrics/flat-song-lyrics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagesolar/Corpus-of-Taylor-Swift/HEAD/lyrics/flat-song-lyrics.json -------------------------------------------------------------------------------- /tsv/cots-album-details.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagesolar/Corpus-of-Taylor-Swift/HEAD/tsv/cots-album-details.tsv -------------------------------------------------------------------------------- /tsv/cots-lyric-details.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagesolar/Corpus-of-Taylor-Swift/HEAD/tsv/cots-lyric-details.tsv -------------------------------------------------------------------------------- /tsv/cots-song-details.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagesolar/Corpus-of-Taylor-Swift/HEAD/tsv/cots-song-details.tsv -------------------------------------------------------------------------------- /tsv/cots-word-details.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagesolar/Corpus-of-Taylor-Swift/HEAD/tsv/cots-word-details.tsv --------------------------------------------------------------------------------