I am doing some experiments in Python with Stanza and I have converted a lot of sentences into ParseTree objects and saved them into a file like this: And now I want to read that file, get the strings of the Tree and convert them again into a ParseTree object but I am not able to find how it should