This is a WIP Python 3 library of functions for learning vector space representations of words.
As of now, this library offers functions for:
- Feature selection
- Co-occurrence matrix (with or without decreasing weighting)
- PPMI+SVD
- COALS
- GloVe (with regular stochastic gradient descent instead of AdaGrad)
- Cosine
- Generalized Jaccard
- Ground truth
- WordSim-353
- MC
- RG
- Correlation
- Pearson
- Spearman
NumPy
SciPy
scikit-learn