severinsimmler/chaine
Linear-chain conditional random fields (CRF) for natural language processing
This tool helps you automatically identify and categorize specific elements within text, like recognizing names of people or organizations, or determining the grammatical role of each word. You provide it with text sequences and their correct labels, and it learns to predict labels for new, unlabeled text. This is ideal for linguists, data annotators, or anyone needing to structure unstructured text efficiently.
Use this if you need to extract and label specific items or assign grammatical tags within large volumes of text data.
Not ideal if your task involves complex sentence understanding or generating new text, as this is a sequence labeling tool.
Stars
10
Forks
1
Language
C
License
MIT
Category
Last pushed
Jan 08, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/severinsimmler/chaine"
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