jiesutd / LatticeLSTM

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

What is bichar_emb? #34

Closed alexnotes closed 5 years ago

alexnotes commented 5 years ago

In main python script, bichar_emb is set to be none. What is this embedding?

jiesutd commented 5 years ago

None means using random initialization for the bigram. You can set it as the directory of your own pretrained bigram embeddings.