Closed Jayden-zdd closed 2 years ago
Hi, @zhangdoubledong
Sorry for replying so late.
If you use the Glove as pre-trained embedding, you need to modify the code in data_helper.py
, like the function load_word2vec_matrix()
which should be modified to load your pre-trained Glove embedding (it should use the grammar of Glove package ).
Hope this helps!
Hi, I turned words into word vectors through glove.6B.300.txt, but how to do with positional features?