Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 530 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 530 Bytes

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