replicating example of rel_component #10881
-
Hello, I'm currently trying to learn and apply However, since the dataset used in the tutorial is medical data, I get that the result would not be directly applied to more general case. If I want to replicate the example, is modifying
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Here's a link to the project for reference. https://github.com/explosion/projects/tree/v3/tutorials/rel_component I think those changes should be enough. The important thing is just the structure of data in the Doc, in this case the contents of |
Beta Was this translation helpful? Give feedback.
Here's a link to the project for reference.
https://github.com/explosion/projects/tree/v3/tutorials/rel_component
I think those changes should be enough. The important thing is just the structure of data in the Doc, in this case the contents of
doc._.rel
. If you set that the same way it is in the example project, even if the labels are different, it should be fine.