A C D E F G H I K M N O P Q R S T U W Y

G

Google - class ws.qe.Google.
This class gets access to Google and gets a given number of URLs as search results for a query.
Google() - Constructor for class ws.qe.Google
 
GuiGeneration - class ws.gui.GuiGeneration.
This class contains the methods for creating basic parts of the main window(e.g. the input-panel and output-panel), and methods for trigerring different dialogs.
GuiGeneration(JFrame) - Constructor for class ws.gui.GuiGeneration
Initializes a GuiGeneration object.
GuiGeneration.DataMouseAdapter - class ws.gui.GuiGeneration.DataMouseAdapter.
This class extends the class MouseAdapter.
GuiGeneration.DataMouseAdapter() - Constructor for class ws.gui.GuiGeneration.DataMouseAdapter
 
GuiGeneration.MyKeyAdapter - class ws.gui.GuiGeneration.MyKeyAdapter.
This class extends the class KeyAdapter.
GuiGeneration.MyKeyAdapter() - Constructor for class ws.gui.GuiGeneration.MyKeyAdapter
 
GuiGeneration.OutputMouseAdapter - class ws.gui.GuiGeneration.OutputMouseAdapter.
This class extends the class MouseAdapter.
GuiGeneration.OutputMouseAdapter() - Constructor for class ws.gui.GuiGeneration.OutputMouseAdapter
 
getDataList(String) - Static method in class ws.qe.Tools
Prints all the stems in the database registered in a file into the "DATABASE"-list of the GUI.
getDataPanel() - Method in class ws.gui.GuiGeneration
Constructs the data-panel, which is composed of "DATABASE"-list, "Show"-button and "Delete"-button.
getDateWebFromStemInfoFile(String) - Static method in class ws.qe.Tools
Gets the date of download and analysis(query expansion) and the number of websites downloaded for a stem.
getDocStem(String, String) - Method in class ws.qe.Tools
This method gets all the tokens(words) in a file stemmed, writes the stems in another file.
getDocStemMatrix_AC() - Method in class ws.qe.MatrixVector
Creates the so-called "document-stem-matrix" based on the algorithm "Association Clustering".
getDocText(String, String) - Method in class ws.qe.Tools
This method extracts text form a given html-file, saves it in a txt-file.
getDocToken(String, String) - Method in class ws.qe.Tools
This method tokenizes a text, and extracts tokens from it, save them in another file.
getInputPanel(JPanel, JPanel) - Method in class ws.gui.GuiGeneration
Constructs the input-panel, which is composed of word-panel and data-panel.
getNum(int) - Method in class ws.qe.Tools
Converts a int number to a string, for instance "3" to "003", "12" to "012".
getOutputPanel() - Method in class ws.gui.GuiGeneration
Constructs the output-panel, which is composed of two output-areas "WordSuggest" and "WordNet", also "Reset"-button and progress bar as well.
getSet(String) - Method in class ws.qe.Tools
This method gets a set of tokens or stems, given a index-directory.
getStem(String) - Static method in class ws.qe.Tools
This method gets a given token/word stemmed.
getStemFile(String, int) - Static method in class ws.qe.Tools
This method prints the top expanded stems and its token-set in the output of the GUI.
getStemStemVector_AC(Hashtable, String) - Method in class ws.qe.MatrixVector
This method calculates one "stem-stem-vector" for a given stemmed query in the normalized "stem-stem-matrix" based on the algorithm "Association Clustering".
getStemTokenTable(ArrayList) - Static method in class ws.qe.Tools
This method converts a given list(a set) of tokens to a hashtable, the keys represent a set of stems, so each key is a stem, its value is a set of tokens for this stem.
getTokensFromStemInfoFile(String) - Static method in class ws.qe.Tools
Gets the token-set for a stem from a file, this file saves the date of query expansion, the number of the downloaded websites, its top expanded stems as well, this token-set is to be showed in the "DATABASE"-list(tip-text) of the GUI.
getTopStemStemVector_MC(String, ArrayList, ArrayList, int[]) - Static method in class ws.qe.MatrixVector
This method calculates only part of the "stem-stem-vector" for a given stemmed query in the normalized "stem-stem-matrix" based on the algorithm "Metric Clustering".
getURLsList(JDialog, String, int) - Static method in class ws.qe.Google
This method is to be called only in "Module I", it gets Google to search for websites according to the given query, saves a given number of URLs as results in a list.
getWnOutput(String) - Static method in class ws.wordnet.WordNet
This method gets the access to WordNet-database, looks up the word(the query delivered by "Word"-inputfield), if found, writes the entries (including sense description, semantic relations, etc.) in the "WordNet"-pane of the GUI.
getWordPanel() - Method in class ws.gui.GuiGeneration
Constructs the word-panel, which is composed of "Top"-box, "Web"-box, "Word"-inputfield, "START"-button and "STOP"-button.
guiGen - Static variable in class ws.gui.WordSuggester
The GuiGeneration object.

A C D E F G H I K M N O P Q R S T U W Y