xiaojunxu/SQLNet

How to get word2idx.json file ?

Closed this issue · 0 comments

I am getting this error whhile executing extract_vocab.py file because the file is not present in the glove pretrained vectors downloaded from "https://github.com/stanfordnlp/GloVe":
sqlnet\utils.py", line 283, in load_word_emb with open('glove/word2idx.json') as inf: FileNotFoundError: [Errno 2] No such file or directory: 'glove/word2idx.json'