I have downloaded the SICK data and obtained the dependency and constituency parsing with the fetch_and_preprocess.sh file.
I am now trying to understand what is the information that is generated in the cparents.txt file.
This is an example:
a.txt -> Two dogs are fighting
a.cparents.txt -> 5 5 7 7 6 0 6
If I am not mistaken, from the cparents.txt I should be able to build the parse tree. Is that right? And how would the tree for this example look like?
Thanks for any help in advance