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

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

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

3 个仓库

Awesome GitHub RepositoriesLinguistic Pattern Searching

Searching for phrases or patterns based on linguistic tags and proximity rather than literal string matches.

Distinct from Text Search and Replace: Distinct from Text Search and Replace: focuses on discovery based on linguistic context rather than text modification.

Explore 3 awesome GitHub repositories matching data & databases · Linguistic Pattern Searching. Refine with filters or upvote what's useful.

Awesome Linguistic Pattern Searching GitHub Repositories

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

    spencermountain/compromise

    12,125在 GitHub 上查看↗

    Compromise is a natural language processing library and rule-based text parser designed to analyze unstructured text. It functions as a toolkit for identifying parts of speech, linguistic patterns, and semantic meaning, while providing specialized engines for named entity recognition and the parsing of temporal and numeric data. The project is distinguished by its linguistic morphological engine, which can conjugate verbs across different tenses and inflect nouns and adjectives. It further allows for linguistic model customization through a plugin system that enables the extension of lexicons

    Locates specific phrases or patterns using match syntax and filtering based on linguistic proximity.

    JavaScriptnamed-entity-recognitionnlppart-of-speech
    在 GitHub 上查看↗12,125
  • vespa-engine/vespavespa-engine 的头像

    vespa-engine/vespa

    6,961在 GitHub 上查看↗

    Vespa is a distributed search engine, vector database, and machine learning ranking engine. It serves as an AI search platform designed to handle large-scale document indexing and complex query processing across a cluster of nodes, combining keyword retrieval with high-dimensional embedding storage for semantic similarity search. The platform distinguishes itself by integrating machine learning models directly into the search pipeline to perform real-time inference and ranking. It converts these models into ranking expressions to score and order results based on relevance, while providing a s

    Allows integration of custom analysis logic into the text processing pipeline via a service provider interface.

    Java
    在 GitHub 上查看↗6,961
  • jezen/is-thirteenjezen 的头像

    jezen/is-thirteen

    6,183在 GitHub 上查看↗

    is-thirteen 是一个数字验证库和数值相等性检查器,旨在验证给定输入是否等于十三。它充当数据分类工具,可识别跨数值、文本和视觉输入流的这一特定值。 该项目包含一个基于图像的数字分类器,使用深度学习和神经网络分析来识别上传图像中数字十三的视觉表现。 该库涵盖了多种验证方法,包括精确算术相等性、定义容差范围内的近似值匹配、科学计数法解析以及书写形式的语言模式匹配。

    Parses text strings to identify written forms or synonyms of the number thirteen across languages.

    JavaScript
    在 GitHub 上查看↗6,183
  1. Home
  2. Data & Databases
  3. Text Pattern Matching
  4. Linguistic Pattern Searching

探索子标签

  • Linguistic Component ExtensionsInterfaces for adding custom text analysis logic to a linguistic processing pipeline. **Distinct from Linguistic Pattern Searching:** Distinct from Linguistic Pattern Searching: focuses on the extensibility of the processing pipeline rather than the search operation.