Jason
Jason
Can't get a binary constituent tree using stanza.pipeline where constituency is already included.
> Actually I tried to use Tree-LSTM on my own data, but the number of child of each node is uncertain..
> Or can I use the constituency parser in corenlp?
I did it, using NLTK tree transform. Truely thanks for you quick reply
> Well, actually I first use stanza to parse the constituency, then I use nltk library to build up an instance of nltk.tree, then I use nltk transform tools to...
But still some of the nodes only has one children, since I am on a time sensitive project, I currently don’t have enough time to study it in detail.
Sorry for such a late reply.
Hi, have you managed to get code ?
me too -_-
主要是想跟着tinyllama一步一步走一下