https://github.com/nkeramov/ner_example
https://github.com/nkeramov/ner_example
flask natasha ner python
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nkeramov/ner_example
- Owner: Nkeramov
- License: mit
- Created: 2025-01-27T22:34:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-04T12:24:39.000Z (over 1 year ago)
- Last Synced: 2025-02-04T13:28:11.457Z (over 1 year ago)
- Topics: flask, natasha, ner, python
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.