13 packages tagged with “normalizer”
Includes functionality for address normalization in the FIAS system. Part of the Universe.Framework / Содержит функционал нормализации адресов в системе FIAS. Входит в состав Universe.Framework Key features: - Normalizes addresses (standardizes them according to FIAS rules). - Integrates with Universe.Framework (likely a parent/base framework providing shared utilities). - Extends functionality (adds FIAS-specific features on top of the framework). About normalization. Normalization involves: - Converting address parts (cities, streets) into a standardized format. - Validating against FIAS database entries. - Handling abbreviations (e.g., "ул." → "улица").
Accepts and parses strings in the format of an RFC 2253 Distinguished Name, and optionally normalizes them for direct comparison of equivalency. This project is a .NET Standard 1.3 solution to parse LDAP (or X.509) Distinguished Names and optionally normalize them so that two (or more) Distinguished Names can be compared to one another for equivalency. Closely follows [RFC 2253](https://www.ietf.org/rfc/rfc2253.txt) for parsing. Parses both LDAPv2 and LDAPv3, but normalizes output for LDAPv3. Instructions for Use 1. Supply a Distinguished Name to be parsed to the `DistinguishedName.Create(string distinguishedName)` method 2. Call the `Normalized()` method on the returned object to normalize the internal structures to be strictly compliant to RFC 2253 3. Do the same two calls for another Distinguished Name 4. To compare the two Distinguished Names for equivalency, compare the `DistinguishedName` objects' `ToString()` results to one another
Sluggy is a configuration based class library designed to create friendly URL's. With crazy support out of the box, but fully configurable.
SluggyUnidecode is a powerful slugifier designed to create friendly URL's. Simple and powerful. Extends the Sluggy package by using the Unidecode.Net library for normalization.
C# library to facilitate address normalization in accordance with Project US@, the "Unified Specification for Addresses in Health Care"
A performant utility method for converting user-entered phone numbers into strict E.164 format, supporting US and international dialing conventions with minimal allocations.
A fast and allocation-efficient normalizer that converts raw input into a valid EIN format (XX-XXXXXXX), validating exactly 9 digits and ignoring non-numeric characters.
Base class for safe and consistent data normalization, providing common handling like null checks and exception suppression. Intended for use by all concrete normalizer implementations.
JSON data representation has some limitations that in some cases might make it difficult to compare JSON documents. For once, the order of the properties in the JSON document is not guaranteed. In addition to that, since the only collection representation of JSON is an array, you might be using it to represent a set of objects which is order agnostic. By Normalizing JSON objects, you can overcome these limitations and compare JSON documents in a more robust way. With the correct Normalization settings, you can even compare the string representation of the JSON documents for equality (Just for the fun of it ofc🤓).
c# library for TextNormalizer.
BrazilCitiesFilter is a lightweight and fast library for searching and correcting Brazilian city names based on a preprocessed binary dictionary with normalized names.
Provides simple text normalization: removes diacritics, trims, and converts to uppercase invariant. Fornece normalização simples de textos: remove acentuação, espaços extras e converte para maiúsculas invariantes.
Unicode text sanitizer for .NET: NBSP normalizer, zero-width removal, smart-quote normalization, emoji removal and more.