Service of analytical processing of texts in Ukrainian language
- Install PostgreSQL;
CREATE DATABASE cytrus;
psql cytrus < init_postgre.sql;
psql cytrus < initial_data.sql;
- Install MySQL;
- Run init_my.sql;
- Run initial_data.sql.
- Install Neo4j;
- Install PostgreSQL or MySQL;
- Install Gradle, JDK and Kotlin;
- Choose right example in main.kt;
- Enter your login, password;
./gradlew build
;./gradlew run
.