awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesSchema-Driven Mappings

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.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Schema-Driven Mappings. Refine with filters or upvote what's useful.

Awesome Schema-Driven Mappings GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ionicabizau/scrape-itAvatar von IonicaBizau

    IonicaBizau/scrape-it

    4,074Auf GitHub ansehen↗

    scrape-it ist ein Node.js-Web-Scraper und HTML-Parser, der darauf ausgelegt ist, strukturierte Daten von Websites und aus HTML-Dateien zu extrahieren. Es fungiert als Tool zur Web-Datenextraktion, das spezifische Informationen aus DOM-Elementen abruft und Webinhalte in nutzbare Datenfelder konvertiert. Das Tool verwendet CSS-Selektoren, um gezielt Datenpunkte anzusteuern, und nutzt schema-gesteuertes Data-Mapping, um unstrukturierten Web-Text in ein konsistentes Format zu bringen. Es unterstützt benutzerdefinierte Transformationen, um extrahierte Roh-Strings in spezifische Datenformate umzuwandeln. Das System bietet Funktionen für die Web-Datenextraktion und automatisiertes Content-Mapping. Es kann HTML-Inhalte von URLs, rohe HTML-Strings oder aus dem lokalen Dateisystem parsen und lässt sich mit Headless-Browsern integrieren, um Inhalte von dynamischen Webseiten zu verarbeiten.

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

    JavaScripthacktoberfestnode-scraperscraper
    Auf GitHub ansehen↗4,074
  • blizzard/s2client-protoAvatar von Blizzard

    Blizzard/s2client-proto

    3,942Auf GitHub ansehen↗

    s2client-proto bietet eine Reihe strukturierter Datendefinitionen und sprachneutraler Kommunikationsprotokolle, die zum Austausch von Informationen zwischen einem externen Client und der StarCraft II-Engine verwendet werden. Es nutzt Protocol-Buffer-Definitionen, um ein binäres Serialisierungsschema für diesen Datenaustausch zu etablieren. Das Projekt definiert die zugrunde liegende Kommunikationsschicht, die für die Spiel-Engine-Automatisierung, die Analyse des Spielzustands und die Entwicklung von Software-Agenten für kompetitives Gaming erforderlich ist. Das Framework deckt Interface-Definitionssprachen ab, um die Kompatibilität über Programmiersprachen hinweg sicherzustellen, und verwendet schema-gesteuertes Message-Mapping, um Spielzustands-IDs in lesbare Namen zu übersetzen. Es enthält zudem Mechanismen, um abstrakte Fähigkeits-IDs über standardisierte Konfigurationsdateien auf spezifische interne Spielaktionen abzubilden.

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

    Python
    Auf GitHub ansehen↗3,942
  • yuanxiaosc/entity-relation-extractionAvatar von yuanxiaosc

    yuanxiaosc/Entity-Relation-Extraction

    1,231Auf GitHub ansehen↗

    Entity-Relation-Extraction is a machine learning framework designed to identify entities and their logical connections within unstructured text. It functions as a pipeline that transforms raw documents into structured knowledge graphs by utilizing deep learning models and transformer architectures. The project distinguishes itself through a schema-driven approach, which maps extracted information to predefined relational templates to ensure output consistency. It employs a multi-stage process that combines sequence-labeling token classification with contextual encoding to delineate entity bou

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

    Pythonbert-modelcompetition-codeentity-extraction
    Auf GitHub ansehen↗1,231
  1. Home
  2. Artificial Intelligence & ML
  3. Knowledge Retrieval Sources
  4. Codebase Knowledge Sources
  5. Knowledge Graphs
  6. Schema-Driven Mappings

Unter-Tags erkunden

  • Game State Identifier MappingsMappings that translate raw game engine state identifiers into human-readable names. **Distinct from Schema-Driven Mappings:** Distinct from general schema-driven mappings by focusing specifically on translating game-engine identifiers to human-readable strings.