stanfordnlp / GloVe

Software in C and data files for the popular GloVe model for distributed word representations, a.k.a. word vectors or embeddings
Apache License 2.0
6.86k stars 1.51k forks source link

Padding in Creating Word Embedding for Twitter #79

Open ndrmahmoudi opened 7 years ago

ndrmahmoudi commented 7 years ago

Hi,

You have mentioned here that padding would be useful for short documents. Have you done this for your twitter word vectors? If yes, how did you do the padding? Can you share the function you designed for this purpose? @Russell91, I would be happy if you provide an answer soon.

Regards, Nader