The Wayback Machine - https://web.archive.org/web/20200317121019/https://github.com/topics/semantic-role-labeling
Skip to content
#

semantic-role-labeling

Here are 41 public repositories matching this topic...

Contractfit
Contractfit commented Jan 28, 2020

While wanting to try out the tutorials, I noticed they were in markdown format, ".md".
As I am not aware of an easy tool to convert markdown to python, and I was unwilling to copy paste code blocks, I created a quick and dirty script to convert the .md to .py files.

Maybe it helps others as well.
md_to_py.py.zip

XuanYang1991
XuanYang1991 commented Nov 13, 2019

_____________________ ERROR collecting test_krl_transe.py _____________________
test_krl_transe.py:26: in
krl.train(train_path, model_type=model_type, dev_path=train_path, save_path='./krl_{}_saves'.format(model_type))
..........\Anaconda3\envs\python367\lib\site-packages\lightkg\krl\module.py:29: in train
train_dataset = rl_tool.get_dataset(train_path)
..........\Ana

shyamupa
shyamupa commented Jan 23, 2019

Thanks for setting this up, really makes life easier for preprocessing.

It might be useful to say that the wsj path points to the mrg part of the parsed corpus in PTB, something like

WSJ=.../LDC99T42/treebank_3/parsed/mrg/wsj/

There are other options like parsed/prd/wsj, which do not work with the script provided.

The below exports in file ./bin/basic/get_data.sh do no

Improve this page

Add a description, image, and links to the semantic-role-labeling topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the semantic-role-labeling topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.