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?
- import the whole folder to the eclipse
- put the input file under the project directory
- in the input source file blank type in file name
- press initialize search engine to build index
- when indexing finished, type in keywords sequence
- press search button, you receive the results