bert-sklearn and ner-bert

These are **competitors** — both provide BERT-based NER implementations, but the sklearn wrapper offers scikit-learn integration for broader ML pipeline compatibility, while the standalone BERT-NER is a more specialized implementation tied directly to Google's BERT, so users would typically choose one based on whether they need sklearn ecosystem integration.

bert-sklearn
58
Established
ner-bert
50
Established
Maintenance 0/25
Adoption 10/25
Maturity 25/25
Community 23/25
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 24/25
Stars: 301
Forks: 70
Downloads:
Commits (30d): 0
Language: Jupyter Notebook
License: Apache-2.0
Stars: 408
Forks: 100
Downloads:
Commits (30d): 0
Language: Jupyter Notebook
License: MIT
Stale 6m
Stale 6m No Package No Dependents

About bert-sklearn

charles9n/bert-sklearn

a sklearn wrapper for Google's BERT model

This tool helps data scientists and machine learning engineers streamline the process of fine-tuning large language models for text-based tasks. It takes raw text or text pairs and their corresponding labels as input, allowing you to train powerful models for classification, regression, or sequence labeling. The output is a trained model capable of making predictions on new text data, which can then be saved and reused.

text-classification named-entity-recognition sentiment-analysis natural-language-processing biomedical-text-mining

About ner-bert

ai-forever/ner-bert

BERT-NER (nert-bert) with google bert https://github.com/google-research.

This project helps you automatically identify and extract key entities like names, locations, or organizations from text documents. You provide raw text data, and it outputs the same text with specific words or phrases tagged with their respective categories. This is useful for data scientists, natural language processing engineers, or anyone working with large volumes of unstructured text who needs to quickly find specific information.

natural-language-processing information-extraction text-analytics data-labeling semantic-search

Scores updated daily from GitHub, PyPI, and npm data. How scores work