Metadata-Version: 2.1
Name: customner
Version: 0.0.4
Summary: Custom Name Entity Recognition Data Preparation Library for Medical Dataset
Home-page: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# customner

This is an nlp library which used to convert the tsv file format to required format for Name Entity Recognition

## Installation

Run the following to install:

```python
pip install customner
```

## Usage

```python
import customner

# Generate training set as per spacy format for medical dataset
training_data,unique_labels=load_spacy_data(tsv_file_path)
```


