You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the code for the paper "SINT-Flow: Schema Integration using Large Language Model Workflows". SINT-Flow is a framework consisting of five LLM-based operators that can be arranged in different sequence to form schema integration workflows. The repository also introduces SINT-Bench, a schema integration benchmark.
Tool written in Python that generates classes from XSD files for multiple programming languages (Java, C#, Python, JSON Schema, PHP, and others). It uses generators such as xjc, XmlSchemaClassGenerator, xsd2jsonschema, and xsdata, making it easier to integrate XML schemas into your projects.