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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesAddress Normalizations

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.

Explore 2 awesome GitHub repositories matching part of an awesome list · Address Normalizations. Refine with filters or upvote what's useful.

Awesome Address Normalizations 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
  • 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
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Input Validation
  5. Data Normalization
  6. Address Normalizations

探索子标签

  • Abbreviation ExpansionsExpanding shorthand address terms into their full-form equivalents across multiple languages. **Distinct from Address Normalizations:** Focuses specifically on expanding abbreviations within geographic addresses, whereas the parent covers general administrative hierarchy standardization.