emnlp2017-bilstm-cnn-crf icon indicating copy to clipboard operation
emnlp2017-bilstm-cnn-crf copied to clipboard

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

Open zwd13122889 opened this issue 4 years ago • 1 comments

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

zwd13122889 avatar Mar 17 '20 12:03 zwd13122889

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.

nreimers avatar Mar 17 '20 13:03 nreimers