Repository for the course Semantic Web Technologies in the 4th semester of my bachelors degree.
To execute:
cd homework_1
npm install
node index.js
folder homework_2 must contain a "/resources/" folder containing text files. Example Files
cd homework_2
npm install
node index.js
Solr has to run in a virtual machine on localhost:8983.
A Simple Wiki dump hast to be in the same folder as the index.js, called "simplewiki.json"
cd solr_wiki
npm install
npm start