updated to use updated Annotator API, which accommodates lazy initialization
had to change constructor signatures, push some constructor params into ResourceManager argument updated tests to conform to new multi-sentence DummyTextAnnotation TODO: verify that nom is behaving correctly (only finds predicates in first sentence) @christod there is no rush on this -- I've deployed a snapshot for use with a snapshot of pipeline for my own purposes.
Merge request reports
Activity
Reassigned to @khashab2
Added 1 commit:
- 2a98e89a - updated icu dependency to non-snapshot
The problems here are:
And this level of circularity won't be resolved by moving to super-project (unless EVERYTHING exist in one single project which probably is not desirable). Although it is undeniable that having things in one single multi-module project would make such wide changes easier to handle, because we apply the changes to all the projects at the same time.
For now, I say
- ignore the CI failure in SRL project, change the pipeline version to
0.1.24
(which hasn't been deployed yet), and deploy it. - Then let's update the current PR for the pipeline with the new SRL, and merge/deploy it.
- Then restarting the SRL CI should pass (if not, we should fix it. )
Edited by Daniel Khashabi- ignore the CI failure in SRL project, change the pipeline version to
Added 1 commit:
- 357fd39a - updated pipeline dependency
mentioned in commit f5b0df01