Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 855 Bytes

Readme.md

File metadata and controls

43 lines (28 loc) · 855 Bytes

Software mentions extraction pipeline notebooks

Notebooks illustrating software mention extraction pipelines.

Start a Python notebook

Make sure jupyter notebook is installed:

python3 -m pip install jupyter

Launch the specific notebook:

  • basic pipeline: download articles with their DOI specified in a file and extract their software mentions
jupyter notebook notebooks/basic_pipeline.ipynb