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

Adding new word features (prefix/suffix) for training

Open rameela20 opened this issue 4 years ago • 0 comments

Screenshot from 2021-02-07 08-03-44 As shown this is an improvement done for a same like architecture as discussed in your paper.

If I need to include those additional word features how should I change the code in BiLstm.py? should I include for each prefix and suffix feature, with a input layer and an embedding layer? I will be grateful for your suggestions

rameela20 avatar Feb 07 '21 02:02 rameela20