PTB treebank from CoNLL-X

前端 未结 1 1601
故里飘歌
故里飘歌 2020-12-19 19:44

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

1条回答
  •  眼角桃花
    2020-12-19 20:21

    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:

    1. Transforming Dependencies into Phrase Structures (Kong, Rush, and Smith, NAACL 2015). Code.

    2. Parsing as Reduction (Fernandez-Gonzalez and Martins, ACL 2015). Code.

    0 讨论(0)
提交回复
热议问题