baidu/lac
百度NLP:分词,词性标注,命名实体识别,词重要性 observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 2984
- days_rel: n/a
- days_push: 1926
- n_releases_24m: 0
Adoption not part of the score
4001 stars · 592 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
LAC (Lexical Analysis of Chinese) is Baidu's deep-learning-based Chinese lexical analysis toolkit that jointly performs word segmentation, part-of-speech tagging, named entity recognition, and word importance ranking. It offers Python, Java, C++, and Android interfaces with a lightweight 2MB mobile model and high-throughput CPU inference.
Use cases
- segment chinese text into words
- tag part of speech for chinese sentences
- recognize named entities like person, location, and organization names in chinese text
- rank word importance in chinese queries
- run chinese nlp preprocessing on mobile devices
- integrate chinese tokenization into a java or c++ application
When to choose
- you need accurate chinese word segmentation, POS tagging, or NER with a proven deep-learning model
- you need fast cpu inference or a tiny model for mobile deployment
- you want a customizable user dictionary to intervene in model predictions
When to avoid
- you need lexical analysis for languages other than chinese
- you need actively maintained software with recent releases
- you need full nlp pipelines beyond lexical analysis such as parsing or generation
Facets
library · maturity maintenance
nlp parser python cpp jvm cross-platform chinese-word-segmentation part-of-speech-tagger named-entity-recognition lexical-analysis paddlepaddle word-importance natural-language-processing chinese-nlp android
1 source
- readme: https://github.com/baidu/lac · fetched 2026-08-28 · 44b5c9053084
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| baidu/lac | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem