awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesData Normalization

Standardizes raw input formats into a consistent internal representation.

Distinct from Input Validation: Distinct from Input Validation: focuses on the process of cleaning and standardizing data rather than simply verifying correctness.

Explore 4 awesome GitHub repositories matching part of an awesome list · Data Normalization. Refine with filters or upvote what's useful.

Awesome Data Normalization GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • modood/administrative-divisions-of-chinamodood 的头像

    modood/Administrative-divisions-of-China

    20,829在 GitHub 上查看↗

    This project provides a structured dataset of the administrative divisions of China, covering five levels from provinces down to villages. It delivers this geographical information in a standardized JSON format designed for data exchange and integration. The dataset is organized as a hierarchical source specifically for building cascading address selectors and region pickers. It uses linked data to enable sequential filtering from higher-level provinces down to village-level boundaries. The project covers geographic data management and regional data normalization. It provides the necessary m

    Standardizes regional inputs using a consistent hierarchy of provinces, cities, districts, towns, and villages.

    JavaScriptaddressadministrative-divisionsarea
    在 GitHub 上查看↗20,829
  • open-circle/valibotopen-circle 的头像

    open-circle/valibot

    8,769在 GitHub 上查看↗

    Valibot is a modular, type-safe schema library for validating and parsing structural data in TypeScript environments.

    Transforms raw input into a standardized format during the validation process.

    TypeScriptbundle-sizemodularparsing
    在 GitHub 上查看↗8,769
  • openvenues/libpostalopenvenues 的头像

    openvenues/libpostal

    4,819在 GitHub 上查看↗

    Libpostal 是一个专为国际地址解析和标准化设计的 C 库。它利用统计自然语言处理(NLP)和语言分类器,将非结构化的全球地址字符串分解为结构化组件,并通过扩展缩写和解决跨语言的区域命名差异来标准化街道地址。 该项目提供文本转写工具,将各种脚本转换为标准化的拉丁-ASCII 或 NFD 形式。它还包括地址去重功能,使用对称模糊匹配来识别不同的地址记录是否指向同一个物理位置。 该库涵盖了更广泛的文本处理需求,例如 UTF-8 标准化,以及将书写数字和罗马数字转换为标准数字表示。它允许通过外部配置文件扩展地址识别功能,以添加新的语言和同义词。

    Provides multi-language expansion of shorthand address terms into their full-form equivalents.

    C
    在 GitHub 上查看↗4,819
  • dathere/qsvdathere 的头像

    dathere/qsv

    3,687在 GitHub 上查看↗

    qsv is a high-performance command line toolkit for querying, transforming, and analyzing comma-separated value files. It functions as a data wrangling interface and a tabular data profiler, featuring a query engine capable of executing SQL statements and joins directly on flat files without requiring a database. The project is distinguished by its ability to process massive datasets that exceed available system memory. This is achieved through disk-based external memory processing, including multithreaded merge sorting, on-disk hash tables for deduplication, and lightweight file indexing for

    Reads data with specific quoting or transcoding rules to standardize input for processing.

    Rustaickancsv
    在 GitHub 上查看↗3,687
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Input Validation
  5. Data Normalization

探索子标签

  • Address Normalizations1 个子标签Standardizing varying address inputs into a consistent administrative hierarchy. **Distinct from Data Normalization:** Focuses on geographic hierarchy normalization rather than general raw data cleaning or email formats.