alex-tifrea / poincare_glove

Implementation of the "Poincare Glove: Hyperbolic word embeddings" paper
GNU Lesser General Public License v2.1
83 stars 20 forks source link

question about the comment in glove.py #16

Open ruilialice opened 2 years ago

ruilialice commented 2 years ago

Hi, I have a question about the comment in glove.py. In line 265 of glove.py, it says that. "vocab is indexed from 0; for co-occ we use 1-based indexing" What does it mean? Thanks.