noob: saving two entities labels as linked? #11599
-
new to spacy and nlp as a whole and i was wondering if this scenario is possible? I have been working on a custom ner label 'FOOD' and combined it with en_web_core_trf. when an input is Is there a way that i can have this so there is some sort of linking? for example. If i was to write to a text file it'll be like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It sounds like you want to build a relation extraction model. We have a sample model here, and you can read about the problem more generally in the Jurafsky and Martin book, Chapter 17, which should give you a good overview of the field and the problem definition. |
Beta Was this translation helpful? Give feedback.
It sounds like you want to build a relation extraction model. We have a sample model here, and you can read about the problem more generally in the Jurafsky and Martin book, Chapter 17, which should give you a good overview of the field and the problem definition.