An open API service indexing awesome lists of open source software.

https://github.com/nkeramov/ner_example


https://github.com/nkeramov/ner_example

flask natasha ner python

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Name Entity Recognition (NER) example

This project is a simple example for NER tagging task in NLP. Based on Natasha library.

You can enter text and get text with tagged entities. Standart named entities are extracted: names, locations, organizations.

The web server is based on Flask framework. By default the application will run on port 5000.