softcite / mentions_pipeline_notebook

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Jupyter Notebook 90.1%Language:Python 9.9%