Skip to content

Commit cd605e1

Browse files
committed
updated readme
1 parent f26a268 commit cd605e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Search_Engine/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Python Program to search through various documents and return the documents containing the search term.
1+
Python Program to search through various documents and return the documents containing the search term. Algorithm involves using a reverse index to store each word in each document where a document is defined by an index. To get the document that contains a search term, we simply find an intersect of all the words in the search term, and using the resulting indexes, retrieve the document(s) that contain these words
22

3-
To see in action, run
3+
To use directly, run
44

55
```python3 backend.py```
66

0 commit comments

Comments
 (0)