izuna385 / ScispaCy-Candidate-Generator

Generating Candidate Entities with ScispaCy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScispaCy Candidate Generator

  • Candidate Generator with ScispaCy for Entity Linking

Environment Setup

$ docker build -t scg .
$ docker run -itd scg /bin/bash

How to Run

$ python3 example.py

For Tuning Parameters

See ./scg/candidate_generator.py

LICENSE

MIT

Special Thanks

https://github.com/allenai/scispacy

About

Generating Candidate Entities with ScispaCy


Languages

Language:Python 81.5%Language:Dockerfile 18.5%