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
Developed a small search engine by crawling the web using Java and Jsoup API and ranked the pages using BM25 Ranking algorithm.
Also, tested retrieval effectiveness by comparing results derived from the Lucene API.