Skip to content

HTTP-Server to serve files and/or answer search-queries for words or records from a CSV-file. Results are ranked by TF-IDF.

Notifications You must be signed in to change notification settings

zvyn/SearchServer

Repository files navigation

SearchServer

SearchServer provides an HTTP-Service to find Websites/Wikipedia-Articles from a database which are relevant for certain key-words. This is basically an experiment with tf-idf-ranking. And it is a basic file server ;)

TODO: write readme ;) ("./SearchServerMain --help" is quiet verbose)

in short:

  1. git clone ...
  2. make
  3. unzip example/wikipedia-sentences.csv.zip
  4. build the index (may take some seconds) and start serving queries: ./SearchServerMain example/wikipedia-sentences.csv 8080
  5. open http://localhost:8080/
  6. Type a scientific key-word (the example contains wikipedia-articles about some scientists with names early in the alphabet).

About

HTTP-Server to serve files and/or answer search-queries for words or records from a CSV-file. Results are ranked by TF-IDF.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published