------------------------------------------------------
Welcome to SVH181 search engine
[1] :search [2] :index [3] :index a file [4] :index a path [0] :exit
[5] :load index [6] :save index
>>
>>1
-------search----------
elon musk
-----result------
search for elon musk
./dataset/Elon_Musk.txt
./dataset/Tesla__Inc.txt
./dataset/corpus/45567.txt
./dataset/corpus/63590.txt
./dataset/corpus/48489.txt
--Search time : 0 h 0 min 0 sec
you will need :
- C++ complier >= c++17
- openMP library
git colne https://github.com/ghaithsassi/SHV181.git
cd SHV181
to install run
install.bat
to run
f.exe
to install on linux:
./install.sh
g++ -c word.cpp
g++ -c stream.cpp
g++ -c file.cpp
g++ -c index.cpp
g++ -c ranking.cpp
g++ -c engine.cpp -fopenmp
g++ -c main.cpp -fopenmp
g++ word.o stream.o file.o index.o ranking.o engine.o main.o -fopenmp -o f
- Add files to be indexed in dataset folder
- Before start seaching make sure that you indexed the files and loaded the index
- The index is saved under index folder
SHV181 is developed by hmayma and ghaithsassi as part of class project
GNU General Public License v3.0 or later See LICENSE to see the full text
