LindgeW / POS-Tagging

POS-Tagging based on BiLSTM+CharEmbedding+CRF
Apache License 2.0
3 stars 0 forks source link

Question #1

Closed junaidamk closed 3 years ago

junaidamk commented 5 years ago

How to run this? How will u get character vectors in corpus folder? Will you expand readme file

LindgeW commented 3 years ago

the character-level feature is obtained by CharCNN. Here, I randomly initialize the char embedding. Of course, you can initialize it using character vectors which is the same as word2vec.