GithubHelp home page GithubHelp logo

repakaramateja / documenthandlingsystem Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 14.41 MB

Implemented a Document Handling System using HashTable | Queue | Trie that supports misspelled word detection and word suggestion, automatic competition of a given prefix, and efficient document retrieval

C++ 70.89% C 29.11%

documenthandlingsystem's Introduction

The Document Handling System is supposed to implement following features:

Spell Check and Word Suggestion: reading a text file, your system is required to pinpoint all the misspelled words in the file. A word is considered to be misspelled if it is not found in the dictionary. You will use the dictionary.txt file for this purpose. You need to think about possible data structures that you can use for a fast look up and which ones will support the implementation of all the requirements of the system. Once you determine that a word is misspelled, you are required to suggest up to 10 words as spelling suggestion for the misspelled word.

Auto-complete: Your system interface should provide a function that returns a set of words that all start with a given prefix. You are going to be using the same data as in feature 1 and this time try to achieve a fast retrieval of the words that have that prefix.

Document Retrieval: Given a set of files and key words, you system will print the names of the files that contain the given keywords in an efficient manner. Your system will also detect any possible misspellings and continue the retrieval process after automatically replacing the misspelled key word with the first one amongst the system’s suggestions from the feature one.

documenthandlingsystem's People

Watchers

James Cloos 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.