Emrys-Hong/fastai_sequence_tagging
sequence tagging for NER for ULMFiT
This project helps natural language processing (NLP) practitioners improve how computers identify and categorize specific entities in text, like names, organizations, or locations. It takes raw text data and outputs labeled text, highlighting and classifying these entities. Data scientists and NLP engineers working on information extraction or content analysis tasks would find this useful.
No commits in the last 6 months.
Use this if you are a data scientist or NLP engineer looking to experiment with ULMFiT-based sequence tagging for named entity recognition (NER) and want a starting point with specific architectural modifications.
Not ideal if you are looking for a plug-and-play solution without needing to engage with Python code and neural network architectures, or if you require an out-of-the-box, state-of-the-art NER model.
Stars
20
Forks
5
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Nov 04, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Emrys-Hong/fastai_sequence_tagging"
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 和...
kamalkraj/BERT-NER
Pytorch-Named-Entity-Recognition-with-BERT
kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs
Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs