Metadata-Version: 2.1
Name: pymagnitude-light
Version: 0.1.145
Summary: Magnitude fork that only supports Word2Vec, GloVe and fastText embeddings
Home-page: https://github.com/davebulaval/magnitude-light
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: fasteners (>=0.14.1)
Requires-Dist: lz4 (>=1.0.0)
Requires-Dist: numpy (>=1.14.0)
Requires-Dist: xxhash (>=1.0.1)

# Magnitude fork that only supports Word2Vec, GloVe and fastText embeddings
> I've forked the [other lite version](https://github.com/neuml/magnitude) since package naming was bad and was sometime mixup with the original one

This repository makes the following changes to the excellent Magnitude project: 

- Project simplified to only support Word2Vec, GloVe and fastText embeddings
- Approximate indexing/search methods removed
- Annoy, AllenNLP (ELMo) and Torch dependencies removed
- Removed internal SQLite related libraries (pysqlite, apsw) and use system SQLite package
- Removed logic to download and stream models. Models must all be locally available, remote servers will not be checked.
- Build process simplified to use PyPi dependencies

See Magnitude project for documentation and links to pre-trained models: https://github.com/plasticityai/magnitude


