Is there a any way to do rel-manual
with predicted entities from input model, somthing like custom recipes
The rel.manual
recipe has an --add-ents
flag that will automatically add entities predicted by the model as spans. See here for the documentation: https://prodi.gy/docs/recipes#relations
The relations UI will render any "spans"
that are present in the data, so you can also implement your own logic that adds them.