awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • explosion/spacyAvatar von explosion

    explosion/spaCy

    33,688Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗33,688
  • nltk/nltkAvatar von nltk

    nltk/nltk

    14,649Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗14,649
  • pwxcoo/chinese-xinhuaAvatar von pwxcoo

    pwxcoo/chinese-xinhua

    11,572Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,572
  • stanfordnlp/stanzaAvatar von stanfordnlp

    stanfordnlp/stanza

    7,809Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,809
  • shekhargulati/52-technologies-in-2016Avatar von shekhargulati

    shekhargulati/52-technologies-in-2016

    7,311Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,311
  • facebookresearch/mmfAvatar von facebookresearch

    facebookresearch/mmf

    5,635Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,635
  • johnsnowlabs/spark-nlpAvatar von JohnSnowLabs

    JohnSnowLabs/spark-nlp

    4,135Auf GitHub ansehen↗

    Spark NLP is a toolkit for scalable text analysis and machine learning built on the Apache Spark distributed computing framework. It provides a multimodal machine learning framework and a distributed pipeline system for sequencing annotators to process large-scale linguistic data. The library includes a transformer text processor for generating contextual vector embeddings and a dedicated inference engine for managing large language models. The project distinguishes itself through its ability to process heterogeneous data types, including text, audio, and images, within a unified vision-langu

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

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

Unter-Tags erkunden

  • Transformer Processors1 Sub-TagText 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