luheng / deep_srl

Code and pre-trained model for: Deep Semantic Role Labeling: What Works and What's Next
Apache License 2.0
330 stars 77 forks source link

srlconll scripts #11

Closed wangtong106 closed 6 years ago

wangtong106 commented 6 years ago

fetch, extract, and clean srlconll scripts

luheng commented 6 years ago

Thank you for your pull request. The srlconll scripts are fetched in another script: https://github.com/luheng/deep_srl/blob/544217ccb68c363abe98a2a5835ca1d215864841/scripts/fetch_required_data.sh#L13

It's in another script because we need that for eval even if we are not using CoNLL05 data.

wangtong106 commented 6 years ago

ah okay! thx