hightman/scws
开源免费的简易中文分词系统,PHP分词的上乘之选! observed · 2026-08-28
Health v2 · maintenance only
28/100
- Activity 12
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5578
- days_rel: n/a
- days_push: 532
- n_releases_24m: 0
Adoption not part of the score
1681 stars · 347 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
SCWS (Simple Chinese Word Segmentation) is a dictionary-based mechanical Chinese word segmentation engine written in pure C, with no external dependencies, supporting GBK and UTF-8 encodings. It ships as a C library (libscws), a command-line tool, and a PHP extension for fast tokenization of Chinese text.
Use cases
- segment Chinese text into words for search indexing
- extract keywords from Chinese documents in PHP
- tokenize Chinese text from the command line
- build a small Chinese full-text search engine
- split Chinese strings into words for NLP preprocessing
- embed a lightweight C segmentation library into an application
When to choose
- you need fast, dependency-free Chinese word segmentation in C or PHP
- you are building a small search engine or keyword extractor for Chinese text
- you want a mature, lightweight tokenizer without heavy ML dependencies
When to avoid
- you need state-of-the-art accuracy on complex modern Chinese text
- you want a pure PHP solution without compiling C extensions
- you need segmentation for languages other than Chinese
Facets
library · maturity maintenance
nlp search-engine parser cli developer-tools windows php cpp c cli chinese-word-segmentation text-segmentation php-extension dictionary-based keyword-extraction full-text-search natural-language-processing search linux macos
4 sources
- readme: https://github.com/hightman/scws · fetched 2026-08-28 · d83779d01988
- homepage: http://www.xunsearch.com/scws/ · fetched 2026-08-29 · 14e1ad8d4229
- site_page: https://www.xunsearch.com/scws/docs.php · fetched 2026-08-29 · bfc8c7391ec3
- site_page: https://www.xunsearch.com/scws/about.php · fetched 2026-08-29 · 1d8b5bbb1f6d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| hightman/scws | main | 28 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem