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
Textual Search Engine is a Java 17 application for indexing and searching text documents. It features two modules: INDEX: builds an inverted index. PROMPT: processes queries with scoring (TFIDF/BM25) and dynamic pruning.