Giter Site home page Giter Site logo

shaishavjogani / web-crawler-for-recommendation Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 7.97 MB

Crawl the web pages of JAVA tutorial sites and index them using Apache Lucene. Recommend crawl content based on the user's current reading.

Python 29.31% Java 32.22% HTML 7.38% JavaScript 21.98% CSS 9.12%
crawler java python lucene-indexes recommendation language-processing

web-crawler-for-recommendation's Introduction

Crawler:(Crawler folder)
1> To crawl Java Wikibooks Pages data, run: 
	python crwal.py
2> To crawl Oracle Java Tutorial data, run: 
	python crwalOracle.py
3> For stemming and stop words removal on Wikibooks crawl data
	-> Change the raw_file_path in CleanData.py to 'Documents\\Raw\\'
	-> run: python CleanData.py
4> For stemming and stop words removal on Oracle Java Tutorial data
	-> Change the raw_file_path in CleanData.py to 'Documents\\Oracle\\'
	-> run: python CleanData.py


Indexing with Lucene: (server folder)
1> Open the 'Server' project in eclipse.
2> Import all the necessary jar files from jars folder.
3> Change the path of IndexDataPath, CodeDatePath, RawDataPath and OracleDataPath in SimpleLuceneIndexing.java, which links to the appropriate Documents folder files created in crawler.


Web Application: (WebUI folder)
1> Open the index.html page.
	

web-crawler-for-recommendation's People

Contributors

shaishavjogani 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.