VLG-Net icon indicating copy to clipboard operation
VLG-Net copied to clipboard

How to genenrate syntactic_dependencies and depencendy_matrices?

Open jianhua2022 opened this issue 1 year ago • 2 comments

jianhua2022 avatar Dec 25 '23 04:12 jianhua2022

Dear @jianhua2022, kindly look into the documentation of the spacy library to obtain them. This is a good starting point. I looked for the script we used during the VLG-Net development but wasn't lucky. Please feel free to reach out at any time if you need any clarification.

Soldelli avatar Jan 04 '24 12:01 Soldelli

With a little bit more digging, I was able to find the notebook we used. You will need to get the standfordcorenlp library and package (version 4.0.0). This code might work with newer versions but was not tested.

Check the attached zip.

03-Stanford Syntactic Parsers.ipynb.zip

Soldelli avatar Jan 04 '24 13:01 Soldelli