Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/izuna385/scispacy-candidate-generator
- Owner: izuna385
- Created: 2021-03-19T12:41:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-19T16:03:04.000Z (almost 4 years ago)
- Last Synced: 2024-10-18T19:54:40.220Z (3 months ago)
- Topics: allennlp, entity-linking, natural-language-processing, scispacy, spacy
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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