Metadata-Version: 2.1
Name: customner
Version: 0.0.3
Summary: Custom Name Entity Recognition Data Preparation Library for Medical Dataset
Home-page: UNKNOWN
License: UNKNOWN
Description: # Hello World
        
        This is an example project demonstrating how to publish a python module to PyPI.
        
        ## Installation
        
        Run the following to install:
        
        ```python
        pip install customner
        ```
        
        ## Usage
        
        ```python
        import customner
        
        # Generate train dataset for medical dataset
        training_data,unique_labels=load_spacy_data(tsv_file_path)
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
