- Open
File > Open Projects from File System, choose the directory to import the project and press Finish. - Project will be loaded in Eclipse.
- Go to
Window -> Preferences -> Expand Generaland clickWorkspace, text file encoding (near bottom) has an encoding chooser. Select"Other" radio button -> Select UTF-8from the drop down and ClickApply and OKbutton OR simply clickOK. - Go to
Main.javaclass undercom.upb.snowdenpackage, run the file as Java application. - The output
SNLP2020_test_output.ttlfile will be generated insrc/main/resourcesdirectory after refreshing the project.
- Load the project as a Maven Project in Intellij IDE.
- Build project and Run
mainmethod inMain.java. - The output
SNLP2020_test_output.ttlfile will be generated in/resourcesdirectory.
- To enable logs, configure
isLoggingEnabled = trueinmain/java/utils/Logger.java. - To run training data, uncomment the
processTrainData()method inMain.java.
