# NLPchina/nlp-lang

这个项目是一个基本包.封装了大多数nlp项目中常用工具

Repository: https://github.com/NLPchina/nlp-lang
Canonical: https://ross.abutalabs.com/products/nlp-lang
Language: Java
License: Apache-2.0
License Family: permissive
Topics: java, nlp, nlp-lang, tire
Last push: 2026-08-13T18:47:52+00:00

## Health v2 (maintenance only)
Score: 66/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 8, longevity 100
- inputs: {"age_days": 4539, "days_push": 20, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1507, forks 492 (observed 2026-08-28T04:04:55.046597+00:00)

## What it is
A Java base library from NLPchina that packages common utilities used across NLP projects, such as trie/double-array trie structures, word normalization, sentence splitting, and Viterbi. It also includes components like Chinese-to-pinyin conversion, simplified/traditional Chinese conversion, SimHash similarity, fingerprint deduplication, and in-memory search suggestions.

## Use cases
- build a trie or double-array trie in java
- convert chinese characters to pinyin
- convert simplified chinese to traditional chinese
- compute document similarity with simhash
- deduplicate text by fingerprint
- split chinese text into sentences
- word frequency and idf statistics
- in-memory search autocomplete suggestions

## When to choose
- you need common Chinese NLP utilities in a JVM project
- you want fast trie-based string lookup structures
- you need pinyin conversion or simplified/traditional Chinese mapping
- you need lightweight text deduplication or similarity without heavy dependencies

## When to avoid
- you need modern deep-learning-based NLP pipelines
- you work outside the JVM ecosystem
- you need actively developed features beyond the current utility set

## Facets
- artifact type: library
- maturity: maintenance
- function: nlp, parser, search-engine, data-science
- domain: developer-tools
- platform: jvm
- tags: chinese-nlp, trie-tree, double-array-trie, pinyin, simplified-traditional-chinese, simhash, bloom-filter, viterbi, text-processing, natural-language-processing, algorithms

## Member repositories
- NLPchina/nlp-lang (main) score 66

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:55.046597+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:32:35.690370+00:00, confidence not recorded.
  - readme: https://github.com/NLPchina/nlp-lang (fetched 2026-08-28T04:04:55.046597+00:00, sha 75fc31a62e96)
- Data as of 2026-08-30T08:39:29.467469+00:00.
