dwadden / dygiepp

Span-based system for named entity, relation, and event extraction.
MIT License
573 stars 120 forks source link

Adds unit test and span based entities to spacy interface #86

Closed e3oroush closed 2 years ago

e3oroush commented 2 years ago

Hi
I just added the unit test and span based entities for the spaCy interface, discussed #81

dwadden commented 2 years ago

Thanks for the test! A couple minor things before merging:

After that, I think we're good to merge.

e3oroush commented 2 years ago

Those were new line characters. I simply preprocessed the text to get rid of them.
I think I did all the items you asked in this PR. :smiling_face_with_tear:

dwadden commented 2 years ago

Works for me. Merging. Thanks again for adding this!

e3oroush commented 2 years ago

No problem at all. Glad that it's useful.