Ross ROSS = Recommend OSS · open-source software intelligence for agents

NLPchina/nlp-lang

这个项目是一个基本包.封装了大多数nlp项目中常用工具 observed · 2026-08-28

github.com/NLPchina/nlp-lang · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

66/100

  • Activity 97
  • 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4539
  • days_rel: n/a
  • days_push: 20
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1507 stars · 492 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

library · maturity maintenance

nlp parser search-engine data-science developer-tools jvm chinese-nlp trie-tree double-array-trie pinyin simplified-traditional-chinese simhash bloom-filter viterbi text-processing natural-language-processing algorithms

1 source

Member repositories

RepositoryRoleHealth v2
NLPchina/nlp-langmain66

For agents

markdown · JSON · MCP: product_card(name="NLPchina/nlp-lang")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem