Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 537 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 537 Bytes

NER-Dataset

A column oriented dataset that can be used for named-entity recognition.

Installation

Assuming you already have python 2.7, pip 9, java 11,

Download jena 3.9 and update classpath:

export CLASSPATH=${CLASSPATH}:YOUR-JENA-DIR-PATH/lib/*

Create a new virtualenv:

install Cython

python -m pip install --upgrade cython

Install dependencies with pip:

pip install -r requirements.txt

Run it !

python ner_dataset.py