https://github.com/izuna385/elgo
Entity linking with Entrez Gene
https://github.com/izuna385/elgo
Last synced: about 1 month ago
JSON representation
Entity linking with Entrez Gene
- Host: GitHub
- URL: https://github.com/izuna385/elgo
- Owner: izuna385
- Created: 2019-01-22T03:26:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T06:24:38.000Z (over 5 years ago)
- Last Synced: 2025-01-01T17:12:16.276Z (9 months ago)
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ~~ELGO~~ EGEL
Entity linking with ~~Gene ontology~~ Entrez Gene* Since there is no large corpus linked to Gene Ontology, so I conducted Gene Entity linking on GNormPlus dataset.
# Feature
* N-gram string feature to deal with orthographical variants.
* Reference [paper](http://aclweb.org/anthology/P18-1010) @ Supplement A.5.1 `csim`# Model
* Autoencoder# How to reproduce result
* Still fixing.