awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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·8 مشاهدات

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.

سجل النجوم

مخطط تاريخ النجوم لـ baidu/lacمخطط تاريخ النجوم لـ baidu/lac

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Lac

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Lac.
  • hit-scir/ltpالصورة الرمزية لـ HIT-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/snownlpالصورة الرمزية لـ isnowfy

    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_segالصورة الرمزية لـ NLPchina

    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-pythonالصورة الرمزية لـ lancopku

    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
عرض جميع البدائل الـ 30 لـ Lac→

الأسئلة الشائعة

ما هي وظيفة 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…