Skip to main content

A lightweight Python package for loading, analyzing, and visualizing word embeddings.

Project description

logo

WordViz is a Python visualization library designed for exploring and visualizing word embeddings. Built on top of popular libraries such as matplotlib, plotly, and gensim, WordViz provides intuitive tools for analyzing embeddings through clustering, similarity exploration, and dimensionality reduction, all wrapped in interactive and customizable plots. With WordViz, users can gain insights into the structure of their word embeddings, making it a valuable tool for researchers and practitioners in natural language processing.

This project was created as part of my Bachelor's Degree thesis in Statistics and Information Management with title (translated): "Word Embeddings in Practice: Designing a Library for Visualization and Operations"

version 0.3.3

PyPi Page: https://pypi.org/project/wordviz/
Documentation: https://wordviz.readthedocs.io/

Built with:

Python Plotly matplotlib scikit-learn Gensim NumPy

Last Version Updates

Fixed

  • subset(): replaced len(self.tokens) with self.embeddings.shape[0] as authoritative size source
  • Added _require_loaded() guard method with ValueError on uninitialized embeddings/tokens; applied to get_embedding() and subset()
  • _validate_file(): fixed guard order, removed inconsistent type coercion, added explicit error for compressed files (.gz, .zip)
  • load_from_file(): GloVe conversion temp file written to cache dir instead of cwd
  • removed unnecessary dev dependencies
  • substituted print() statements with logging for better logging practices

See more about previous changes in CHANGELOG.md

Main Features

  • Load and explore pretrained embeddings (e.g., GloVe, FastText)
  • Select from a variety of available embeddings
  • Visualize embeddings in 2D or 3D with flexible dimensionality reduction options
  • Identify and plot the most similar words to a given token
  • Visualize clusters of related words
  • Interactive plots powered by plotly
  • Support for many light and dark themes

Installation

Install the latest version from PyPI:

pip install wordviz

Notes: Python version compatibility

Currently, wordviz is not compatible with Python 3.13, due to limitations of some key dependencies:

gensim, one of the core libraries used by wordviz, does not yet provide official support or precompiled wheels for Python 3.13.

For proper installation installation, we recommend that you create a virtual environment with Python 3.12, or just use uv:

uv init --python 3.12

The package will be updated as soon as the dependencies are compatible with Python 3.13.

Usage

You can load and manage embeddings though the EmbeddingLoader class, and then visualize them with the Visualizer (or Visualizer3D) class.

from wordviz.loading import EmbeddingLoader
from wordviz.plotting import Visualizer

loader = EmbeddingLoader()
loader.load_from_file('path/to/your/embedding/file', 'word2vec')

vis = Visualizer(loader)
vis.plot_embeddings()

You can explore all functionalities through the example notebook provided in the docs/ folder:

👉 View example notebook

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This project is licensed under the MIT License.

Contacts

Elena Zen - My Portfolio Website - info.elenazen@gmail.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wordviz-0.3.3.tar.gz (22.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wordviz-0.3.3-py3-none-any.whl (25.7 kB view details)

Uploaded Python 3

File details

Details for the file wordviz-0.3.3.tar.gz.

File metadata

  • Download URL: wordviz-0.3.3.tar.gz
  • Upload date:
  • Size: 22.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.4.1 CPython/3.13.12 Windows/11

File hashes

Hashes for wordviz-0.3.3.tar.gz
Algorithm Hash digest
SHA256 7d09a42106ef7805346fd8526e6a3d36ad7ce5294adc7649b930f13b8549a5c7
MD5 c19163711af811c55f3118fc9f65dd61
BLAKE2b-256 3a823629150e79551ccd60e66ec183a8585c26df93b556fedb4cc436a140b24b

See more details on using hashes here.

File details

Details for the file wordviz-0.3.3-py3-none-any.whl.

File metadata

  • Download URL: wordviz-0.3.3-py3-none-any.whl
  • Upload date:
  • Size: 25.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.4.1 CPython/3.13.12 Windows/11

File hashes

Hashes for wordviz-0.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 cbea28df8ebb6cfbbf8f8c5242bca4479264cac4be36f652695e6a07bfa9ce15
MD5 13a47398d48d24867eb905f9d9189507
BLAKE2b-256 4ebb90cb3f0def0044d3eb5e2a49378f893fe879fbe9aaddc0276eb3ae6f991c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page