hit-scir/ltp

Language Technology Platform

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 23 minutes ago
Added to GitGenius on September 13th, 2026
Created on June 1st, 2011
Open Issues & Pull Requests: 76 (+0)
GitHub issues: Enabled
Number of forks: 1,059
Total Stargazers: 5,259 (+0)
Total Subscribers: 247 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 10.0 days
Mean response time: 50.0 days
90th percentile: 145.8 days
Tracked items: 13

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 14
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 691 days
Stale 30+ days: 13
Stale 90+ days: 13

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • feature-request (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

LTP is a natural language processing toolkit that provides Chinese text analysis capabilities including word segmentation, part-of-speech tagging, and syntactic parsing.

The toolkit addresses the need for comprehensive Chinese NLP processing by offering a unified platform with multiple analysis tasks. It implements these capabilities through machine learning models and makes them accessible via Python and Rust interfaces, allowing developers to integrate Chinese language processing into applications across different technology stacks.

Developers working with Chinese text should consider LTP if they need a complete suite of foundational NLP tasks rather than point solutions. The project suits applications requiring word segmentation, morphological analysis, and dependency parsing on Chinese input. The toolkit is distributed as separate packages—a core version and an extension version—giving users flexibility in choosing their dependency footprint.

The project maintains active development with regular commits and ongoing refinement of its models and interfaces. The codebase is written primarily in Python with a Rust implementation available, indicating attention to both accessibility and performance-critical use cases. The toolkit is backed by an academic research center, which shapes its focus on incorporating advances in pretrained model-based NLP approaches.