Train recipe for parser: ValueError: Could not find gold transition

hi @shakyawar.developer!

Sorry for the confusion, but if you simply annotated relations and entities with rel.manual, the problem is data-to-spacy doesn't work because spaCy's Doc object doesn't have built-in support for relations.

I just posted a similar post where I tried to provide steps of how you can modify Sofie's relations extraction video and code (be sure to watch segments where she describes the code):

The key is you need to modify the parse_data.py script as mentioned here:

Hope this helps!