qurator-spk/sbb_ner
Named Entity Recognition
This tool helps you automatically identify and categorize specific entities like people, organizations, and locations within German text. You feed it raw text, and it outputs the same text with each identified entity tagged with its category. This is useful for researchers, archivists, or anyone working with large volumes of German documents who needs to extract key information efficiently.
Use this if you need to quickly and accurately find named entities in German-language documents for analysis or further processing.
Not ideal if you need to perform Named Entity Recognition on languages other than German, or if you require a simple, ready-to-use desktop application.
Stars
19
Forks
2
Language
Python
License
Apache-2.0
Category
Last pushed
Feb 13, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/qurator-spk/sbb_ner"
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