congyuluo/ICS_Search_Engine
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Required libraries: nltk ujson bs4 cython - No need to re-create index, ready for search How to create index: - Unzip DEV in the same directory as main.py - Run start_index.py How to start the search: - Run main.py How to use the search engine: - In the terminal user interface, type in a query, and press enter to search. - '<', '>' to move between pages - '>quit' to quit the program - 10 Results are shown per page - search time is listed after every operation