PTB treebank from CoNLL-X

ⅰ亾dé卋堺 提交于 2019-12-29 08:02:09

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/32442907/ptb-treebank-from-conll-x

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!