Giter Site home page Giter Site logo

py-search's Introduction

layout category tags
post
work
python language

{% JB/Setup %}

###HOW TO py-search### implemented by python to create an integrated search engine module, including crawler, indexing&search, web interface.

Main Three Modular

  • index-creator from database.
  • search modular with Whoosh
  • web interface GUI with web.py template.
  • kylin desktop search application. **Here, we supply the query results sorted function **

Source Directory

.
|-- **indexer_from_db.py**: creating index from database.
|-- **searcher.py**: main search api.
|-- web/
|-- |--code.py: python servlet for web.py
|-- templates/
|-- |--index.html: web interface for user query input.
|-- gui/
|-- |--kylin-desktop.py: main desktop application.
|-- |data-index/: index data files.
|-- README.md
|-- README.txt: same as above.
|-- kylin-desktop.py: same as web directory
|-- web-gui.py: same as code.py

Congiure & Install

    1. mysql-connector-python-1.0.9-py2.7.msi install
    1. install setuputils through ez_setup.py, and then add Script subdirectory in python install to env variables.
    1. install Whoosh 2.4.1 with the easy_install.exe tools
    1. install web.py with easy_install for web front end display.
    1. install xlwt package for write results to excel.

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.