Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mallocnew
/
WeTextProcessing
Public
forked from
wenet-e2e/WeTextProcessing
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 11, 2026
Merge branch 'wenet-e2e:master' into master
mallocnew
authored
770d4cf
View commit details
Copy full SHA for 770d4cf
Browse repository at this point
Commits on Jul 29, 2026
docs: simplify README usage notes
pengzhendong
committed
039007e
View commit details
Copy full SHA for 039007e
Browse repository at this point
docs: describe Python rule architecture
pengzhendong
committed
b855ff0
View commit details
Copy full SHA for b855ff0
Browse repository at this point
refactor: separate tagging and verbalization
pengzhendong
committed
99dc9da
View commit details
Copy full SHA for 99dc9da
Browse repository at this point
Commits on Jul 23, 2026
refactor: harden TN and ITN processing
pengzhendong
committed
6bc6946
View commit details
Copy full SHA for 6bc6946
Browse repository at this point
Commits on Jun 26, 2026
feat(android): migrate app to Kotlin, Compose, and Gradle Kotlin DSL (#375)
Show description for b0ce1f9
mallocnew
authored
b0ce1f9
View commit details
Copy full SHA for b0ce1f9
Browse repository at this point
Merge branch 'wenet-e2e:master' into master
mallocnew
authored
9fb3740
View commit details
Copy full SHA for 9fb3740
Browse repository at this point
feat(android): build native libs via CMake presets into jniLibs (#374)
Show description for 32e6bf9
mallocnew
authored
32e6bf9
View commit details
Copy full SHA for 32e6bf9
Browse repository at this point
feat(android): build native libs via CMake presets into jniLibs
Show description for e88003c
mallocnew
committed
e88003c
View commit details
Copy full SHA for e88003c
Browse repository at this point
👷 [Runtime] enable unittest on Ci (#372)
mallocnew
authored
b292022
View commit details
Copy full SHA for b292022
Browse repository at this point
Commits on Jun 15, 2026
👷 Ci build for windows (#371)
mallocnew
authored
57e2d57
View commit details
Copy full SHA for 57e2d57
Browse repository at this point
fix: move OOV test cases out of shared test data to fix C++ unit tests (#370)
Show description for c094e41
pengzhendong
authored
c094e41
View commit details
Copy full SHA for c094e41
Browse repository at this point
⬆️ Upgrade CXX standard from 17 to 20 (#367)
Show description for 9dd4a69
mallocnew
authored
9dd4a69
View commit details
Copy full SHA for 9dd4a69
Browse repository at this point
Commits on Jun 11, 2026
fix: preserve spaces as token boundaries in English TN tagger (#365)
Show description for e5a76f6
pengzhendong
authored
e5a76f6
View commit details
Copy full SHA for e5a76f6
Browse repository at this point
fix: English TN no longer inserts spurious space after opening punctuation (#363)
Show description for cb2fb03
pengzhendong
authored
cb2fb03
View commit details
Copy full SHA for cb2fb03
Browse repository at this point
Commits on Jun 10, 2026
⚰️ Remove useless patch & use glog, gflag in utils (#362)
mallocnew
authored
9125e4a
View commit details
Copy full SHA for 9125e4a
Browse repository at this point
fix: preserve comma and period in date TN output
Show description for ef6824f
pengzhendong
committed
ef6824f
View commit details
Copy full SHA for ef6824f
Browse repository at this point
feat: English ITN enhancements from NeMo reference (#361)
Show description for 57f8585
pengzhendong
authored
57f8585
View commit details
Copy full SHA for 57f8585
Browse repository at this point
fix: OpenFst compatibility + add C++ runtime CI (#359) (#360)
Show description for 0ca3110
pengzhendong
authored
0ca3110
View commit details
Copy full SHA for 0ca3110
Browse repository at this point
feat: English ITN with full rule coverage (#358)
Show description for eabb5b9
pengzhendong
authored
eabb5b9
View commit details
Copy full SHA for eabb5b9
Browse repository at this point
Commits on Jun 9, 2026
fix: restore Chinese ITN measure fields in TokenParser ITN_ORDERS (#357)
pengzhendong
authored
c7c9f75
View commit details
Copy full SHA for c7c9f75
Browse repository at this point
feat: add English ITN extended rules (time, whitelist, move normalizer) (#356)
Show description for 2ddd6dd
pengzhendong
authored
2ddd6dd
View commit details
Copy full SHA for 2ddd6dd
Browse repository at this point
feat: add English ITN core rules (cardinal, ordinal, decimal) (#355)
Show description for 91b68ae
pengzhendong
authored
91b68ae
View commit details
Copy full SHA for 91b68ae
Browse repository at this point
feat: add Serial rule for English TN (#259) (#354)
Show description for 1150cc3
pengzhendong
authored
1150cc3
View commit details
Copy full SHA for 1150cc3
Browse repository at this point
fix: remove 10000 from phone.tsv to avoid ambiguity with 一万 (#353)
pengzhendong
authored
40ab662
View commit details
Copy full SHA for 40ab662
Browse repository at this point
refactor: fix encoding and move str2bool to shared utils (#352)
Show description for eda83b9
pengzhendong
authored
eda83b9
View commit details
Copy full SHA for eda83b9
Browse repository at this point
fix: enumerate known short phone numbers instead of matching all 3/5 digit numbers (#283) (#351)
Show description for 6918f45
pengzhendong
authored
6918f45
View commit details
Copy full SHA for 6918f45
Browse repository at this point
refactor: code review cleanup and bug fixes (#350)
Show description for 55207ec
pengzhendong
authored
55207ec
View commit details
Copy full SHA for 55207ec
Browse repository at this point
fix: only use digit-by-digit reading for 4-digit years (#349)
Show description for aa078d0
pengzhendong
authored
aa078d0
View commit details
Copy full SHA for aa078d0
Browse repository at this point
feat: support nbest output in normalize/tag (#296) (#348)
Show description for 8cc6aee
pengzhendong
authored
8cc6aee
View commit details
Copy full SHA for 8cc6aee
Browse repository at this point
fix: don't convert - to 减 in non-math context (#347)
Show description for 6ee1abd
pengzhendong
authored
6ee1abd
View commit details
Copy full SHA for 6ee1abd
Browse repository at this point
fix: add Japanese data to package-data and bump version to 1.1.0 (#321) (#346)
Show description for 0650fa9
pengzhendong
authored
0650fa9
View commit details
Copy full SHA for 0650fa9
Browse repository at this point
fix: relax pynini version constraint to >=2.1.6 (#345)
Show description for aac2fd6
pengzhendong
authored
aac2fd6
View commit details
Copy full SHA for aac2fd6
Browse repository at this point
fix: convert digit after 块 regardless of enable_0_to_9 (#309) (#344)
Show description for 030d1e3
pengzhendong
authored
030d1e3
View commit details
Copy full SHA for 030d1e3
Browse repository at this point
fix: disambiguate "X点零Y" between time and decimal in Chinese ITN (#310) (#343)
Show description for ae7f5c3
pengzhendong
authored
ae7f5c3
View commit details
Copy full SHA for ae7f5c3
Browse repository at this point
Previous
Next
You can’t perform that action at this time.