Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

where is the CPR corpus named CP-17? #33

Open
CV2014 opened this issue May 23, 2019 · 1 comment
Open

where is the CPR corpus named CP-17? #33

CV2014 opened this issue May 23, 2019 · 1 comment

Comments

@CV2014
Copy link

CV2014 commented May 23, 2019

Only BioNLP09-13 and DDI 11-13 can be found, where is the CP17 training set and test set?

@jbjorne
Copy link
Owner

jbjorne commented May 23, 2019

The CP17 corpus can be automatically downloaded and converted with TEES, but since this corpus isn't published with an open license, it cannot be included in the installer. To download and convert the corpus from the original files, you can use the preprocessor command:

python preprocess.py -s CONVERT_CHEMPROT,DIVIDE_SETS -o /tmp/CP17

If you want to do the rest of the TEES preprocessing (sentence splitting, parsing etc.) you can combine this with the default preprocessing commands:

python preprocess.py -s CONVERT_CHEMPROT,GENIA_SPLITTER,BLLIP_BIO,STANFORD_CONVERT,SPLIT_NAMES,FIND_HEADS,DIVIDE_SETS -o /tmp/CP17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants