Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 894 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 894 Bytes

Recipe Visualisation

CST Part II Project - Recipe visualisation by information extraction

Repository for source code. This project is mainly written in Java.

To install dependencies, run the given script file.

To build run mvn install.

To run the servers two environment variables must be set. The first is the WordNet database location, if you have installed the dependencies this should point to the database folder and be set as WNHOME=database. We also need an environment variable for the Graphviz binary executables, typically this will be GRHOME=/usr/bin for Unix or GRHOME=C:/Program Files (x86)/Graphviz[VERSION]/bin for Windows.

To then run the servers, you need to run the built JAR file with dependencies and app.js in the Website module.

Navigate to localhost to view the user interface.