SendongZhao/RNN-for-tagging

Will this repo support char-level representation in the future?

Opened this issue · 2 comments

Hi Sendong,

Great work to start with!
I was wondering if you consider keeping work on this to add char-level representations as well just like Lample et al. 2016?

Here are two implementations:
https://github.com/glample/tagger (Theano)
https://github.com/guillaumegenthial/sequence_tagging (TensorFlow)

Thanks and regards,
Bill

Good suggestion, I would try

Hi, Stan,

Here is an example of BiLSTM tagger with char-level word representation (but w/o CRF), which might be helpful for you.
https://github.com/neulab/dynet-benchmark/blob/master/pytorch/bilstm-tagger-withchar.py

I am also trying to implement it by my own. :)

Thanks,
Bill