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

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

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

3 个仓库

Awesome GitHub RepositoriesKnowledge Graphs

Representations of codebase structure as interconnected nodes for deep architectural reasoning.

Distinct from Codebase Knowledge Sources: Distinct from general codebase knowledge sources by specifically implementing a knowledge graph for impact analysis.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Knowledge Graphs. Refine with filters or upvote what's useful.

Awesome Knowledge Graphs GitHub Repositories

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

    IonicaBizau/scrape-it

    4,074在 GitHub 上查看↗

    scrape-it 是一个 Node.js 网络爬虫和 HTML 解析器,旨在从网站和 HTML 文件中提取结构化数据。它作为一个网络数据提取工具,从 DOM 元素中检索特定信息,并将 Web 内容转换为可用的数据字段。 该工具使用 CSS 选择器定位特定数据点,并采用基于模式的数据映射将非结构化 Web 文本组织成一致的格式。它支持自定义值转换,将原始提取的字符串转换为特定的数据格式。 该系统提供了网络数据提取和自动化内容映射的功能。它可以解析来自 URL、原始 HTML 字符串或本地文件系统存储的 HTML 内容,并与无头浏览器集成以处理来自动态网页的内容。

    Maps CSS selectors to predefined output fields to ensure structured and consistent data extraction.

    JavaScripthacktoberfestnode-scraperscraper
    在 GitHub 上查看↗4,074
  • blizzard/s2client-protoBlizzard 的头像

    Blizzard/s2client-proto

    3,942在 GitHub 上查看↗

    s2client-proto 提供了一套结构化数据定义和语言无关的通信协议,用于在外部客户端与《星际争霸 II》引擎之间交换信息。它利用 Protocol Buffer 定义为这些数据交换建立二进制序列化模式。 该项目定义了游戏引擎自动化、游戏状态分析以及开发竞技游戏软件智能体所需的底层通信层。 该框架涵盖了接口定义语言以确保跨编程语言的兼容性,并采用模式驱动的消息映射将游戏状态标识符转换为可读名称。它还包括通过标准化配置文件将抽象能力标识符映射到特定内部游戏动作的机制。

    Translates raw game state identifiers into human-readable names using predefined mapping files.

    Python
    在 GitHub 上查看↗3,942
  • yuanxiaosc/entity-relation-extractionyuanxiaosc 的头像

    yuanxiaosc/Entity-Relation-Extraction

    1,231在 GitHub 上查看↗

    Entity-Relation-Extraction 是一个机器学习框架,旨在识别非结构化文本中的实体及其逻辑连接。它作为一个管道,通过利用深度学习模型和 Transformer 架构,将原始文档转换为结构化知识图谱。 该项目通过模式驱动的方法脱颖而出,将提取的信息映射到预定义的关联模板,以确保输出的一致性。它采用多阶段处理流程,结合序列标注令牌分类与上下文编码,以界定实体边界并对它们之间的关系进行分类。 该工具包提供了用于微调预训练语言模型和通过计算图编排数据的组件。它包括用于根据基准数据集评估模型性能的实用程序,以验证提取过程的准确性。

    Structures extracted data according to predefined relational templates to ensure output conforms to specific domain requirements.

    Pythonbert-modelcompetition-codeentity-extraction
    在 GitHub 上查看↗1,231
  1. Home
  2. Artificial Intelligence & ML
  3. Knowledge Retrieval Sources
  4. Codebase Knowledge Sources
  5. Knowledge Graphs

探索子标签

  • Schema-Driven Mappings1 个子标签Mechanisms for mapping extracted information to predefined relational templates to ensure output consistency. **Distinct from Knowledge Graphs:** Distinct from Knowledge Graphs: focuses on the template-based mapping process rather than the graph structure itself.