Metadata-Version: 2.1
Name: NERDA
Version: 0.0.2
Summary: Named Entity Recognition for DAnish based on Transformers
Home-page: https://github.com/ebanalyse/NERDA
Author: PIN
Author-email: lars.kjeldgaard@eb.dk
License: UNKNOWN
Description: # NERDA <img src="https://raw.githubusercontent.com/ebanalyse/NERDA/main/logo.png" align="right" height=250/>
        Training and deployment of models for Named Entity Recognition in Danish (NERDA) based on Transformers.
        
        ![Build status](https://github.com/ebanalyse/NERDA/workflows/build/badge.svg)
        ![PyPI](https://img.shields.io/pypi/v/NERDA.svg)
        ![License](https://img.shields.io/badge/license-MIT-blue.svg)
        
        
        ## Installation guide
        ```
        pip install NERDA
        ```
        
        ## Named Entity Recognition (NER) 
        Identifying and extracting names of Named Entitites from natural language texts. 
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
