An open API service indexing awesome lists of open source software.

https://github.com/emrys-hong/pdtb-to-json

Create convert Penn Discourse treebank to [conll 2015 json format](https://nbviewer.jupyter.org/github/attapol/conll15st/blob/master/tutorial/tutorial.ipynb)
https://github.com/emrys-hong/pdtb-to-json

Last synced: 3 months ago
JSON representation

Create convert Penn Discourse treebank to [conll 2015 json format](https://nbviewer.jupyter.org/github/attapol/conll15st/blob/master/tutorial/tutorial.ipynb)

Awesome Lists containing this project

README

        

# pdtb-to-json
Create convert Penn Discourse treebank to [conll 2015 json format](https://nbviewer.jupyter.org/github/attapol/conll15st/blob/master/tutorial/tutorial.ipynb)

### learning resources
original website [stanfordcorenlp](https://stanfordnlp.github.io/CoreNLP/parse.html)\
using java: [stackoverflow answer](https://stackoverflow.com/questions/42650371/stanford-parser-how-to-print-also-parsing-tree-and-universal-dependencies)\
using python: [introduction to stanfordcorenlp with python code](https://webcache.googleusercontent.com/search?q=cache:tlvzYmkIEBgJ:https://www.analyticsvidhya.com/blog/2019/02/stanfordnlp-nlp-library-python/+&cd=4&hl=zh-CN&ct=clnk&gl=sg)\
using python: [corenlp csdn](https://blog.csdn.net/qq_35203425/article/details/80451243)