/SemWeb2NL

Semantic Web related concepts converted to Natural language

Primary LanguageWeb Ontology LanguageGNU General Public License v3.0GPL-3.0

SemWeb2NL

About

Semantic Web related concepts converted to Natural language

Structure

SemWeb2NL currently consists of the following modules:

  1. Triple2NL - Convert triples into natural language
  2. SPARQL2NL - Convert SPARQL queries into natural language
  3. AVATAR - Entity summarization
  4. ASSESS - Automatic Self Assessment

Docker

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