UKPLab / emnlp2017-bilstm-cnn-crf

BiLSTM-CNN-CRF architecture for sequence tagging
Apache License 2.0
825 stars 263 forks source link

will it work for python3.4? #40

Open ankur220693 opened 5 years ago

nreimers commented 5 years ago

I haven't tested it, but it might work with python 3.4

The code was mainly developed & tested for python 3.6

ankur220693 commented 5 years ago

Can I use it for Indian Languages ?

On Wed, Feb 13, 2019, 5:46 PM Nils Reimers <notifications@github.com wrote:

I haven't tested it, but it might work with python 3.4

The code was mainly developed & tested for python 3.6

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/UKPLab/emnlp2017-bilstm-cnn-crf/issues/40#issuecomment-463178166, or mute the thread https://github.com/notifications/unsubscribe-auth/Alp9cGaNw5F6tDtRaZ9E1nqOKq_YOvwRks5vNAIwgaJpZM4a5QV8 .

nreimers commented 5 years ago

You can try it ;)

ankur220693 commented 5 years ago

Thanks for all info. I am working on it. Just need someone to guide through the process.