awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repositorios

Awesome GitHub RepositoriesLinguistic Data Processors

Frameworks for managing, cleaning, and analyzing annotated text corpora and lexical resources.

Distinct from Text Processors: None of the candidates fit; the existing text processors are for general formatting, not linguistic research data management.

Explore 7 awesome GitHub repositories matching data & databases · Linguistic Data Processors. Refine with filters or upvote what's useful.

Awesome Linguistic Data Processors GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • explosion/spacyAvatar de explosion

    explosion/spaCy

    33,688Ver en GitHub↗

    spaCy is a Python natural language processing framework designed for industrial-scale text processing. It converts raw text into structured data for machine learning pipelines through a combination of statistical language model trainers, transformer-based text processors, and syntactic dependency parsers. The project enables the integration of pretrained transformer architectures to perform complex linguistic analysis and multi-task learning. It also provides a specialized system for neural named entity recognition to identify and categorize key entities within text. The framework covers a b

    Integrates pretrained transformer architectures to perform complex linguistic analysis and multi-task learning.

    Pythonaiartificial-intelligencecython
    Ver en GitHub↗33,688
  • nltk/nltkAvatar de nltk

    nltk/nltk

    14,649Ver en GitHub↗

    This project is a comprehensive Python toolkit designed for natural language processing, research, and education. It functions as a linguistic data processor that provides a standardized framework for managing, cleaning, and analyzing large collections of annotated text corpora and lexical resources. The library distinguishes itself through its integration of both symbolic and statistical methods, allowing users to perform complex tasks ranging from rule-based grammar parsing to machine learning-driven classification. It offers a modular pipeline for text processing, enabling the transformati

    Provides a standardized framework for managing, cleaning, and analyzing large collections of annotated text corpora and lexical resources.

    Pythonmachine-learningnatural-language-processingnlp
    Ver en GitHub↗14,649
  • pwxcoo/chinese-xinhuaAvatar de pwxcoo

    pwxcoo/chinese-xinhua

    11,572Ver en GitHub↗

    Chinese-xinhua is an open-source repository providing a comprehensive, machine-readable collection of Chinese linguistic data. It serves as a structured archive of dictionary entries, idioms, and phrases designed for programmatic access and integration into language processing applications. The project organizes complex linguistic information into consistent, schema-driven object structures that facilitate rapid lookups and data portability. By utilizing key-value indexing and structured text serialization, the dataset enables developers to implement advanced natural language search functiona

    Facilitates the integration of machine-readable Chinese vocabulary into custom databases for text processing workflows.

    Pythonchinesechinese-characterschinese-language
    Ver en GitHub↗11,572
  • stanfordnlp/stanzaAvatar de stanfordnlp

    stanfordnlp/stanza

    7,809Ver en GitHub↗

    Stanza is a Python natural language processing library designed for tokenization, lemmatization, and dependency parsing across many human languages using neural models. It provides a neural processing pipeline that converts raw text into structured linguistic data objects, alongside a specialized analyzer for extracting medical insights from clinical and biomedical language. The project includes a wrapper that connects Python scripts to Java-based natural language processing tools and remote annotation servers. This enables a bridge for extracting linguistic annotations and analysis data from

    Implements a processing pipeline for named entity recognition and sentence segmentation across diverse datasets.

    Pythonartificial-intelligencecorenlpdeep-learning
    Ver en GitHub↗7,809
  • shekhargulati/52-technologies-in-2016Avatar de shekhargulati

    shekhargulati/52-technologies-in-2016

    7,311Ver en GitHub↗

    This project serves as a comprehensive educational repository and technical reference collection, documenting a wide range of software engineering practices and modern development technologies. It provides a structured learning path for developers, curating tutorials and practical examples that cover the full lifecycle of application development, from initial project scaffolding to deployment and maintenance. The repository distinguishes itself by offering deep technical insights into complex architectural patterns, including actor-based concurrency models for managing parallel tasks and cont

    Identifies parts of speech, named entities, and sentence structures within raw text to provide structured data for processing.

    JavaScriptawesomeawesome-listblog
    Ver en GitHub↗7,311
  • facebookresearch/mmfAvatar de facebookresearch

    facebookresearch/mmf

    5,635Ver en GitHub↗

    MMF is a modular framework for building, training, and evaluating vision-and-language models. It provides a configuration-driven experiment system where model, dataset, and training parameters are defined through composable YAML files, alongside a curated model zoo of pretrained checkpoints for state-of-the-art multimodal architectures. The framework includes a multimodal dataset loader that downloads, processes, and batches vision-and-language data, and a vision-language model trainer supporting distributed training, mixed precision, and checkpoint-based resumption. The framework distinguish

    Extends word-level processors to return sentence-level embeddings via inheritance.

    Pythoncaptioningdeep-learningdialog
    Ver en GitHub↗5,635
  • johnsnowlabs/spark-nlpAvatar de JohnSnowLabs

    JohnSnowLabs/spark-nlp

    4,135Ver en GitHub↗

    Spark NLP es un kit de herramientas para el análisis de texto escalable y aprendizaje automático construido sobre el framework de computación distribuida Apache Spark. Proporciona un framework de aprendizaje automático multimodal y un sistema de tuberías distribuido para secuenciar anotadores para procesar datos lingüísticos a gran escala. La librería incluye un procesador de texto transformer para generar embeddings vectoriales contextuales y un motor de inferencia dedicado para gestionar grandes modelos de lenguaje. El proyecto se distingue por su capacidad para procesar tipos de datos heterogéneos, incluyendo texto, audio e imágenes, dentro de una arquitectura unificada de visión-lenguaje. Admite capacidades avanzadas de IA generativa como prompt engineering, extracción de entidades estructuradas con salida JSON restringida e inferencia local para eliminar la latencia de red. Además, proporciona herramientas para la traducción entre idiomas y la clasificación zero-shot a través de modalidades de texto e imagen. El framework cubre una amplia gama de capacidades, incluyendo el entrenamiento de modelos supervisados para el reconocimiento de entidades y el análisis de sentimientos, así como la respuesta a preguntas extractiva y el resumen de documentos. Integra soporte para bases de datos vectoriales para la búsqueda de similitud y ofrece infraestructura para la aceleración por GPU y la gestión del ciclo de vida del modelo a través de un registro centralizado. El kit de herramientas permite la distribución de modelos y tuberías personalizados a través de un repositorio público y admite el despliegue de modelos mediante APIs REST.

    Generates contextual vector embeddings and performs zero-shot classification using transformer architectures.

    Scala
    Ver en GitHub↗4,135
  1. Home
  2. Data & Databases
  3. Linguistic Data Processors

Explorar subetiquetas

  • Transformer Processors1 sub-etiquetaText processors based on transformer architectures for deep linguistic analysis. **Distinct from Linguistic Data Processors:** Focuses on the transformer-based processing of text rather than general corpus management