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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
NLPchina avatar

NLPchina/ansj_seg

0
View on GitHub↗
6,528 نجوم·2,277 تفرعات·Java·Apache-2.0·10 مشاهدات

Ansj Seg

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 dictionaries and includes utilities for extracting key phrases from a body of text.

Features

  • Chinese Language Segmenters - Splits continuous Chinese characters into meaningful words using statistical models for NLP preparation.
  • Chinese NLP Libraries - Provides a comprehensive toolkit for the linguistic analysis and segmentation of the Chinese language.
  • Chinese Entity Recognizers - Identifies and extracts person names from unstructured Chinese documents using customized recognition rules.
  • Named Entity Recognition - Identifies and classifies entities such as person names within unstructured Chinese text.
  • NLP Toolkits - Provides a collection of programmatic utilities for Chinese language processing, including segmentation and phrase extraction.
  • Part-of-Speech Taggers - Assigns grammatical labels to words based on context and linguistic rules.
  • Part-of-Speech Tagging Pipelines - Processes segmented Chinese words through a pipeline to assign grammatical categories.
  • Generative Word Segmenters - Uses generative probabilistic models to predict word boundaries in continuous text streams.
  • Chinese POS Tagging - Assigns grammatical categories to segmented Chinese words based on context and linguistic properties.
  • Personal - Extracts individual person names from unstructured Chinese text to isolate identities within documents.
  • Domain-Specific Text Processing - Uses custom dictionaries to improve the accuracy of word segmentation for specialized industry terminology.
  • Keyword and Phrase Extraction - Isolates the most important words and key phrases to highlight the core themes of a document.
  • Dynamic User Dictionaries - Allows the injection of custom word lists into the segmentation process to handle domain-specific terminology.
  • Custom Dictionaries - Provides support for user-defined word lists to improve the accuracy of text recognition and segmentation.

سجل النجوم

مخطط تاريخ النجوم لـ nlpchina/ansj_segمخطط تاريخ النجوم لـ nlpchina/ansj_seg

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

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

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

Start searching with AI

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

ما هي وظيفة nlpchina/ansj_seg؟

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.

ما هي الميزات الرئيسية لـ nlpchina/ansj_seg؟

الميزات الرئيسية لـ nlpchina/ansj_seg هي: Chinese Language Segmenters, Chinese NLP Libraries, Chinese Entity Recognizers, Named Entity Recognition, NLP Toolkits, Part-of-Speech Taggers, Part-of-Speech Tagging Pipelines, Generative Word Segmenters.

ما هي البدائل مفتوحة المصدر لـ nlpchina/ansj_seg؟

تشمل البدائل مفتوحة المصدر لـ nlpchina/ansj_seg: isnowfy/snownlp — SnowNLP is a Python library for Chinese natural language processing. It provides tools for text segmentation,… lancopku/pkuseg-python — pkuseg-python is a Chinese word segmentation toolkit and natural language processing library. It provides specialized… baidu/lac — LAC is a Chinese lexical analysis engine and toolkit designed for joint word segmentation, part-of-speech tagging, and… fxsjy/jieba — This project is a Chinese text segmentation library and tokenizer designed to split Chinese sentences into individual… hankcs/hanlp — HanLP is a natural language processing library and deep learning framework specifically optimized for the Chinese… ownthink/knowledgegraphdata — KnowledgeGraphData is a collection of structured datasets and corpora designed to provide a foundational layer for…

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Ansj Seg.
  • 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
  • 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
  • baidu/lacالصورة الرمزية لـ baidu

    baidu/lac

    4,001عرض على GitHub↗

    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 throughpu

    C++chinese-nlpchinese-word-segmentationjava
    عرض على GitHub↗4,001
  • fxsjy/jiebaالصورة الرمزية لـ fxsjy

    fxsjy/jieba

    35,027عرض على GitHub↗

    This project is a Chinese text segmentation library and tokenizer designed to split Chinese sentences into individual words. It serves as a natural language processing tool for splitting characters into words, tagging parts of speech, and extracting keywords using statistical analysis. The library distinguishes itself through support for custom dictionary configuration and vocabulary file management, allowing users to override default segmentation rules for domain-specific accuracy. It also includes a TF-IDF keyword extractor to identify significant words and core topics within documents. Th

    Python
    عرض على GitHub↗35,027
عرض جميع البدائل الـ 30 لـ Ansj Seg→