tticoin / LSTM-ER

Implementation of End-to-End Relation Extraction using LSTMs on Sequences and Tree Structures in ACL2016.
Apache License 2.0
224 stars 73 forks source link

unknow dependency lable #6

Open aiyouweixiaoxia opened 7 years ago

aiyouweixiaoxia commented 7 years ago

I follwed your readme , but when I test the models, I have made a problem like this:

unknown dependency lable:det
unknown lable:U-Term,treat as negetive
unknown dependency lable:<-det
……

and when I train the models, I have made a problem like this:

====iteration:1====
train:
killed

I don't know how should I do, can you help me? thanks!

WakedupChan commented 7 years ago

I have the same problem, and could you tell whether you fixed it or how to address it, thx a lot

Uotas commented 6 years ago

I have the same problem when I test the model, how can I fixed it?? @aiyouweixiaoxia

unknown lable:U-Term,treat as negetive

unknown lable:B-Term,treat as negetive