/mentions_pipeline_notebook

Notebook demonstrating the end-to-end usage of the Softcite software mention recognizer

Primary LanguageJupyter Notebook

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