This repository hosts the code for EntityWeaver, a network graph visualization tool for Named Entities.
Demo available at https://ul-fri-lgm.github.io/EntityWeaver/.
To set up build and host the client application, run:
cd client
npm install
npm run build
cd ..
cd server
npm install
npm start
The server will be hosted at http://localhost:3000.
This work was supported by the Slovenian Research and Innovation Agency research programme Digital Humanities: resources, tools and methods (2022-2027) [grant number P6-0436] and by the project Large Language Models for Digital Humanities (2024-2027) [grant number GC-0002].