awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
lancopku avatar

lancopku/pkuseg-python

0
View on GitHub↗
6,707 estrellas·982 forks·Python·MIT·7 vistas

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.

Historial de estrellas

Gráfico del historial de estrellas de lancopku/pkuseg-pythonGráfico del historial de estrellas de lancopku/pkuseg-python

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Pkuseg Python

Proyectos open-source similares, clasificados según cuántas características comparten con Pkuseg Python.
  • nlpchina/ansj_segAvatar de NLPchina

    NLPchina/ansj_seg

    6,528Ver en 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
    Ver en GitHub↗6,528
  • fxsjy/jiebaAvatar de fxsjy

    fxsjy/jieba

    35,027Ver en 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
    Ver en GitHub↗35,027
  • isnowfy/snownlpAvatar de isnowfy

    isnowfy/snownlp

    6,631Ver en 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
    Ver en GitHub↗6,631
  • hit-scir/ltpAvatar de HIT-SCIR

    HIT-SCIR/ltp

    5,253Ver en 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
    Ver en GitHub↗5,253
Ver las 30 alternativas a Pkuseg Python→

Preguntas frecuentes

¿Qué hace lancopku/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.

¿Cuáles son las características principales de lancopku/pkuseg-python?

Las características principales de lancopku/pkuseg-python son: Chinese Language Segmenters, Chinese NLP Libraries, Custom Model Training, NLP-Specific, Text Segmentation Model Training, Word Segmentation Training, Domain Specific Models, Dictionary Constraints.

¿Qué alternativas de código abierto existen para lancopku/pkuseg-python?

Las alternativas de código abierto para lancopku/pkuseg-python incluyen: 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…