Programm builds simple inverted index of .txt files in multi-thread mode
Install JDK 8 or or newer version
Clone repository
Set THREADS_NUMBER in the Demo.java class
Go to the src/main/java/ua/kpi/iasa and compile java classes using:
javac ClassName.javaLaunch Demo class using:
java Demo.javaPrescribe the absolute path to directories with .txt files in the Utils file