Transfer-learning is one possible approach :
- Design and implmentimplement a neural net to match Google Word2Vec's designGoogle Word2Vec's design (In terms of number of layers, activation functions etcand etc.,). https://github.com/dav/word2vec/blob/master/src/word2vec.c
- Pre-initialize weights with these vectors
- Retrain with domain-specific corpus
ThisThis is an implementation that can be used as base and modified for step #1 https://github.com/tensorflow/models/blob/master/tutorials/embedding/word2vec.py