====================== Prequisites: - JRE 1.8+ Environment Required Runing SemAligner tool: 1. Extract the SemAligner_v1_0.zip to a folder e.g. C:\SemAligner 2. open console (run as an user with administrative privileges in case of access issues) and cd C:\SemAligner 3. modify configuration file as desired. Sample configuration file for windows (app.window.properties) and unix (app.unix.properties) environment are included in the zip file. The configuration settings are well-documented enough for usage. Make changes in the configurations as needed. The output of the SemAligner run is saved in the file path value specified for app.out.file property in the configuration file. 4. java -jar SemAligner.jar Running example demo: In windows environment: java -jar SemAligner.jar app.window.properties In unix-like environment: java -jar SemAligner.jar app.unix.properties Notes: - use path separator "/" in Unix and "\\" in Windows environment while specifying path values in the configuration properties file - samples of lookup resources for extending synonyms, hypernyms, antonyms included inside lookups folder - sample of user-defined word vector model included in lookups\models folder - In unix, only open nlp chucker (eo_nlp) mode is supported.