Coder Social home page Coder Social logo

autocomplete's Introduction

Autocomplete

Autocomplete till 4 grams for SRM Search Engine.

This module consist of four parts :

  1. Parsing : parsing the given paragraph in sets, where each set consist of four keyword. Here, i am using the data of duck duck go collected using duck_duck_go_hack.py

  2. Indexing : Indexing the data in graph database, i am using Neo4j. graph database is selected to reduce redundancy of words as well as forming relation between words.

    Alternate, you can also use wordnet or word2vec for Autocomplete.

    The database of this module can also be used to in Name entity Recognition as well as in Natural Language Processing to understand the domain of the query asked by the user.

    for example :- Who is Apple CEO. belongs to the technical domain.

  3. Retrieval : Retrieving the words which form the relation with the previous given words. this module also consist of the autocorrect feature which will correct the incomplete last word given by the user, the autocorrect is based on keyboard (typing) errors.

  4. Probability : Probability calculation of the words retrieved from the retrieval.py after doing autocorrect and the words which satify the relationship condition with the previous given words. and arranging them in decreasing order of their probability.

    For three gram and four gram i have used Ordered Dictionary to give the more importance to the words which form a direct relationship with the previous given word.

autocomplete's People

Contributors

codeorbit 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.