SubGram is improvement of SkipGram implementation from Gensim https://radimrehurek.com/gensim/models/word2vec.html Details are described in the paper:
Tom Kocmi, Ondřej Bojar
SubGram: Extending Skip-gram Word Representation with Substrings
This implementation runs only in python and it is slow (about 100x slower than SkipGram implementation in C++). We are working on reimplementation of SubGram.
Tom Kocmi [email protected]