80 likes | 201 Vues
This document outlines a prototype of an Information Retrieval System designed in Java. The system features essential components such as document and GUI classes, an inverted file class, and various HashMap structures for managing documents, queries, results, and stopwords. Additionally, the system includes vector implementations for inverted files, filtering functionalities, and stemming processes. Key experiments demonstrate the system's performance under different conditions, showcasing both the best and worst experimental combinations. This project highlights innovative approaches in information retrieval.
E N D
information retrieval iriS System HendraHadhilChoiri (13508041) ZakiyFirdausAlfikri (13508042) Sandy Socrates (13508044) Danang Tri Massandy (13508051) Akbar Gumbira (13508106)
DeskripsiPrototipe Program Dalam Java • KelasDokumen • Kelas GUI • KelasInvertedFile • KelasIRSystem • HashMap<Integer, Document> Doc • HashMap<Integer, String> Q_test • HashMap<Point,boolean> RJ • HashMap<String, boolean> Stopwords • Vector<InvertedFile> InF • Vector<InvertedFile> InFQuery • HashMap<String, Integer> DF
DeskripsiPrototipe (Lanj) • Kelas Filters • KelasSearchResult • KelasShowInvertedFile • Kelas Stemmer • (dari http://tartarus.org/martin/PorterStemmer/java.txt) • Kelas Utility