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)
- Host: GitHub
- URL: https://github.com/emrys-hong/pdtb-to-json
- Owner: Emrys-Hong
- Created: 2019-04-22T13:07:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-11T06:01:41.000Z (almost 6 years ago)
- Last Synced: 2025-01-15T08:19:22.759Z (4 months ago)
- Language: Jupyter Notebook
- Size: 4.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)