Skip to content

This repository contains the source code and solr configurations required to compile and run the Information Retrieval System we created.

Notifications You must be signed in to change notification settings

RahulG1309/Russia-Ukraine_Tweet_Search_Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CZ4034-Group 13

Purpose

Aim of the project is to build an information retrieval system with the addition of sentiment analysis derived from machine learning. In particular, we require to crawl a text corpus based on a topic of our interest, build a search engine around the data we have crawled, then finally perform sentiment analysis on each of the data in the data, in hopes to give more insights for the user.

Project setup

  • Direct to the solr-8.11.1 folder and start the Solr server

  • cd solr-8.11.1/./bin/solr start

  • The existing tweet data has already been indexed in Solr. Else you may refer to the link on how to index the documents (TweetsWithPolarity.csv) in Solr.

  • Ensure that the solr core is named 'tweets', else the UI will fetch from a non-existent url.

  • Open CZ4034-UI/index.html in your browser, after starting solr.

About

This repository contains the source code and solr configurations required to compile and run the Information Retrieval System we created.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published