It would be great to be able to load pretrained word representations, at least the ones from Glove[1] and word2vec [2].
In the same fashion it would be useful to have a most_similar method able to efficiently retrieve the top n similar words.
[1] http://nlp.stanford.edu/projects/glove/
[2] https://code.google.com/p/word2vec/
It would be great to be able to load pretrained word representations, at least the ones from Glove[1] and word2vec [2].
In the same fashion it would be useful to have a
most_similarmethod able to efficiently retrieve the top n similar words.[1] http://nlp.stanford.edu/projects/glove/
[2] https://code.google.com/p/word2vec/