Skip to content
/ ner Public

Fine grained Named Entity Recognition from here:

Notifications You must be signed in to change notification settings

sigamani/ner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fine-grained NER

Based off method in paper here: https://arxiv.org/abs/1904.10503

Setup

  1. Download AllenNLP model here and wikidata db here

  2. Decompress model files in ROOTDIR: tar -xvf data.tar.gz; tar -xvf allennnlp-model.tar.gz

  3. In a conda environment or otherwise: pip install -r requirements.txt

  4. To run: python run_ner.py

About

Fine grained Named Entity Recognition from here:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages