Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/izuna385/scispacy-candidate-generator

Generating Candidate Entities with ScispaCy
https://github.com/izuna385/scispacy-candidate-generator

allennlp entity-linking natural-language-processing scispacy spacy

Last synced: 7 days ago
JSON representation

Generating Candidate Entities with ScispaCy

Awesome Lists containing this project

README

        

# 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