From 9aa213120b559d8ce1f1a8159d04e05bea7a0325 Mon Sep 17 00:00:00 2001 From: hcrypt <95130644+thebigbone@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:45:53 +0530 Subject: [PATCH] add new post under search engine --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b0f802..ff4f73d 100644 --- a/README.md +++ b/README.md @@ -352,6 +352,7 @@ It's a great way to learn. * [**Python**: _Building A Python-Based Search Engine_](https://www.youtube.com/watch?v=cY7pE7vX6MU) [video] * [**Python**: _Making text search learn from feedback_](https://medium.com/filament-ai/making-text-search-learn-from-feedback-4fe210fd87b0) * [**Python**: _Finding Important Words in Text Using TF-IDF_](https://stevenloria.com/tf-idf/) +* [**Python**: _A search engine in 80 lines of Python_](https://www.alexmolas.com/2024/02/05/a-search-engine-in-80-lines.html) #### Build your own `Shell`