mirror of
https://github.com/codecrafters-io/build-your-own-x.git
synced 2025-04-28 11:25:09 +00:00
Added article on how to create a search engine from scratch in Java
This commit is contained in:
parent
ad94e0e655
commit
cadf2046c0
@ -1,14 +1,14 @@
|
||||
<!--
|
||||
Thanks for your contribution! If you're submitting a tutorial, please ensure it includes a guided path for learners, either through a step-by-step article or by breaking down code into digestible parts that are easy to follow. Please submit only programming tutorials that build something interesting from scratch; no frameworks, libraries, guides for frameworks/libraries or tutorials that glue just other libraries together.
|
||||
-->
|
||||
|
||||
### Main programming language
|
||||
Java
|
||||
<!-- max. 1 -->
|
||||
|
||||
### Tutorial title
|
||||
Build your own Search Engine from Scratch in Java
|
||||
<!-- the original title from the article, repository, ... -->
|
||||
|
||||
### Tutorial URL
|
||||
https://www.0xkishan.com/blogs/build-your-own-search-engine-from-scratch-in-java
|
||||
|
||||
### Category
|
||||
* [ ] 3D Renderer
|
||||
@ -29,7 +29,7 @@ https://www.0xkishan.com/blogs/build-your-own-search-engine-from-scratch-in-java
|
||||
* [ ] Physics Engine
|
||||
* [ ] Programming Language
|
||||
* [ ] Regex Engine
|
||||
* [x] Search Engine
|
||||
* [ ] Search Engine
|
||||
* [ ] Shell
|
||||
* [ ] Template Engine
|
||||
* [ ] Visual Recognition System
|
||||
@ -37,4 +37,3 @@ https://www.0xkishan.com/blogs/build-your-own-search-engine-from-scratch-in-java
|
||||
* [ ] Web Search Engine
|
||||
* [ ] Web Server
|
||||
* [ ] Uncategorized
|
||||
*
|
@ -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/)
|
||||
* [**Java**: _Build your own Search Engine from Scratch in Java_](https://www.0xkishan.com/blogs/build-your-own-search-engine-from-scratch-in-java/)
|
||||
|
||||
#### Build your own `Shell`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user