jiesutd / LatticeLSTM

Chinese NER using Lattice LSTM. Code for ACL 2018 paper.
1.79k stars 457 forks source link

Which pretrained character embeding is used? #45

Closed sunhf closed 5 years ago

sunhf commented 5 years ago

In character-based NER, which one is used as the pretrained embeding?gigaword_chn.all.a2b.uni.ite50.vec or joint4.all.b10c1.2h.iter17.mchar?

jiesutd commented 5 years ago

The first one, i.e. gigaword_chn.all.a2b.uni.ite50.vec

sunhf commented 5 years ago

Thanks a lot!