awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
L

lemonhu/NER-BERT-pytorch

0
View on GitHub↗
0 stele·0 fork-uri·8 vizualizări

NER BERT Pytorch

Features

  • Model Implementations - Named entity recognition using pre-trained BERT.
  • Named Entity Recognition - Deep learning implementation for entity extraction using transformer models.
  • Natural Language Processing - Named entity recognition using BERT.

Istoric stele

Graficul istoricului de stele pentru lemonhu/ner-bert-pytorchGraficul istoricului de stele pentru lemonhu/ner-bert-pytorch

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru NER BERT Pytorch

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu NER BERT Pytorch.
  • zalandoresearch/flairAvatar zalandoresearch

    zalandoresearch/flair

    14,378Vezi pe GitHub↗

    Flair is a natural language processing framework for training and applying models for sequence labeling and text classification. It provides a system for generating word embeddings and identifying semantic entities within text. The framework includes a dedicated system for zero and few-shot learning, enabling text classification and entity extraction using minimal training examples by leveraging pre-trained knowledge. Its capabilities cover named entity recognition, sentiment analysis, and the training of specialized models using custom datasets. It also includes tooling for the visual highl

    Python
    Vezi pe GitHub↗14,378
  • flairnlp/flairAvatar flairNLP

    flairNLP/flair

    14,378Vezi pe GitHub↗

    Flair is a transformer-based natural language processing framework used to build and train models for text classification and sequence tagging. It provides a specialized library for generating contextual text embeddings and performing linguistic analysis. The framework includes dedicated tools for named entity recognition, including the identification of specialized biomedical entities across multiple languages. It further supports entity linking to map identified text mentions to unique entries within general or biomedical knowledge bases. The project covers a broad range of language analys

    Python
    Vezi pe GitHub↗14,378
  • deepsound-project/samplernn-pytorchD

    deepsound-project/samplernn-pytorch

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • barissayil/sentimentanalysisB

    barissayil/SentimentAnalysis

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
Vezi toate cele 30 alternative pentru NER BERT Pytorch→

Întrebări frecvente

Care sunt principalele funcționalități ale lemonhu/ner-bert-pytorch?

Principalele funcționalități ale lemonhu/ner-bert-pytorch sunt: Model Implementations, Named Entity Recognition, Natural Language Processing.

Care sunt câteva alternative open-source pentru lemonhu/ner-bert-pytorch?

Alternativele open-source pentru lemonhu/ner-bert-pytorch includ: zalandoresearch/flair — Flair is a natural language processing framework for training and applying models for sequence labeling and text… flairnlp/flair — Flair is a transformer-based natural language processing framework used to build and train models for text… eladhoffer/seq2seq.pytorch. bentrevett/pytorch-sentiment-analysis — This project is a PyTorch sentiment analysis tutorial and a deep learning implementation for analyzing text. It… dsksd/deepnlp-models-pytorch — Pytorch implementations of various Deep NLP models in cs-224n(Stanford Univ). barissayil/sentimentanalysis.