You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our code is based on Flat-Lattice-Transformer (FLAT) from LeeSureman. For the time being, we have used pretrained character and word embeddings provided by LeeSureman. Please refer to "How to run the code?" section of https://github.com/LeeSureman/Flat-Lattice-Transformer.
yangjie_rich_pretrain_unigram_path = '../embedding/gigaword_chn.all.a2b.uni.ite50.vec'
yangjie_rich_pretrain_bigram_path = '../embedding/gigaword_chn.all.a2b.bi.ite50.vec'
yangjie_rich_pretrain_word_path = '../embedding/ctb.50d.vec'
yangjie_rich_pretrain_char_and_word_path = '../embedding/yangjie_word_char_mix.txt'
lk_word_path = '../embedding/sgns.merge.word'
这些文件是怎么得到的?
The text was updated successfully, but these errors were encountered: