Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yuchenlin opened this issue Jul 11, 2017 · 2 comments
Open

Comments

@yuchenlin
Copy link

yuchenlin commented Jul 11, 2017

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

@yuchenlin yuchenlin changed the title Will this repo support char-level tagging in the future? Will this repo support char-level representation in the future? Jul 11, 2017
@SendongZhao
Copy link
Owner

Good suggestion, I would try

@yuchenlin
Copy link
Author

yuchenlin commented Jul 13, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants