DataBase Used: Oracle 11g XE
Front End Application Written in: Java (JavaFX GUI Application)
- Each query has it's own package where it is processed in the main method
- Every package has it's own stand-alone interface for the respective query(s)
- Sentiment Analsys is applied for feedback to sort different types of feedback
- Run the sql files to create the Databases in Oracle 11g XE.
- Add the external JAR files to build path
- Run the applications from the Main methods in the Eclipse IDE
The lib folder will have the external JAR dependencies except the corenlp-model-3.8.0 JAR file (as it is a large file). The download link: CoreNLP