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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ljynlp avatar

ljynlp/w2ner

0
View on GitHub↗
555 estrellas·86 forks·Python·MIT·8 vistas

W2ner

Source code for AAAI 2022 paper: Unified Named Entity Recognition as Word-Word Relation Classification

Features

  • Named Entity Recognition - Unified framework modeling entity recognition as word-word relation classification.

Historial de estrellas

Gráfico del historial de estrellas de ljynlp/w2nerGráfico del historial de estrellas de ljynlp/w2ner

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a W2ner

Proyectos open-source similares, clasificados según cuántas características comparten con W2ner.
  • flairnlp/flairAvatar de flairNLP

    flairNLP/flair

    14,378Ver en 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
    Ver en GitHub↗14,378
  • zalandoresearch/flairAvatar de zalandoresearch

    zalandoresearch/flair

    14,378Ver en 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
    Ver en GitHub↗14,378
  • llmware-ai/llmwareAvatar de llmware-ai

    llmware-ai/llmware

    14,838Ver en GitHub↗

    llmware is a Python framework for AI agent orchestration and model management, designed to coordinate multi-model workflows and autonomous agents. It provides a unified model catalog and standardized interface to execute specialized language models for complex research, analysis, and structured data generation. The project distinguishes itself through its heavy emphasis on local execution and quantized inference, allowing models to run on private infrastructure using CPU, GPU, and NPU acceleration via runtimes like ONNX and OpenVino. It features a specialized ability to translate natural lang

    Python
    Ver en GitHub↗14,838
  • bojone/globalpointerAvatar de bojone

    bojone/GlobalPointer

    261Ver en GitHub↗

    全局指针统一处理嵌套与非嵌套NER。

    Python
    Ver en GitHub↗261
Ver las 30 alternativas a W2ner→

Preguntas frecuentes

¿Qué hace ljynlp/w2ner?

Source code for AAAI 2022 paper: Unified Named Entity Recognition as Word-Word Relation Classification

¿Cuáles son las características principales de ljynlp/w2ner?

Las características principales de ljynlp/w2ner son: Named Entity Recognition.

¿Qué alternativas de código abierto existen para ljynlp/w2ner?

Las alternativas de código abierto para ljynlp/w2ner incluyen: flairnlp/flair — Flair is a transformer-based natural language processing framework used to build and train models for text… zalandoresearch/flair — Flair is a natural language processing framework for training and applying models for sequence labeling and text… llmware-ai/llmware — llmware is a Python framework for AI agent orchestration and model management, designed to coordinate multi-model… bojone/globalpointer — 全局指针统一处理嵌套与非嵌套NER。. emma1066/self-improve-zero-shot-ner — This is the github repository for the paper to be appeared at NAACL 2024 main conference: Self-Improving for Zero-Shot… compnet/conivel — Dependencies are managed using Poetry. Use poetry install to install dependencies. You can then use poetry shell to…