hiroki13 / neural-semantic-role-labeler

25 stars 7 forks source link

how to generates the .... #3

Closed SeekPoint closed 7 years ago

SeekPoint commented 7 years ago

conll2005.train.txt conll2005.test.txt conll2005.dev.txt

hiroki13 commented 7 years ago

These files are based on the Wall Street Journal sections 02-21 and 24 of the Penn Treebank II collection. So, we have to get the Penn Treebank II collection in the following URL: https://catalog.ldc.upenn.edu/LDC95T7

Unfortunately, it's not free. Once you get it, you can convert the data to the conll2005 format using the software here: http://www.cs.upc.edu/~srlconll/soft.html

SeekPoint commented 7 years ago

so, would you share it on non-commercial purpose?

hiroki13 commented 7 years ago

The license does not allow us to share it: https://catalog.ldc.upenn.edu/license/ldc-non-members-agreement.pdf

Sorry for that.