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
lancopku avatar

lancopku/pkuseg-python

0
View on GitHub↗
6,707 stars·982 forks·Python·MIT·28 views

Pkuseg Python

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 Chinese text files in parallel.

Features

  • Chinese Language Segmenters - Provides specialized tools for tokenizing and segmenting Chinese text across news, medical, and web domains.
  • Chinese NLP Libraries - Offers a natural language processing library specifically designed for the linguistic analysis of the Chinese language.
  • Custom Model Training - Enables the creation of specialized segmentation models using annotated datasets to improve accuracy for unique vocabularies.
  • NLP-Specific - Allows training of custom models on specialized linguistic datasets for domains like medicine or news.
  • Text Segmentation Model Training - Provides tools to train custom word segmentation models using domain-specific annotated datasets.
  • Word Segmentation Training - A machine learning toolkit for training custom segmentation models from annotated datasets and user dictionaries.
  • Domain Specific Models - Offers specialized models tailored for specific text genres such as medical or news content.
  • Dictionary Constraints - Implements dictionary-constrained segmentation to ensure specialized terminology is correctly recognized.
  • Linguistic Constraints - Forces the recognition of user-defined words and phrases to maintain consistency across specialized vocabularies.
  • Custom Dictionaries - Integrates user-defined word lists during segmentation to ensure specialized terminology is recognized correctly.
  • Custom Data Fine-Tunings - Provides the ability to adapt pre-trained segmentation models to specialized domains using annotated custom datasets.
  • Part-of-Speech Taggers - Assigns grammatical labels to segmented words to identify their linguistic category.
  • Part-of-Speech Tagging Pipelines - Ships a pipeline that appends grammatical category labels to segmented words as a secondary processing step.
  • Text Processing - Processes large volumes of text stored in files using a multi-threaded execution engine.
  • Parallel Text Processing - Employs a multi-threaded execution engine to process large volumes of Chinese text files in parallel.
  • Chinese POS Tagging - Assigns grammatical categories to segmented Chinese words to facilitate deeper lexical and syntactic analysis.
  • Batch Document Processing - Distributes text segmentation tasks across multiple CPU cores to increase processing throughput for large file volumes.
  • Parallel Text Processing - Distributes word segmentation tasks across multiple CPU threads to increase processing throughput.
  • Natural Language Processing - Chinese word segmentation toolkit for various domains.
  • Word Segmentation Tools - High-accuracy Chinese word segmentation tool.

Star history

Star history chart for lancopku/pkuseg-pythonStar history chart for lancopku/pkuseg-python

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Open-source alternatives to Pkuseg Python

Similar open-source projects, ranked by how many features they share with Pkuseg Python.
  • 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
  • fxsjy/jiebafxsjy avatar

    fxsjy/jieba

    35,027View on 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
    View on GitHub↗35,027
  • 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
  • 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
See all 30 alternatives to Pkuseg Python→

Frequently asked questions

What does lancopku/pkuseg-python do?

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.

What are the main features of lancopku/pkuseg-python?

The main features of lancopku/pkuseg-python are: Chinese Language Segmenters, Chinese NLP Libraries, Custom Model Training, NLP-Specific, Text Segmentation Model Training, Word Segmentation Training, Domain Specific Models, Dictionary Constraints.

What are some open-source alternatives to lancopku/pkuseg-python?

Open-source alternatives to lancopku/pkuseg-python include: nlpchina/ansj_seg — ansj_seg is a Java NLP toolkit and segmentation library designed for processing Chinese text. It functions as a word… fxsjy/jieba — This project is a Chinese text segmentation library and tokenizer designed to split Chinese sentences into individual… isnowfy/snownlp — SnowNLP is a Python library for Chinese natural language processing. It provides tools for text segmentation,… hit-scir/ltp — This is a Chinese natural language processing toolkit providing a suite of tools for word segmentation, part-of-speech… baidu/lac — LAC is a Chinese lexical analysis engine and toolkit designed for joint word segmentation, part-of-speech tagging, and… hankcs/hanlp — HanLP is a natural language processing library and deep learning framework specifically optimized for the Chinese…