Semantic Web related concepts converted to Natural language
SemWeb2NL currently consists of the following modules:
- Triple2NL - Convert triples into natural language
- SPARQL2NL - Convert SPARQL queries into natural language
- AVATAR - Entity summarization
- ASSESS - Automatic Self Assessment
If you want to use Docker, build the assess-service.war file. Copy the .war file and the Dockerfile into a new folder and run
sudo docker build -t assess-demo-backend .
to build the image.
To run the image:
sudo docker run -d --restart=always --name assess-demo-backend -p 9902:8080 assess-demo-backend