This project provides a set of files for visualizing word embeddings related to emotions using the Google Embedding Projector.
embedding_projector_020425.json: This is a configuration file for the Embedding Projector. You can load this file directly into the projector to visualize the data.embeddings_vectors.tsv: This file contains the embedding vectors for a list of words. Each row corresponds to a word and its vector representation.embeddings_metadata.tsv: This file contains metadata for the embeddings. It includes the word, its emotion type, and the main emotion category. The columns areText,Type, andMainCategory.
- Go to the Google Embedding Projector.
- Click on the "Load" button.
- Select the
embedding_projector_020425.jsonfile to load the configuration and data. - Alternatively, you can load the
embeddings_vectors.tsvandembeddings_metadata.tsvfiles separately.
Once loaded, you can explore the word embeddings in the 3D space, search for specific words, and analyze their relationships based on emotions.