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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
baidu avatar

baidu/lac

0
View on GitHub↗
4,001 stele·590 fork-uri·C++·Apache-2.0·8 vizualizări

Lac

LAC is a Chinese lexical analysis engine and toolkit designed for joint word segmentation, part-of-speech tagging, and named entity recognition. It functions as a high-performance system that identifies word boundaries and grammatical categories using trained machine learning models.

The project features a lightweight, compiled native runtime that enables on-device natural language processing and embedding into mobile applications. It includes model compression and conversion to optimize for resource-constrained environments and supports multi-threaded parallel execution to increase throughput.

The toolkit provides capabilities for joint lexical analysis, including the ability to assign numerical weights for word importance scoring. Users can refine predictions through custom dictionary overrides or improve accuracy for specific industries using incremental model training on domain-specific datasets.

Features

  • Chinese Natural Language Processing - Provides a comprehensive suite for Chinese natural language processing including segmentation, tagging, and entity recognition.
  • Joint Lexical Analysis - Provides a high-performance engine for joint word segmentation, part-of-speech tagging, and named entity recognition in Chinese text.
  • Chinese NLP Libraries - Ships a toolkit specifically designed for the joint linguistic analysis of Chinese text.
  • Lexical Analysis Engines - Implements a high-performance engine that identifies word boundaries and grammatical categories using trained models.
  • Model Inference Engines - Implements a high-performance inference engine that performs joint lexical analysis in a single pass.
  • Named Entity Recognition - Includes a processor that categorizes specific entities like people, locations, and organizations within text.
  • Native Runtime Libraries - Ships a compiled native runtime library for high-performance model execution on mobile and desktop devices.
  • Local NLP Inference - Enables local execution of NLP tasks on-device to operate without network connectivity.
  • Part-of-Speech Taggers - Assigns grammatical categories and named entity labels to segmented Chinese words using machine learning models.
  • Chinese Language Segmenters - Provides specialized tools for tokenizing and segmenting continuous Chinese text streams.
  • Mobile Framework Integrations - Offers lightweight runtime libraries for embedding NLP models directly into mobile applications.
  • Incremental Model Training - Supports incremental training on custom datasets to adapt the model to specific industry domains.
  • Model Compression - Includes model compression and conversion to optimize computation graphs for resource-constrained environments.
  • Keyword Importance Scoring - Assigns numerical weights to words to distinguish core meaning from redundant terms in a query.
  • Domain-Specific Fine-Tuning - Supports improving lexical analysis accuracy through incremental fine-tuning on domain-specific datasets.
  • Lexicon-Driven Segmenters - Combines machine learning models with user-defined lexicons to refine text segmentation and tagging.
  • Custom Dictionary Managers - Provides custom dictionary managers to refine model predictions for word boundaries and labels.
  • Prediction Overrides - Allows forcing specific word boundaries and labels using user-defined custom lexicons to override model predictions.
  • NLP Mobile Runtimes - Provides a lightweight, compiled interface for executing linguistic analysis models locally on mobile devices.
  • Model Compression - Includes model compression and conversion to optimize performance for resource-constrained mobile environments.
  • C++ Inference Runtimes - Provides a compiled C++ runtime optimized for executing machine learning model inference.
  • Parallel Text Processing - Supports multi-threaded parallel execution to distribute text processing tasks across CPU cores.
  • Chinese NLP Toolkits - Baidu's open-source tool for segmentation, tagging, and entity recognition.

Istoric stele

Graficul istoricului de stele pentru baidu/lacGraficul istoricului de stele pentru baidu/lac

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 Lac

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Lac.
  • hit-scir/ltpAvatar HIT-SCIR

    HIT-SCIR/ltp

    5,253Vezi pe GitHub↗

    This is a Chinese natural language processing toolkit providing a suite of tools for word segmentation, part-of-speech tagging, and named entity recognition. It includes a neural dependency parser for analyzing syntactic and semantic relationships between words and a machine learning training suite for creating custom linguistic models using annotated datasets. The toolkit distinguishes itself through its deployment flexibility, offering a dockerized server and a web service interface that exposes processing capabilities via API. It supports the use of pretrained models and allows for the int

    Pythonchinese-nlpmachine-learningnatural-language-processing
    Vezi pe GitHub↗5,253
  • isnowfy/snownlpAvatar isnowfy

    isnowfy/snownlp

    6,631Vezi pe GitHub↗

    SnowNLP is a Python library for Chinese natural language processing. It provides tools for text segmentation, sentiment analysis, document classification, and phonetic transliteration. The library includes capabilities for training and saving custom machine learning models for tokenization and sentiment analysis using raw training datasets. It covers a range of linguistic processing areas, including parts of speech tagging, sentence splitting, and text similarity measurement. The toolkit also provides utilities for extracting key information through text summarization and calculating word im

    Python
    Vezi pe GitHub↗6,631
  • nlpchina/ansj_segAvatar NLPchina

    NLPchina/ansj_seg

    6,528Vezi pe GitHub↗

    ansj_seg is a Java NLP toolkit and segmentation library designed for processing Chinese text. It functions as a word segmenter, part-of-speech tagger, and named entity recognizer to divide continuous Chinese characters into meaningful words and tokens. The library utilizes statistical models for text segmentation and provides capabilities for identifying and extracting person names from unstructured documents. It also assigns grammatical categories to tokens to determine their linguistic roles within a sentence. The toolkit supports domain-specific text processing through the use of custom d

    Javaansjchinesejava
    Vezi pe GitHub↗6,528
  • lancopku/pkuseg-pythonAvatar lancopku

    lancopku/pkuseg-python

    6,707Vezi pe GitHub↗

    pkuseg-python is a Chinese word segmentation toolkit and natural language processing library. It provides specialized models for splitting Chinese text into words across various domains, including news, medical, and web content, and includes a tool for assigning grammatical parts of speech tags to segmented words. The library allows for the training of custom segmentation models using annotated datasets and supports the integration of user-defined dictionaries to ensure specialized terminology is recognized correctly. It employs a multi-threaded execution engine to process large volumes of Ch

    Python
    Vezi pe GitHub↗6,707
Vezi toate cele 30 alternative pentru Lac→

Întrebări frecvente

Ce face baidu/lac?

LAC is a Chinese lexical analysis engine and toolkit designed for joint word segmentation, part-of-speech tagging, and named entity recognition. It functions as a high-performance system that identifies word boundaries and grammatical categories using trained machine learning models.

Care sunt principalele funcționalități ale baidu/lac?

Principalele funcționalități ale baidu/lac sunt: Chinese Natural Language Processing, Joint Lexical Analysis, Chinese NLP Libraries, Lexical Analysis Engines, Model Inference Engines, Named Entity Recognition, Native Runtime Libraries, Local NLP Inference.

Care sunt câteva alternative open-source pentru baidu/lac?

Alternativele open-source pentru baidu/lac includ: hit-scir/ltp — This is a Chinese natural language processing toolkit providing a suite of tools for word segmentation, part-of-speech… isnowfy/snownlp — SnowNLP is a Python library for Chinese natural language processing. It provides tools for text segmentation,… nlpchina/ansj_seg — ansj_seg is a Java NLP toolkit and segmentation library designed for processing Chinese text. It functions as a word… lancopku/pkuseg-python — pkuseg-python is a Chinese word segmentation toolkit and natural language processing library. It provides specialized… ownthink/knowledgegraphdata — KnowledgeGraphData is a collection of structured datasets and corpora designed to provide a foundational layer for… dongrixinyu/jionlp — JioNLP is a Chinese natural language processing toolkit designed for cleaning, normalizing, and extracting structured…