awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
baidu avatar

baidu/lac

0
View on GitHub↗
4,001 星标·590 分支·C++·Apache-2.0·6 次浏览

Lac

LAC 是一个中文词法分析引擎和工具包,专为联合分词、词性标注和命名实体识别而设计。它作为一个高性能系统,利用训练好的机器学习模型来识别词边界和语法类别。

该项目具有轻量级的编译原生运行时,支持端侧自然语言处理并嵌入到移动应用程序中。它包含模型压缩和转换功能,以针对资源受限的环境进行优化,并支持多线程并行执行以提高吞吐量。

该工具包提供了联合词法分析功能,包括为词重要性评分分配数值权重。用户可以通过自定义词典覆盖来优化预测,或通过在特定领域数据集上进行增量模型训练来提高特定行业的准确性。

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 历史

baidu/lac 的 Star 历史图表baidu/lac 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Lac 的开源替代方案

相似的开源项目,按与 Lac 的功能重合度排序。
  • hit-scir/ltpHIT-SCIR 的头像

    HIT-SCIR/ltp

    5,253在 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
    在 GitHub 上查看↗5,253
  • isnowfy/snownlpisnowfy 的头像

    isnowfy/snownlp

    6,631在 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
    在 GitHub 上查看↗6,631
  • nlpchina/ansj_segNLPchina 的头像

    NLPchina/ansj_seg

    6,528在 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
    在 GitHub 上查看↗6,528
  • lancopku/pkuseg-pythonlancopku 的头像

    lancopku/pkuseg-python

    6,707在 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
    在 GitHub 上查看↗6,707
查看 Lac 的所有 30 个替代方案→

常见问题解答

baidu/lac 是做什么的?

LAC 是一个中文词法分析引擎和工具包,专为联合分词、词性标注和命名实体识别而设计。它作为一个高性能系统,利用训练好的机器学习模型来识别词边界和语法类别。

baidu/lac 的主要功能有哪些?

baidu/lac 的主要功能包括: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。

baidu/lac 有哪些开源替代品?

baidu/lac 的开源替代品包括: 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…