semantic-role-labeling
Here are 41 public repositories matching this topic...
-
Updated
Aug 12, 2019 - Python
_____________________ 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
-
Updated
Mar 4, 2020 - Python
-
Updated
Jan 18, 2019 - Java
-
Updated
Dec 3, 2019 - Clojure
-
Updated
Oct 8, 2017 - Python
-
Updated
Oct 30, 2018 - Python
-
Updated
Jun 12, 2019 - Python
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
-
Updated
Sep 9, 2018 - Python
-
Updated
Mar 12, 2020 - Python
-
Updated
Nov 7, 2019 - Python
-
Updated
Jan 20, 2020 - Perl
-
Updated
Apr 6, 2019 - Python
-
Updated
Feb 10, 2020 - JavaScript
-
Updated
Aug 5, 2019 - Python
-
Updated
Dec 21, 2017 - Python
-
Updated
Feb 24, 2020 - Jupyter Notebook
-
Updated
Sep 16, 2019 - Python
-
Updated
Aug 28, 2019 - Perl
-
Updated
Mar 15, 2020 - Java
-
Updated
Mar 16, 2020 - Python
-
Updated
Mar 10, 2020 - Java
-
Updated
May 26, 2019 - Python
-
Updated
Sep 27, 2015 - TeX
-
Updated
Jan 31, 2018 - Python
-
Updated
Oct 1, 2019 - Python
-
Updated
Oct 27, 2019 - Python
-
Updated
Mar 15, 2020 - Java
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.
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."


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