Fast_Sentence_Embeddings
Fast_Sentence_Embeddings copied to clipboard
Don't absorb KeyedVectors into BaseS2V class
Untangling the bad design decision to actually store the BaseKeyedVector from Gensim internally. If users want mmap, they can just load that and pass it. At least we shouldn't store it with the model.