UKPLab / emnlp2017-bilstm-cnn-crf

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

I want to do NER about English instead of German,How can i modify #59

Open zwd13122889 opened 4 years ago

zwd13122889 commented 4 years ago

Is it true ? I chang the embeddingsPath = 'reimers_german_embeddings.gz' to embeddingsPath = 'komninos_english_embeddings.gz'

nreimers commented 4 years ago

Have a look here: https://github.com/UKPLab/emnlp2017-bilstm-cnn-crf/blob/master/Train_Chunking.py

This code can easily be changed for NER on English.