skillfed

recognizers-text-choice

recognizers-text-choice README

recognizers-text-choice v1.0.2a2 98.3K downloads/30d#13,091 on PyPI1,793
Permissive license MIT Active released

What it is and what it does

recognizers-text-choice is a Python binding for Microsoft's Recognizers-Text library, specializing in extracting and normalizing structured entities from unstructured text. It focuses on choice/boolean entity recognition as part of the broader Recognizers-Text ecosystem, which powers LUIS, Power Virtual Agents, and Microsoft Bot Framework. The package depends on recognizers-text for core recognition infrastructure, regex for pattern matching, and grapheme for proper handling of complex Unicode characters.

The library is designed for natural language processing pipelines where you need to identify and resolve boolean choices or similar categorical entities in multiple languages. It's particularly useful in conversational AI, chatbot development, and text analytics applications where standardized entity extraction across languages is required. The package remains in alpha status, indicating it may still be evolving, though the underlying Recognizers-Text project is mature and widely deployed in Microsoft services.

Use it for:

  • Extract yes/no or true/false answers from user input in chatbots and conversational agents
  • Normalize boolean choice entities in multilingual text analytics pipelines
  • Preprocess user responses for LUIS or other language understanding services
  • Parse choice-based entities in customer support or survey response automation
  • Build language-agnostic entity extraction for international chatbot applications

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Recognizes and resolves entities like numbers, units, and date/time expressions in text across multiple languages, including full support for Chinese, English, French, Spanish, Portuguese, German, Italian, Turkish, Hindi, and Dutch.

Yes, with conditions. The package has low install friction, permissive licensing, and active maintenance. However, its alpha status and lack of recent releases (latest from November 2019) suggest it may not be actively evolving. Install it if you need multilingual choice entity recognition as part of a Microsoft Recognizers-Text integration; verify that the alpha designation doesn't conflict with your production requirements.

Install

recognizers-text-choice on PyPI

pip

pip install recognizers-text-choice

uv

uv add recognizers-text-choice

poetry

poetry add recognizers-text-choice

Installing recognizers-text-choice

Before you install

Low install friction with a pure-Python wheel. The package is actively maintained with recent commits and has been in active development since its initial release. It depends on recognizers-text, regex, and grapheme—all stable, widely-used libraries.

License in practice

MIT license permits free use, modification, and distribution with minimal restrictions, making it suitable for both open-source and commercial projects.

Quickstart

pip install recognizers-text-choice

from recognizers_text_choice import recognize_choice

result = recognize_choice("yes", "en-us")

Verify before relying

  • Whether the package is production-ready despite alpha classification (Development Status :: 3 - Alpha)
  • Specific performance characteristics or accuracy metrics for entity recognition across supported languages
  • Whether Python 3.6 support (listed in classifiers) is still maintained or if newer versions are required

Package facts

License MIT (permissive)
Python support not specified
Install friction low — pure-Python wheel
Runtime dependencies 3 — recognizers-text, regex, grapheme
Maintenance actively maintained — 2,467 days since the last release
Last repo commit
First released
Downloads 98,336/month — #13,091 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: recognizers_text_choice-1.0.2a2-py3-none-any.whl

Keywords: nlp, nlp-entity-extraction, entity-extraction, parser-library

Development Status :: 3 - AlphaIntended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3.6Topic :: Scientific/Engineering :: Artificial Intelligence

Tags

entity recognition multilingualdate time number extractionnlp entity recognizertext parsing language understandingcurrency unit recognitionnamed entity extraction
entity-extractionmultilingual-nlpconversational-ai

More Artificial Intelligence packages

litellm

LiteLLM provides a unified Python interface to…

permissive · top 100 on PyPI

huggingface-hub

Client library and CLI tool for downloading,…

permissive · top 100 on PyPI

langchain

LangChain provides a framework for building…

permissive · top 1,000 on PyPI

hf-xet

hf-xet provides chunk-based deduplication and…

permissive · top 1,000 on PyPI

tokenizers

Tokenizers converts raw text into token…

permissive · top 1,000 on PyPI

transformers

Transformers provides a unified framework for…

permissive · top 1,000 on PyPI

recognizers-text

Recognizes and extracts entities like numbers,…

permissive · top 15,000 on PyPI

recognizers-text-number

Recognizes and extracts numeric entities…

permissive · top 15,000 on PyPI

recognizers-text-date-time

Recognizes and resolves date and time entities…

permissive · top 15,000 on PyPI

recognizers-text-number-with-unit

Recognizes and extracts numbers with units…

permissive · top 15,000 on PyPI

presidio-analyzer

Detects personally identifiable information…

permissive · top 5,000 on PyPI

quantulum3

Extracts quantities, measurements, and their…

permissive · top 15,000 on PyPI

num2words

Converts numbers to their word representations…

copyleft · top 5,000 on PyPI

number-parser

Converts numbers written in natural language…

permissive · top 15,000 on PyPI

date-spacy

Adds a spaCy pipeline component that identifies…

permissive · top 15,000 on PyPI

ctparse

Parses natural language time expressions (like…

permissive · top 15,000 on PyPI