Git Product home page Git Product logo

zsearch-metasearch's Introduction

Z-Search

Z-Search is a PHP metasearch engine application which uses Google, Bing, and Ask search engines as the underlying datasource.

Z-Search takes users query and returns a list of documents intended to satisfy their information needs. It is of the metasearch class, which means that it uses other underlying search engines and creates a list of the best results from all of them. The idea is that the results returned would be better than any single search engine on its own.

From Wikipedia: A metasearch engine (or aggregator) is a search tool that uses another search engine's data to produce their own results from the Internet. Metasearch engines take input from a user and simultaneously send out queries to third party search engines for results. Sufficient data is gathered, formatted by their ranks and presented to the users.

General Features:

Search Features:

  • Aggregated: Results merged and displayed into a single, and optimised list.
  • Non-Aggregated: Results are returned and displayed from each search engine individually.
  • Clustered: Results merged into one list with categories which depends on the selected clustering type.

Stemming Algorithms:

  • Porter Algorithm: The Porter stemming algorithm is a process for removing the commoner morphological and inflexional endings from words in English. Its main use is as part of a term normalisation process that is usually done when setting up Information Retrieval systems.
  • Porter2: An improvement of Porter stemmer made by Snowball.

Clustering Types:

  • Term frequency: It is intended to reflect how important a word is to a document in a collection or corpus. It calculates number of times a word appears in the document, but is often offset by the frequency of the word in the corpus, which helps to adjust for the fact that some words appear more frequently in general.
  • Binaclustering: A fixed number of unique categories are created and documents will only appear in one cluster.

Usage:

  1. Clone or download this repository to your machine.
  2. Move project files to your local web server environment e.g. WampServer. This article explains how to use WampServer for local development.
  3. Import database_setup.sql file in your MySQL administration tool e.g. phpMyAdmin. This article explains how to import MySQL database using phpMyAdmin

Built with:

  • PHP: PHP is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
  • MySQL: MySQL is an open source relational database management system (RDBMS) based on Structured Query Language (SQL).
  • Bootstrap 2: Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.
  • JQuery: jQuery is a fast, small, and feature-rich JavaScript library.
  • Google CSE API: Custom Search API helps users develop websites to retrieve and display search results from Google Custom Search programmatically. With this API, users can use RESTful requests to get either web search or image search results in JSON or Atom format.
  • Bing Web Search API: The Web Search API provides a similar experience to Bing search by returning search results that Bing determines are relevant to the specified user's query. The results include webpages and may include images, videos, and more.

License:

This software is licensed under the Modified BSD License.

zsearch-metasearch's People

Contributors

mohllal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

ibnetahir bantya

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.