I have a CoNLL-X format treebank and the corresponding binary parse tree for each sentence and I want to convert it into a PTB format. Is there any converters or can anyone shed light on the PTB format?
Asked
Active
Viewed 1,284 times
1 Answers
3
There's been a number of efforts to convert from dependencies (representable in CoNLL-X format) to constituents (representable in Penn Treebank, or PTB, format). Two recent papers and their code:
Transforming Dependencies into Phrase Structures (Kong, Rush, and Smith, NAACL 2015). Code.
Parsing as Reduction (Fernandez-Gonzalez and Martins, ACL 2015). Code.