vaishnavm217 / ngramkeys

Suggestions and predictions using N-Grams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IR Project

Text Suggestion and Correction

This repository contains the code for IR Course project for 2018 Fall.

Installation

  1. The program requires python to run
  2. Install required libraries by
pip install -r requirements.txt
  1. Put the required files to be indexed in the Files folder
  2. Run the initial indexing and server using
./manage.py makemigrations app
./manage.py migrate
./manage.py runserver
  1. To reindex, delete the files in the indexes

Advanced

  • In setting.py, you can put custom settings to WHOOSH_ variables to change path, index names and schema

Contributor

SeniorOnly

  1. Sunil Kumar B S20150010006
  2. Shyam Sunder S20150010037
  3. Vaishnav Murali S20150010054

About

Suggestions and predictions using N-Grams


Languages

Language:Python 66.5%Language:HTML 33.5%