stanfordnlp/GloVe

what is the meaning of '.' in glove pretrained vector?

BodyCSoulN opened this issue · 7 comments

Hi, thanks for your great job!
I have downloaded the glove.840b.300d.txt. and i found that there are some '.' in the vector, what is meaning of it? Zero?
image

you mean in the text or in the numbers? what's an example?

As you can see in the figure, there are two '.' in line 52344, what is the meaning of it?

Ah... is it possible this is a tokenization issue? Each column should have 301 entries, I believe, 1 word and 300 numbers. In this case, do you now have multiple "word" entries followed by 300 numbers?

Oh, I am sorry. I left out the previous word and now one line represents a 300-dimensional vector. My question is: why does a '.' appear where a number should appear?

I am so sorry bro.It is my fault.
I found that the length of this line is 303.
And this line starts with three '.'
image

Thanks a lot for your patient answer!

So what's meaning of three '.' in the picture.