Skip to content

WayWingsDev/search-engine

 
 

Repository files navigation

search-engine

Require

  • python 2.7
  • ruby 2.1.1
  • rails 4.1.6
  • nltk
  • postgresql
  1. Enter the search_engine folder and run bundle install
  2. Database migration rake db:migrate
  3. Parse data and insert to database sh run.sh

note: You need to fill up config_samlpe.json and rename to config.json

Data Processing

  • python
  • nltk

Database:

  • postgresql
  • config.json

Web interface

  • Ruby on Rails

See more

https://github.com/chihsuan/search-engine/blob/master/Project_Report.pdf

About

A search-engine for searching documents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 49.1%
  • Python 31.8%
  • HTML 11.7%
  • CSS 5.2%
  • JavaScript 1.3%
  • Shell 0.5%
  • CoffeeScript 0.4%