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

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

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

1 个仓库

Awesome GitHub RepositoriesDictionary-Based Text Processors

Utilities that use keyword dictionaries to perform extraction or modification of content within strings.

Distinct from Dictionary Management Utilities: Different from compression or data manipulation utilities; this is specifically for text content processing

Explore 1 awesome GitHub repository matching data & databases · Dictionary-Based Text Processors. Refine with filters or upvote what's useful.

Awesome Dictionary-Based Text Processors GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • vi3k6i5/flashtextvi3k6i5 的头像

    vi3k6i5/flashtext

    5,715在 GitHub 上查看↗

    FlashText 是一个基于字典的文本处理器和关键词提取库,专为高性能字符串搜索和程序化内容替换而设计。它提供专门的实用程序,用于从文本中识别和检索预定义术语,或在海量数据中将特定术语替换为其他字符串。 该项目利用 Aho-Corasick 字符串搜索实现来支持多模式匹配。这种方法允许进行单遍文本扫描和线性时间复杂度搜索,确保处理时间取决于输入文本的长度,而不是关键词字典的大小。 该库涵盖了用于维护目标术语列表的关键词字典管理,并提供了自动化文本替换和关键词提取的工作流。这些功能允许在海量数据集中系统地修改和检索预定义术语。

    Provides a high-performance utility for managing keyword dictionaries to programmatically extract or modify string content.

    Python
    在 GitHub 上查看↗5,715
  1. Home
  2. Data & Databases
  3. Dictionary-Based Text Processors