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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
baidu avatar

baidu/lac

0
View on GitHub↗
4,001 stars·590 forks·C++·Apache-2.0·16 views

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.

Star history

Star history chart for baidu/lacStar history chart for baidu/lac

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Lac

These projects share indexed features with Lac. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • hit-scir/ltpHIT-SCIR avatar

    HIT-SCIR/ltp

    5,253View on 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
    View on GitHub↗5,253
  • isnowfy/snownlpisnowfy avatar

    isnowfy/snownlp

    6,631View on 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
    View on GitHub↗6,631
  • nlpchina/ansj_segNLPchina avatar

    NLPchina/ansj_seg

    6,528View on 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
    View on GitHub↗6,528
  • lancopku/pkuseg-pythonlancopku avatar

    lancopku/pkuseg-python

    6,707View on 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
    View on GitHub↗6,707
Compare all 30 related projects→

Frequently asked questions

What does baidu/lac do?

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.

What are the main features of baidu/lac?

The main features of baidu/lac are: 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.

Which projects share features with baidu/lac?

Projects with overlapping indexed features include: 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…