RESIN-Editor is an interactive graphical inteface tool for perform error analysis on schema matching tools. The tool is hosted at https://blender-nlp.github.io/RESIN-Editor. Example files can be obtained in the demonstration_files
folder and the demonstration video can found over here.
Before you begin, ensure you have met the following requirements:
You have installed Node.js
and npm
. If not, you can download them from here.
Clone the repository to your local machine. Open your terminal and use the following command:
git clone https://github.com/duynguyen2001/RESIN-EDITOR.git
Navigate to the project directory:
cd RESIN-EDITOR
Install all the necessary dependencies:
npm install
Start the React development server:
npm start
After running the npm start command, the application should automatically open in your default web browser at http://localhost:3000.
If it does not open automatically, you can manually open a browser and enter the URL.
This project is licensed under the terms of the MIT license.
If you want to contact the maintainer of the project, you can reach out at kduyng71@gmail.com.
Thank you for your interest in our project!