🌐
GitHub
github.com β€Ί topics β€Ί named-entity-recognition
named-entity-recognition Β· GitHub Topics Β· GitHub
An open-source framework for detecting, redacting, masking, and anonymizing sensitive data (PII) across text, images, and structured data. Supports NLP, pattern matching, and customizable pipelines. python nlp privacy transformers spacy ...

extraction of named entity mentions in unstructured text into pre-defined categories

Named-entity recognition (NER) (also known as (named) entity identification, entity chunking, and entity extraction) is a subtask of information extraction that seeks to locate and classify named entities mentioned in unstructured text … Wikipedia
🌐
GitHub
github.com β€Ί Akshayc1 β€Ί named-entity-recognition
GitHub - Akshayc1/named-entity-recognition: Name Entity Recognition using Python and Keras
Name Entity Recognition using Python and Keras. Contribute to Akshayc1/named-entity-recognition development by creating an account on GitHub.
Starred by 46 users
Forked by 44 users
Languages Β  Jupyter Notebook
🌐
GitHub
github.com β€Ί njainds β€Ί Named-Entity-Recognition
GitHub - njainds/Named-Entity-Recognition: This is a project in python to extract named entities from the given text corpus. You can use this project directly on your text corpus (changing path in config file) to train the model and score it on new corpus.
This is an implementation using (linear chain) conditional random fields (CRF) in python 2.7 for named entity recognition (NER). It uses the python-crfsuite library as its basis. By default it can handle the labels PER, LOC, ORG and MISC, but ...
Starred by 11 users
Forked by 2 users
Languages Β  Jupyter Notebook 86.0% | Python 14.0%
🌐
GitHub
github.com β€Ί floydhub β€Ί named-entity-recognition-template
GitHub - floydhub/named-entity-recognition-template: Build a deep learning model for predicting the named entities from text.
In this notebook we will perform a Sequence Tagging with a LSTM-CRF model to extract the named entities from the annotated corpus.
Starred by 55 users
Forked by 19 users
Languages Β  Jupyter Notebook
🌐
GitHub
github.com β€Ί lbasek β€Ί named-entity-recognition
GitHub - lbasek/named-entity-recognition: Named Entity Recognition - Python - Keras
Named Entity Recognition - Python - Keras. Contribute to lbasek/named-entity-recognition development by creating an account on GitHub.
Starred by 7 users
Forked by 4 users
Languages Β  Python
🌐
GitHub
github.com β€Ί topics β€Ί name-entity-recognition
name-entity-recognition Β· GitHub Topics Β· GitHub
An AI-powered, but model-agnostic name-entity recognition toolkit. python ner nlp-machine-learning anonymization pii de-identification name-entity-recognition pii-anonymization
🌐
GitHub
github.com β€Ί deeppavlov β€Ί ner
GitHub - deeppavlov/ner: Named Entity Recognition
NER class from ner/network.py provides methods for construction, training and inference neural networks for Named Entity Recognition.
Starred by 336 users
Forked by 64 users
Languages Β  Python 74.4% | Jupyter Notebook 25.6%
🌐
GitHub
github.com β€Ί bond005 β€Ί deep_ner
GitHub - bond005/deep_ner: Named entity recognizer based on ELMo or BERT as feature extractor and CRF as final classifier
After installing the Deep-NER can be used as Python package in your projects. It includes two variants of NER: the ELMo-NER and the BERT-NER. Distributional semantics methods, based on the deep learning (BERT or ELMo), are used for semantic features extraction from some text, after that Conditional Random Fields (CRF) or their combinations with Long Short Term Memory networks (LSTM) do the final classification of named entities in this text.
Starred by 80 users
Forked by 9 users
Languages Β  Python
Find elsewhere
🌐
GitHub
github.com β€Ί fastdatascience β€Ί company_named_entity_recognition
GitHub - fastdatascience/company_named_entity_recognition: Company named entity recognition
This is a lightweight Python library for finding company names in a string, otherwise known as named entity recognition (NER) and named entity linking.
Author Β  fastdatascience
🌐
GitHub
github.com β€Ί opringle β€Ί named_entity_recognition
GitHub - opringle/named_entity_recognition: A place to implement state of the art deep learning methods for named entity recognition using python and MXNet.
A place to implement state of the art deep learning methods for named entity recognition using python and MXNet. - opringle/named_entity_recognition
Author Β  opringle
🌐
GitHub
github.com β€Ί glample β€Ί tagger
GitHub - glample/tagger: Named Entity Recognition Tool
NER Tagger is an implementation of a Named Entity Recognizer that obtains state-of-the-art performance in NER on the 4 CoNLL datasets (English, Spanish, German and Dutch) without resorting to any language-specific knowledge or resources such ...
Starred by 1.2K users
Forked by 428 users
Languages Β  Python 81.9% | Perl 18.1%
🌐
GitHub
github.com β€Ί Franck-Dernoncourt β€Ί NeuroNER
GitHub - Franck-Dernoncourt/NeuroNER: Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.
NeuroNER is a program that performs named-entity recognition (NER). Website: neuroner.com. This page gives step-by-step instructions to install and use NeuroNER. ... Python 3: NeuroNER does not work with Python 2.x.
Starred by 1.7K users
Forked by 476 users
Languages Β  Python 92.7% | Perl 7.1% | Shell 0.2%
🌐
GitHub
github.com β€Ί susanli2016 β€Ί NLP-with-Python β€Ί blob β€Ί master β€Ί Named Entity Recognition using LSTMs with Keras.ipynb
NLP-with-Python/Named Entity Recognition using LSTMs with Keras.ipynb ...
Scikit-Learn, NLTK, Spacy, Gensim, Textblob and more - NLP-with-Python/Named Entity Recognition using LSTMs with Keras.ipynb at master Β· susanli2016/NLP-with-Python
Author Β  susanli2016
🌐
GitHub
github.com β€Ί philipperemy β€Ί Stanford-NER-Python
GitHub - philipperemy/Stanford-NER-Python: Stanford Named Entity Recognizer (NER) - Python Wrapper
The unofficial cross-platform Python wrapper for the state-of-art named entity recognition library from Stanford University.
Starred by 79 users
Forked by 16 users
Languages Β  Python 89.7% | Shell 10.3%
🌐
GitHub
github.com β€Ί kbakande β€Ί named-entity-recognition
GitHub - kbakande/named-entity-recognition: A named entity recognition app
named-entity-recognition-main/ β”‚ β”œβ”€β”€ .gitattributes β”œβ”€β”€ .gitignore β”œβ”€β”€ README.md β”œβ”€β”€ app.py β”‚ β”œβ”€β”€ notebooks/ β”‚ β”œβ”€β”€ Named_Entity_Recognition_Demo.ipynb β”‚ └── named_entity_recognition_dev.ipynb β”‚ β”œβ”€β”€ poetry.lock └── pyproject.tom
Author Β  kbakande
🌐
GitHub
github.com β€Ί chawla201 β€Ί Custom-Named-Entity-Recognition
GitHub - chawla201/Custom-Named-Entity-Recognition: NLP | NER | SpaCy
NLP | NER | SpaCy. Contribute to chawla201/Custom-Named-Entity-Recognition development by creating an account on GitHub.
Starred by 27 users
Forked by 10 users
Languages Β  Jupyter Notebook 94.3% | Python 5.7%
🌐
GitHub
github.com β€Ί kamalkraj β€Ί BERT-NER
GitHub - kamalkraj/BERT-NER: Pytorch-Named-Entity-Recognition-with-BERT
Pytorch-Named-Entity-Recognition-with-BERT. Contribute to kamalkraj/BERT-NER development by creating an account on GitHub.
Starred by 1.2K users
Forked by 274 users
Languages Β  Python 54.3% | C++ 45.1% | CMake 0.6%
🌐
GitHub
github.com β€Ί annejan β€Ί woo_data_playground β€Ί blob β€Ί main β€Ί named_entity_recognition.md
woo_data_playground/named_entity_recognition.md at main Β· annejan/woo_data_playground
This repository contains a collection of Python scripts for performing Named Entity Recognition (NER) on text data, particularly within PDF documents. Each script is designed to extract named entities, such as persons, organizations, locations, ...
Author Β  annejan
🌐
GitHub
github.com β€Ί hanifabd β€Ί lexifuzz-ner
GitHub - hanifabd/lexifuzz-ner: Python Package for Named Entity Recognition (NER) - Based on Dictionary and Fuzzy Matching (Lexical Fuzzy Named Entity Recognition)
Python Package for Named Entity Recognition (NER) - Based on Dictionary and Fuzzy Matching (Lexical Fuzzy Named Entity Recognition) - hanifabd/lexifuzz-ner
Starred by 15 users
Forked by 2 users
Languages Β  Python
🌐
GitHub
github.com β€Ί flxst β€Ί nerblackbox
GitHub - flxst/nerblackbox: A High-level Library for Named Entity Recognition in Python.
A High-level Library for Named Entity Recognition in Python. - flxst/nerblackbox
Starred by 24 users
Forked by 2 users
Languages Β  Python 95.1% | Jupyter Notebook 4.9%