GithubHelp home page GithubHelp logo

simple-web-crawler's Introduction

Author:
@YeyangGu 14333845
@JustinLock 71327880

I. File list
------------
indexBuilder.py     Search Engine Index Builder Implementation
searchDriver.py     Search Engine Search Function Implementation
indexReader.py      A simple file to quickly open index stored in index.pickle
index.pickle        Pickle file containing index
bookkeeping.json        URL/file map that comes with WEBPAGES_RAW
Outputs                 This folder contain sample outputs
README                  This file



In order to run the program successfully, make sure WEBPAGES_RAW is in the main directory.



II. Design
----------
A. Program design

1. Style
The code covers building an index and a basic retrieval component. By basic retrieval component; we mean that at this point you just need to be able to query your index for links (The query can be as simple as single word at this point).
These links do not need to be accurate/ranked. We will cover ranking in the next milestone.

2. Purpose
The purpose of this program is to be able to return results for single-word queries such as "Informatics", "Mondego", and "Irvine".

simple-web-crawler's People

Contributors

yeonkoocn avatar

Watchers

 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.