emnlp2017-bilstm-cnn-crf
emnlp2017-bilstm-cnn-crf copied to clipboard
I want to do NER about English instead of German,How can i modify
Is it true ? I chang the embeddingsPath = 'reimers_german_embeddings.gz' to embeddingsPath = 'komninos_english_embeddings.gz'
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.