Giter Club home page Giter Club logo

dd2476-search-engines-and-information-retrieval-systems's Introduction

DD2476-Search-Engines-and-Information-Retrieval-Systems

Implementation of a SpellChecker using the Levenshtein distance, for integration to the course's java skeleton. If the user's query to the search engine doens't exist in the index, the SpellChecker replaces the query with another that has the minimum editing distance with the original and exists in the index.

Instructions to compile and run in Linux

Unfortunately, since this skeleton is used by the course, this repository does not contain the solution. However, in case someone has completed the course, he/she is welcome to clone this repository and substitute the files ir/HashedIndex.java, ir/PostingsEntry.java, ir/PostingsList.java and ir/Query.java with the completed ones and give it a try! The scripts for compiling and running the search engine (compile_all.sh, run_search_engine.sh) in Linux, have been edited to integrate the Spellchecker. For use in Windows, edit the compile_all.bat and run_search_engine.bat accordingly.

  1. Unzip the daviswiki.zip file in the current directory
  2. ./compile_all.sh
  3. ./run_search_engine.sh
  4. Try out a query!

BUGS

Feel free to report any bugs that you may discover!

dd2476-search-engines-and-information-retrieval-systems's People

Contributors

alexkrontiris avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.