Skip to content

tedye/EC504_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EC504_project

EC504 course project - twitter keywords search

-What is this?

This is a simple twitter keyword search engine. It takes a input file composed of lines of twitters (at most140 ascii symbols each line). Then it creates an inverted index for each term. After index established, you can type in a sequence of keywords that you want to search separated by white space. The system will return a list of top 10ranked twitters contains at least one of the keywords.

-How to use?

  1. import the whole folder to the eclipse
  2. put the input file under the project directory
  3. in the input source file blank type in file name
  4. press initialize search engine to build index
  5. when indexing finished, type in keywords sequence
  6. press search button, you receive the results

About

EC504 course project - twitter keywords search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages