Data Science MSc @ University of Milan-Bicocca.
The aim of the work is to perform a diachronic analysis of the 7 deadly sins to find out how their meaning and use has changed from the 19th century to the 21st century. Additionally, we tried implementing some comparison metrics for the embedding models we used.
- Preprocessing and DataLoading notebooks contain the preliminary steps.
- CADE and CADE analysis contains the W2V implementation and the alignment.
- gloVe contains the glove implementaion.
- simple_word_embeddings_comparison and geometrical_comparison implement our comparison between W2V and gloVe embeddings.