steveneale/ner_crf
Jupyter Notebook describing named entity recognition (NER) using conditional random fields (CRFs), implemented using scikit-learn / sklearn-crfsuite.
This project helps data scientists and NLP practitioners identify and categorize key entities like names, locations, or organizations within unstructured text. You provide raw text data, and it outputs a model that can automatically extract and label these specific pieces of information. It's designed for those who work with text analysis and need to pinpoint particular types of data within large volumes of content.
No commits in the last 6 months.
Use this if you need to build a custom system to automatically extract specific types of information (like product names, dates, or job titles) from text documents.
Not ideal if you are not comfortable working with Python code and machine learning libraries, as this requires direct coding knowledge.
Stars
8
Forks
7
Language
Jupyter Notebook
License
—
Category
Last pushed
Dec 07, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/steveneale/ner_crf"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
charles9n/bert-sklearn
a sklearn wrapper for Google's BERT model
jidasheng/bi-lstm-crf
A PyTorch implementation of the BI-LSTM-CRF model.
howl-anderson/seq2annotation
基于 TensorFlow & PaddlePaddle 的通用序列标注算法库(目前包含 BiLSTM+CRF, Stacked-BiLSTM+CRF 和...
guillaumegenthial/tf_ner
Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
guillaumegenthial/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow