Added memory based search engine written in Go

This commit is contained in:
Mustafa Gördesli 2025-08-17 22:44:05 +03:00 committed by GitHub
parent 9d625daa96
commit 337133bfe0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -351,6 +351,7 @@ It's a great way to learn.
* [**Python**: _Building A Python-Based Search Engine_](https://www.youtube.com/watch?v=cY7pE7vX6MU) [video] * [**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**: _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**: _Finding Important Words in Text Using TF-IDF_](https://stevenloria.com/tf-idf/)
* [**Go**: _A memory based search engine_](https://github.com/mg52/search)
#### Build your own `Shell` #### Build your own `Shell`