uclanlp / gn_glove

Learning Gender-Neutral Word Embeddings
Apache License 2.0
45 stars 19 forks source link

Makefile missing #2

Open xususan opened 5 years ago

xususan commented 5 years ago

Hello! Thanks for the work! I am trying to run debias.sh, but it seems the Makefile is missing. Thanks!

JieyuZhao commented 5 years ago

Hi @xususan , it is the same as original GloVe project. And I added it to the repo.

xususan commented 5 years ago

Thank you so much!

Also, does the reference to "HASHREC2" on line https://github.com/uclanlp/gn_glove/blob/ce98883ff442e30793bf804d6a09d6da10eaf449/GloVe-1.2/src/cooccur.c#L280

refer to the struct commented out here on this line? https://github.com/uclanlp/gn_glove/blob/ce98883ff442e30793bf804d6a09d6da10eaf449/GloVe-1.2/src/cooccur.c#L35

Just wanted to double check. Thanks!

JieyuZhao commented 5 years ago

@xususan That's right. And I corrected the source codes. Thanks!