Sense2Vec, FastText, Glove

  1. Preprocess corpus with sense2vec to produce individual sentences with the sense2vec annotation:
  2. Use fastText or GloVe pipeline to build a model with the annotated output from Step 1 as input.
  3. Load pretrained vectors from the model built in Step 2 back into sense2vec in order to find matching entities by "sense".