#48 · Primary category: NLP Tools & Text Processing
Recognizers-Text
Cross-platform library for recognizing and resolving numbers, units, and date/time in multiple languages.
Project last updated:04/17/26
GitHub Stars
1.8K
Forks
434
Contributors
138
License
MIT
Why we included this project
Most NLP libraries stop at recognizing an entity; this one also resolves it. Feed it "next Thursday at 3pm" and it returns an actual date; "five thousand" comes back as 5000. That matters because a bot or extraction pipeline usually wants the value, not just the span, and Recognizers-Text delivers that offline, with no model or API key involved. It ships as .NET, JavaScript/TypeScript, and Python packages, with full support for ten languages including Chinese and several European ones, plus partial coverage for Japanese, Korean, Arabic, and Swedish, so the same entity logic can run across a stack. Teams building language-understanding features get a dependable, self-contained way to extract these common mentions without calling a hosted service.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
flair
A very simple framework for state-of-the-art Natural Language Processing (NLP)
compromise
modest natural-language processing
tokenizers
💥 Fast State-of-the-Art Tokenizers optimized for Research and Production
CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量