clulab / reach

Reach Biomedical Information Extraction
Other
96 stars 39 forks source link

Speed up (and debug) serial json output #786

Closed kwalcock closed 1 year ago

kwalcock commented 1 year ago

This is a draft because it depends on a processors update that needs to be published and there is still a small amount of test code remaining.

The most important enhancement is that the document.equivalenceHash is now cached and is not recalculated a bajillion times. Otherwise,

This will be cleanup up and documented when processors is ready.

kwalcock commented 1 year ago

See #783, #784, #785.