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

S

saveDataSet(String) - Method in class control.Control
Method for saving a data set.
saveReport(String, String) - Method in class control.Control
Method for saving a report.
searchFrame(String) - Method in class dataloader.HTMLStripper
Method that finds frames in the HTML file.
searchNews(String) - Method in class dataloader.HTMLStripper
The method finds a news in the HTML site.
searchTitle(String) - Method in class dataloader.HTMLStripper
The method finds the title to the HTML site.
SET - Class in external.modified
Implements a Set Enumeration Tree, which is a prefix tree used for storing and retrieving itemset information.
SET() - Constructor for class external.modified.SET
Create a new empty SET.
setCharset(File) - Method in class newsloader.Extractor
 
setCluster(int) - Method in class datamodel.Text
 
setCollocationPerformed(boolean) - Method in class datamodel.DataSet
 
setColumnComparator(Class, Comparator) - Method in class external.TableSorter
 
setDataset(String) - Method in class control.Control
 
setDocIndex(int) - Method in class gui.MainFrame
Method used to specify which document report is shown in gui given by the document index.
setFrequency(int) - Method in class datamodel.Term
Method that sets the frequency.
setInfo(String, String, String) - Method in class gui.panel.SourcePanel
Method used to set the information about the selected data set.
setLanguage(String) - Method in class gui.panel.SourcePanel
Method used to set the language information about the selected data set.
setLogResult(boolean) - Method in class control.Operation
Method for setting wether the result of the operation should be logged.
setName(String) - Method in class gui.panel.SourcePanel
Method used to set the name of the selected data set.
setNofTexts(String) - Method in class gui.panel.SourcePanel
Method used to set the number of texts of the selected data set.
setPartOfSpeechPerformed(boolean) - Method in class datamodel.DataSet
 
setPrintedReport(String) - Method in class gui.panel.DocReportPanel
Method for adding the report to be shown.
setProperties(ArrayList) - Method in class control.Operation
Method for setting the properties used in the operation.
setProperties(ArrayList) - Method in class datapreparation.collocation.Collocation
Method for setting the properties
setProperties(ArrayList) - Method in class datapreparation.concept.Concept
Method for setting the properties.
setProperties(ArrayList) - Method in class datapreparation.filter.Filter
Method for setting the properties of this operation.
setProperties(ArrayList) - Method in class datapreparation.noun.Noun
Method for setting the properties.
setProperties(ArrayList) - Method in class datapreparation.partofspeech.PartOfSpeech
Method for setting the properties.
setProperties(ArrayList) - Method in class datapreparation.stemming.Stemming
Method for setting the properties.
setProperties(ArrayList) - Method in class datapreparation.stopword.Stopword
Methods for setting the properties.
setProperties(ArrayList) - Method in class datapreparation.tokinize.Tokinize
Method for setting the properties.
setProperties(ArrayList) - Method in class datapreparation.weighting.Weighting
Method for setting the properties.
setProperties(ArrayList) - Method in class datapreparation.wordsensedisambiguation.WordSenseDisambiguation
Method for setting the properties
setProperties(ArrayList) - Method in class modelling.fiti.Fiti
Method for setting the properties.
setSlider(int) - Method in class gui.panel.DocPanel
Method for setting the position of the slider.
setSliderIndex(int) - Method in class gui.MainFrame
Method used to update the sliderposition.
setSortingStatus(int, int) - Method in class external.TableSorter
 
setSupport(double) - Method in class modelling.fiti.data.ItemSet
Method for setting the support.
setTableHeader(JTableHeader) - Method in class external.TableSorter
 
setTableModel(TableModel) - Method in class external.TableSorter
 
setTimestamp(int) - Method in class modelling.fiti.data.InterItem
Method for setting the timestamp.
setValue(String) - Method in class control.OperationProperty
Method for settng teh value of the property.
setValueAt(Object, int, int) - Method in class external.TableSorter
 
setValueAt(Object, int, int) - Method in class gui.panel.ProcessModel
Method setting the value of a cell.
setValueAt(Object, int, int) - Method in class modelling.fiti.report.RuleModel
Method for setting the value at given cell.
setWeight(double) - Method in class datamodel.Term
Method for setting the weight of the term.
setWsdPerformed(boolean) - Method in class datamodel.DataSet
 
showGui - Static variable in class control.Globals
 
SimpleFiti - Class in modelling.fiti
The class implementing the FITI algorithm.
SimpleFiti(ArrayList, TermList, double, double, double, double, int, int, boolean) - Constructor for class modelling.fiti.SimpleFiti
Constructor initializing and defining the algorithm.
size() - Method in class modelling.fiti.data.Filt
Method for getting the size of, the number itemsets in, the filt structure
size() - Method in class modelling.fiti.data.FitTable
Method returning the number of entries in the FIT table.
size() - Method in class modelling.fiti.data.ItemSet
Method for getting the number of items.
sort(ArrayList) - Static method in class external.QuickSort
 
SourcePanel - Class in gui.panel
Class that implements the source selection panel.
SourcePanel(Control) - Constructor for class gui.panel.SourcePanel
Constructor creating a new source panel.
StatusHelper - Class in modelling.fiti.helpers
Class implementing a tool for monitoring the memory usage.
StatusHelper() - Constructor for class modelling.fiti.helpers.StatusHelper
Constructor creating a new instance of this class.
stem() - Method in class datapreparation.stemming.EnglishStemmer
Stem the word placed into the Stemmer buffer through calls to add().
stem(String) - Method in class datapreparation.stemming.EnglishStemmer
 
stem(String) - Method in class datapreparation.stemming.NorwegianStemmer
A method that performs stemming on one word
stem(String) - Method in interface datapreparation.stemming.Stemmer
Method for stemming a word.
Stemmer - Interface in datapreparation.stemming
Interface for stemmers of different languages.
Stemming - Class in datapreparation.stemming
Class implementing the stemming operation.
Stemming() - Constructor for class datapreparation.stemming.Stemming
 
stemWordsInText(Text) - Method in class datapreparation.stemming.Stemming
Method for stemming all terms in a specific text.
Stopword - Class in datapreparation.stopword
Class implementing the stopword removal operation.
Stopword() - Constructor for class datapreparation.stopword.Stopword
 
Stopwords - Interface in datapreparation.stopword
Interface for operations implementing removal of stopwords.
storeDataSet(String, DataSet) - Static method in class dataloader.FileHandler
A method that stores the data set.
storeReport(String, String) - Static method in class dataloader.FileHandler
A method that stores the report.
stringCat(String, String) - Method in class datapreparation.stopword.EnglishStopwords
A method that concatenates two strings.
stringCat(String, String) - Method in class datapreparation.stopword.NorwegianStopwords
A method that concatenates two strings.
strip(String) - Method in class dataloader.HTMLStripper
The method removes most HTML tags and spaces.
stripSpecialChar(String) - Method in class dataloader.HTMLStripper
The method removes special characters that might occur in HTML.
stripWhiteSpace(String) - Method in class dataloader.HTMLStripper
The method removes all whiteSpaces that are superfluous.

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