You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a simple search engine code in Indonesian using the TFIDF method. This code also uses the cosine similarity method to perform ranking. The dataset used is obtained from the Indonesian Wikipedia article.
About
Developed a simple search engine utilizing the TF-IDF algorithm for efficient information retrieval. The project involves text preprocessing, vectorization using TF-IDF, and ranking documents based on their relevance to the user's query. Designed to demonstrate fundamental concepts in NLP and Information Retrival