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 }}
NVIDIA
/
NeMo-text-processing
Public
Notifications
You must be signed in to change notification settings
Fork
185
Star
506
Code
Issues
1
Pull requests
21
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Add nemo-text-processing-lightning: compiled tagger, 4-9x normalization
- #478
#478
Closed
ryanleary
wants to merge 23 commits into
NVIDIA:main
NVIDIA/NeMo-text-processing:main
from
ryanleary:pr6-nemo-fst
ryanleary/NeMo-text-processing:pr6-nemo-fst
Copy head branch name to clipboard
Conversation
Commits
23
(23)
Checks
Files changed
Closed
Add nemo-text-processing-lightning: compiled tagger, 4-9x normalization
#478
ryanleary
wants to merge 23 commits into
NVIDIA:main
NVIDIA/NeMo-text-processing:main
from
ryanleary:pr6-nemo-fst
ryanleary/NeMo-text-processing:pr6-nemo-fst
Copy head branch name to clipboard
Commits
Commits on Aug 19, 2026
Replace setup.py packaging with pyproject.toml and add uv
Show description for 7f2796a
ryanleary
committed
7f2796a
View commit details
Copy full SHA for 7f2796a
Browse repository at this point
Move the package under src/
Show description for c2ebfd8
ryanleary
committed
c2ebfd8
View commit details
Copy full SHA for c2ebfd8
Browse repository at this point
Add nemo-fst, a uv workspace member for lookahead composition
Show description for 25aeb42
ryanleary
committed
25aeb42
View commit details
Copy full SHA for 25aeb42
Browse repository at this point
Add integration and benchmark tests, drop milestone labels from comments
Show description for a625389
ryanleary
committed
a625389
View commit details
Copy full SHA for a625389
Browse repository at this point
Sweep input length in the end-to-end benchmark
Show description for 2b015b4
ryanleary
committed
2b015b4
View commit details
Copy full SHA for 2b015b4
Browse repository at this point
Benchmark across density and length, measure the tagging share
Show description for 49e0044
ryanleary
committed
49e0044
View commit details
Copy full SHA for 49e0044
Browse repository at this point
Build OpenFst statically, package wheels, and wire in an opt-in fast tagger
Show description for c78a2fb
ryanleary
committed
c78a2fb
View commit details
Copy full SHA for c78a2fb
Browse repository at this point
Use the fast tagger automatically, and record both readings where ties exist
Show description for c1377d3
ryanleary
committed
c1377d3
View commit details
Copy full SHA for c1377d3
Browse repository at this point
Build on macOS, and say what to do when OpenFst is missing
Show description for ee0b774
ryanleary
committed
ee0b774
View commit details
Copy full SHA for ee0b774
Browse repository at this point
Default to OpenFst 1.8.4, and patch 1.8.3 for Clang
Show description for ac8ad4b
ryanleary
committed
ac8ad4b
View commit details
Copy full SHA for ac8ad4b
Browse repository at this point
Require OpenFst 1.8.4, and probe the linker for symbol-hiding flags
Show description for 44475e7
ryanleary
committed
44475e7
View commit details
Copy full SHA for 44475e7
Browse repository at this point
Give nemo-fst a dev group so uv run finds pytest
Show description for 13fec86
ryanleary
committed
13fec86
View commit details
Copy full SHA for 13fec86
Browse repository at this point
Document which environment gives a full nemo-fst test run
Show description for 383c1b4
ryanleary
committed
383c1b4
View commit details
Copy full SHA for 383c1b4
Browse repository at this point
Test what can be tested without pynini
Show description for 21e6be7
ryanleary
committed
21e6be7
View commit details
Copy full SHA for 21e6be7
Browse repository at this point
Commits on Aug 20, 2026
Add toy grammars so the oracle-free tests need no grammar cache
Show description for b45d919
ryanleary
committed
b45d919
View commit details
Copy full SHA for b45d919
Browse repository at this point
Check the export table and dependencies on macOS too
Show description for c12de06
ryanleary
committed
c12de06
View commit details
Copy full SHA for c12de06
Browse repository at this point
Fix the linker probe, and verify the export table at build time
Show description for 828c5c7
ryanleary
committed
828c5c7
View commit details
Copy full SHA for 828c5c7
Browse repository at this point
Record macOS as verified
Show description for 140f356
ryanleary
committed
140f356
View commit details
Copy full SHA for 140f356
Browse repository at this point
Ship the files the sdist needs to build itself
Show description for 79daeb7
ryanleary
committed
79daeb7
View commit details
Copy full SHA for 79daeb7
Browse repository at this point
Cache grammars by default, and build them on demand
Show description for 4ec93db
ryanleary
committed
4ec93db
View commit details
Copy full SHA for 4ec93db
Browse repository at this point
Support every language's tagger, and scope the default cache by version
Show description for 219460c
ryanleary
committed
219460c
View commit details
Copy full SHA for 219460c
Browse repository at this point
Rename the runtime package to nemo-text-processing-lightning
Show description for eb3324a
ryanleary
committed
eb3324a
View commit details
Copy full SHA for eb3324a
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 816aad2
pre-commit-ci[bot]
committed
816aad2
View commit details
Copy full SHA for 816aad2
Browse repository at this point
You can’t perform that action at this time.