Code for various distributional semantic models in Python 3.7. Currently includes:
- Random Vector Accumulation (RVA) model (RVA.py)
- A simple predictive neural network model using tensorflow (pnn-tensorflow.py)
- A script utilizing gensim's word2vec model (word2vec-gensim.py) https://radimrehurek.com/gensim/