You have the following sentence in Italian.
Sirio è una stella bianca della costellazione del Cane Maggiore
You need to implement the constituency parsing using the Stanza Italian module and copy the output (tuples) into the blank space below.
Install Stanza's Italian module with the following code:
stanza.Pipeline(lang='it', processors='tokenize,pos,constituency')