A B C D E F G H I L M N O P R S T U V W

A

ActionControl - Class in tp.controllers
Abstract class to process events by the application controller.
ActionControl() - Constructor for class tp.controllers.ActionControl
 
actionPerformed(ActionEvent) - Method in class tp.controllers.ActionControl
A method, which is called, if some event happens
addDocument(DocRepresentTable) - Method in class tp.model.DocsRepresentDB
Adds a new document representation.
addDocument(Document) - Method in class tp.model.DocumentsDatabase
Adds a document to the database.
addFeature(String, Integer) - Method in class tp.model.DocRepresentTable
Method inserts directly features and their frequencies
addFeature(String) - Method in class tp.model.DocRepresentTable
Method inserts directly features to a binary representation
addFiles(File[]) - Method in class tp.model.LinkToFiles
Method initializes vecotr of files a stores them
addPropertyChangeListener(PropertyChangeListener) - Method in interface tp.builder.BuilderInterface
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface tp.loader.LoaderInterface
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface tp.store.StoreInterface
 

B

BuilderInterface - Interface in tp.builder
Interface for all representation builders
BuilderNGram - Class in tp.builder
Class, which makes representation of text data by N-grams.
BuilderNGram(DocsRepresentDB.RepresentationModel, DocsRepresentDB.Preprocessing) - Constructor for class tp.builder.BuilderNGram
Constructor of the class
BuilderStatistics - Class in tp.builder
Class for building the statistics about the whole dataset of text documents
BuilderStatistics() - Constructor for class tp.builder.BuilderStatistics
Constructor of the class
BuilderVector - Class in tp.builder
A class, which builds the weight vectors for features representing the text documents (for TF or TF-IDF representation)
BuilderVector() - Constructor for class tp.builder.BuilderVector
Constructor of the class
BuilderWord - Class in tp.builder
Class, which makes representation of text data by words.
BuilderWord(DocsRepresentDB.RepresentationModel, DocsRepresentDB.Preprocessing) - Constructor for class tp.builder.BuilderWord
Constructor of the class
buildRepresentation(DocumentsDatabase) - Method in interface tp.builder.BuilderInterface
 
buildRepresentation(DocumentsDatabase, int) - Method in interface tp.builder.BuilderInterface
 
buildRepresentation(DocumentsDatabase, int) - Method in class tp.builder.BuilderNGram
Gets text documents from a database and creates their N-gram representation.
buildRepresentation(DocumentsDatabase) - Method in class tp.builder.BuilderNGram
Creation of word representation (if the user didn't set a depth parameter....)
buildRepresentation(DocumentsDatabase) - Method in class tp.builder.BuilderWord
Gets text documents from a database and creates their word representation.
buildRepresentation(DocumentsDatabase, int) - Method in class tp.builder.BuilderWord
Mthod creates a representation, if the depth is equal to "1" - because this class creates word representation (higher depth is possible only for N-gram representation).

C

calculateStatistics(DocsRepresentDB) - Method in class tp.builder.BuilderStatistics
The method scans all features of all documents and counts the overall statistics
calculateTF(DocsRepresentDB) - Method in class tp.builder.BuilderVector
Scans all features of all documents and counts their TF values
calculateTFIDF(DocsRepresentDB) - Method in class tp.builder.BuilderVector
Scans all features of all documents and counts their TF-IDF values
changeFeature(String) - Method in class tp.controllers.SettingsControl
The method is executed after change of a chosen feature for document representation.
changeFeature() - Method in class tp.view.TabSettingsView
Changes the representation feature of a document to n-gram.
changeFileFormat() - Method in class tp.controllers.SaveControl
Method used to change actual setting of file format.
changeModel(String) - Method in class tp.controllers.SettingsControl
The method is executed after change of a chosen model for document representation.
changeSeparator(String) - Method in class tp.controllers.SaveControl
Method used to change the separator of values in CSV files.
cleanContentFile(String) - Method in class tp.loader.DataCleaner
Method removes some special symbols, which occur in contents of Reuters documents.
cleanPlainText(String) - Method in class tp.loader.DataCleaner
Method removes some special symbols, which occur in plain text documents.
cleanSGMLReuters(String) - Method in class tp.loader.DataCleaner
Method removes some special symbols, which occur in Reuters dataset.
cleanTopic(String) - Method in class tp.loader.DataCleaner
Method removes some special symbols, which occur in topic of Reuters documents.
clearBtnClick() - Method in class tp.controllers.LoaderControl
After click on "Clear" button, all fine names are deleted from the list.
clearFileList() - Method in class tp.view.TabLoaderView
Clears the list of files.
COMMA - Static variable in class tp.controllers.SaveControl
 
compareTo(Object) - Method in class tp.model.DocsRepresentDB.FeatureDF
Comparing two FeatureDF objects
createImageIcon(String) - Method in class tp.model.ResourcesModel
Returns an image icon from given file.
CSV - Static variable in class tp.controllers.SaveControl
 
csvSeparatorName - Static variable in class tp.controllers.SaveControl
 

D

DataCleaner - Class in tp.loader
Class for cleaning of loaded text data.
DataCleaner() - Constructor for class tp.loader.DataCleaner
 
deleteBtnClick() - Method in class tp.controllers.LoaderControl
After click on "Delete" button, a method deletes chosen files from the list.
DocRepresentTable - Class in tp.model
Represents a table of one document representation.
DocRepresentTable() - Constructor for class tp.model.DocRepresentTable
Constructor of the class.
DocsRepresentDB - Class in tp.model
Class representing all documents represented by the DocRepresentTable class.
DocsRepresentDB(DocsRepresentDB.RepresentationModel, DocsRepresentDB.RepresentationFeature, DocsRepresentDB.Preprocessing) - Constructor for class tp.model.DocsRepresentDB
Class construtor.
DocsRepresentDB.FeatureDF - Class in tp.model
Class to store frequencies of features in documents.
DocsRepresentDB.FeatureDF(String, int) - Constructor for class tp.model.DocsRepresentDB.FeatureDF
Class construtor.
DocsRepresentDB.Preprocessing - Enum in tp.model
 
DocsRepresentDB.RepresentationFeature - Enum in tp.model
 
DocsRepresentDB.RepresentationModel - Enum in tp.model
 
Document - Class in tp.model
Class, which is representing content of one document.
Document(String, String) - Constructor for class tp.model.Document
Constructor of the class.
document_frequent - Variable in class tp.model.DocsRepresentDB.FeatureDF
 
DocumentsDatabase - Class in tp.model
This class serves as a transactional database of textual documents.
DocumentsDatabase() - Constructor for class tp.model.DocumentsDatabase
Constructor of the class.
doInBackground() - Method in class tp.builder.BuilderNGram
 
doInBackground() - Method in class tp.builder.BuilderStatistics
 
doInBackground() - Method in class tp.builder.BuilderVector
 
doInBackground() - Method in class tp.builder.BuilderWord
 
doInBackground() - Method in class tp.loader.LoaderPlainText
 
doInBackground() - Method in class tp.loader.LoaderReuters
 
doInBackground() - Method in class tp.store.StoreCSV
 

E

endBtnClick() - Method in class tp.controllers.SaveControl
After click on "Quit" button, application is halted.
event - Variable in class tp.controllers.ActionControl
 

F

feature - Variable in class tp.model.DocsRepresentDB.FeatureDF
 
FeatureBinary - Class in tp.model
Class representing a feature and its frequency in binary model.
FeatureBinary(String) - Constructor for class tp.model.FeatureBinary
Constructor of the class
FeatureFrequency - Class in tp.model
Class representing a feature and its frequency in TF or TFIDF model.
FeatureFrequency(String, int) - Constructor for class tp.model.FeatureFrequency
Constructor of the class
FeatureInterface - Interface in tp.model
Interface for classes, which represent a feature and its frequency in various models.
fillFileList(String[]) - Method in class tp.view.TabLoaderView
Displays the list of files into the field.

G

getActualShownHelp() - Method in class tp.view.HelpView
Returns the name of currently displayed help page.
getArrayFeaturesFrequency() - Method in class tp.model.DocRepresentTable
Method returs the whole representation of a document with all features.
getAvgCountFeatures() - Method in class tp.model.DocsRepresentDB
Gets the average count of features in documents.
getAvgFrequentFeature() - Method in class tp.model.DocsRepresentDB
Gets the average feature frequency in documents.
getAvgTFFeature() - Method in class tp.model.DocsRepresentDB
Gets the average value of term frequency among all documents.
getAvgTFidfFeature() - Method in class tp.model.DocsRepresentDB
Gets the average value of TF-IDF weight among all documents.
getBoldText() - Method in class tp.view.GUIFonts
Gets parameters of bold text settings.
getContentDocument() - Method in class tp.model.Document
Returns the tex contents of the document.
getCount() - Method in class tp.model.LinkToFiles
Gets count of items in the array.
getCountDocuments() - Method in class tp.model.DocsRepresentDB
Returs the count of document representations in database.
getCountDocuments() - Method in class tp.model.DocumentsDatabase
Returns the size of database (count of documents)
getCountFeatures() - Method in class tp.model.DocsRepresentDB
Gets the count of all features in documents.
getDefaultSeparator() - Method in class tp.controllers.SaveControl
Method used to get default separator of values in CSV files.
getDocumentAt(int) - Method in class tp.model.DocsRepresentDB
Returns one document representation at the given position
getDocumentAt(int) - Method in class tp.model.DocumentsDatabase
Method returns a document being at a given position.
getDocumentSingly() - Method in class tp.model.DocsRepresentDB
Method returns one document, which is next to the actual cursor.
getDocumentSingly() - Method in class tp.model.DocumentsDatabase
Method returns a document being at position next to the cursor and increments value of the cursor.
getFeature() - Method in class tp.model.DocsRepresentDB
Returns a feature type.
getFeature() - Method in class tp.model.FeatureBinary
Gets a word, which is represented by this feature.
getFeature() - Method in class tp.model.FeatureFrequency
Gets a word, which is represented by this feature.
getFeature() - Method in interface tp.model.FeatureInterface
 
getFeatureBinary(String) - Method in class tp.model.DocRepresentTable
Method returns occurence of a feature (for binary model)
getFeatureFreqInCorpus(String) - Method in class tp.model.DocsRepresentDB
Returns an IDF value of a feature for the whole dataset
getFeaturesDocumentFreq() - Method in class tp.model.DocsRepresentDB
Returns an array of document frequencies for all features
getFeatureTF(String) - Method in class tp.model.DocRepresentTable
Method returns a term frequency a feature, wich is given as a parameter
getFeatureTFidf(String) - Method in class tp.model.DocRepresentTable
Method returns a TFIDF weight a feature, which is given as a parameter
getFileAt(int) - Method in class tp.model.LinkToFiles
Returns a file from array being on a given item index
getFileFormat() - Method in class tp.view.TabLoaderView
Returns the chosen format of input documents
getFileFormat() - Method in class tp.view.TabSaveView
Gets the output file format
getFilesFromUser() - Method in class tp.view.TabLoaderView
Function, which opens the "Open file" dialog and returns array of marked files or null, if the dialog is canceled.
getFileSingly() - Method in class tp.model.LinkToFiles
Method consequently returns items from array of files
getFileType() - Method in class tp.model.LinkToFiles
Gets actual value of file type.
getHelpControl() - Method in class tp.controllers.MainControl
A function, which returns the reference to controller for help panel
getHelpPage(String) - Method in class tp.model.ResourcesModel
Returns an HTML code of a page, which should be represented in the help panel.
getHelpView() - Method in class tp.view.MainView
Returns a link to help panel.
getID() - Method in class tp.model.Document
Gets a document identifier.
getInstance() - Static method in class tp.controllers.MainControl
Method used to create a Singleton
getLoaderControl() - Method in class tp.controllers.MainControl
A function, which returns the reference to controller for loader
getMainMenuController() - Method in class tp.controllers.MainControl
A function, which returns the controller for application menu
getMainView() - Method in class tp.controllers.MainControl
A function, which returns the istance of the main window.
getMaxCountFeatures() - Method in class tp.model.DocsRepresentDB
Gets the maximum count of features in one document.
getMaxFrequentFeature() - Method in class tp.model.DocsRepresentDB
Gets the maximum frequency of a feature among all documents.
getMaxNgramDepth() - Method in class tp.view.TabSettingsView
Gets the maximum size of N-gram.
getMaxTFFeature() - Method in class tp.model.DocsRepresentDB
Gets the maximum value of term frequency among all documents.
getMaxTFidfFeature() - Method in class tp.model.DocsRepresentDB
Gets the maximum value of TF-DF weight among all documents.
getMinNGramOccur() - Method in class tp.model.DocsRepresentDB
Gets the minimum N-gram occurence in documents.
getMinNgramOccur() - Method in class tp.view.TabSettingsView
Gets the minimum occurence of N-gram.
getModel() - Method in class tp.model.DocsRepresentDB
Returns actual representation model.
getNGramDepth() - Method in class tp.model.DocsRepresentDB
Gets the N-gram depth setting (number of words in one N-gram).
getPreprocessing() - Method in class tp.model.DocsRepresentDB
Returns actual pre-processing options.
getProgressBar() - Method in class tp.view.MainView
Returns a link to the progress bar.
getRate() - Method in class tp.model.FeatureBinary
Gets a binary frequency of this feature.
getRate() - Method in class tp.model.FeatureFrequency
Gets a binary frequency of this feature.
getRate() - Method in interface tp.model.FeatureInterface
 
getRepresentationFeature() - Method in class tp.controllers.SettingsControl
The method gets information about feature, which is used to represent documents.
getRepresentationFeatureNames() - Static method in class tp.controllers.SettingsControl
Metoda vrati pole retezcu s nazvy rysu, ktere lze pouzit pro reprezentaci dokumentu
getRepresentationModel() - Method in class tp.controllers.SettingsControl
The method gets information about model, which is used to represent documents.
getRepresentationModelNames() - Static method in class tp.controllers.SettingsControl
The method returs an array with names of models, which can be used for document representation.
getResourceModel() - Method in class tp.controllers.MainControl
A function, which returns the reference to class which handles resources of application
getRestrictMaxOccur() - Method in class tp.view.TabSaveView
Gets the actual value from the second spinner for maximum occurence.
getRestrictMinOccur() - Method in class tp.view.TabSaveView
Gets the actual value from the first spinner for minimum occurence.
getResultsControl() - Method in class tp.controllers.MainControl
A function, which returns the reference to controller for results
getSaveControl() - Method in class tp.controllers.MainControl
A function, which returns the reference to controller for saving the results
getSelectedFiles() - Method in class tp.view.TabLoaderView
Returs array of all items chosen by the user in the field of files.
getSettingsControl() - Method in class tp.controllers.MainControl
A function, which returns the reference to controller for preprocessing settings
getStopListPath() - Method in class tp.model.ResourcesModel
Returns a path to a file, which contains actual stop-list.
getStopListPath() - Method in class tp.view.TabSettingsView
Runs the Open file dialog and sets the path to the user defined stoplist.
getTabLoader() - Method in class tp.view.TabView
Gets the instance of a tab for loading
getTabResults() - Method in class tp.view.TabView
Gets the instance of a tab for results of preprocessing
getTabSave() - Method in class tp.view.TabView
Gets the instance of a tab for saving representations
getTabSettings() - Method in class tp.view.TabView
Gets the instance of a tab for settings of preprocessing
getTabView() - Method in class tp.view.MainView
Returns a link to the main tab.
getText() - Method in class tp.view.GUIFonts
Gets parameters of standard text settings.
getTF() - Method in class tp.model.FeatureFrequency
Gets a TF weight of this feature.
getTFidf() - Method in class tp.model.FeatureFrequency
Gets a TF-IDF weight of this feature.
getTitleText() - Method in class tp.view.GUIFonts
Gets parameters of title text settings.
getTopic() - Method in class tp.model.DocRepresentTable
Returns a class of represented document.
getTopic() - Method in class tp.model.Document
Gets a document class.
gotoResults(DocsRepresentDB) - Method in class tp.controllers.MainControl
Method is used to change from pre-processing and representation setting to its results.
gotoSave(DocsRepresentDB) - Method in class tp.controllers.MainControl
Method is used to change from pre-processing resuts to save the results tab.
gotoSettings(DocumentsDatabase) - Method in class tp.controllers.MainControl
Method is used to change from data reading to pre-processing and representation setting.
GUIFonts - Class in tp.view
A class containing information about text fonts, which appear on the application windows.
GUIFonts() - Constructor for class tp.view.GUIFonts
Constructor of the class.

H

HelpControl - Class in tp.controllers
Controller of the help panel
HelpControl() - Constructor for class tp.controllers.HelpControl
 
HelpView - Class in tp.view
Class responsible for displaying pagen on the help panel.
HelpView() - Constructor for class tp.view.HelpView
Constructor of the class

I

includeFeature(String, DocsRepresentDB.RepresentationModel) - Method in class tp.model.DocRepresentTable
Method adds a new feature to the representation, if it does not exist.
init(DocsRepresentDB) - Method in class tp.controllers.ResultsControl
Initializes the results window tab and shows all statistical information about pre-processing.
init(DocsRepresentDB) - Method in class tp.controllers.SaveControl
Initialization of a tab for saving the pre-processed documents.
init(DocumentsDatabase) - Method in class tp.controllers.SettingsControl
Initialization - setting of reference to database of documents
invokeMethod(String) - Method in class tp.controllers.ActionControl
Calls a method, which name is given as a parameter
isEmpty() - Method in class tp.model.LinkToFiles
Gets information, if the array is empty or not.
isNotUseStopList() - Method in class tp.view.TabSettingsView
Changes the usage of a stoplist to false.
isUseStopList() - Method in class tp.view.TabSettingsView
Changes the usage of a stoplist to true.
itemStateChanged(ItemEvent) - Method in class tp.controllers.ActionControl
A method, which is called, if some checkbox is changed

L

LinkToFiles - Class in tp.model
A class representing links to files, which are chosen by the user for pre-processing.
LinkToFiles() - Constructor for class tp.model.LinkToFiles
Constructor of the class
LinkToFiles.FileType - Enum in tp.model
 
loadBtnClick() - Method in class tp.controllers.LoaderControl
After clict on "Load" button, an Open dialog is opened and then the chosen files are inserted into a list.
LOADER - Static variable in class tp.view.TabView
 
LoaderControl - Class in tp.controllers
A controller to process events on a screen, where the inputs are selected
LoaderControl() - Constructor for class tp.controllers.LoaderControl
Constructor of the class
LoaderInterface - Interface in tp.loader
Interface for loading various types of documents
LoaderPlainText - Class in tp.loader
Class for loading the plain text files.
LoaderPlainText() - Constructor for class tp.loader.LoaderPlainText
 
LoaderReuters - Class in tp.loader
Class for loading the text files in the Reuters dataset format.
LoaderReuters() - Constructor for class tp.loader.LoaderReuters
 
loadFile(File) - Method in class tp.loader.LoaderPlainText
Takes one file and makes a string from ites contents, which is returned.
loadFromFiles(LinkToFiles) - Method in interface tp.loader.LoaderInterface
 
loadFromFiles(LinkToFiles) - Method in class tp.loader.LoaderPlainText
Method for loading plain text files - one document for each file.
loadFromFiles(LinkToFiles) - Method in class tp.loader.LoaderReuters
Method, which processes files from Reuters dataset and stores its contents into a database of documents.

M

Main - Class in tp
Hlavni trida inicializuje hlavni controller
Main() - Constructor for class tp.Main
 
main(String[]) - Static method in class tp.Main
 
MainControl - Class in tp.controllers
Main controller which executes component controllers and actions (Singleton design pattern used)
MainControl() - Constructor for class tp.controllers.MainControl
 
MainView - Class in tp.view
Class for the main application window.
MainView() - Constructor for class tp.view.MainView
Constructor of the main window.
MenuControl - Class in tp.controllers
A controller to process events on a main application menu
MenuControl() - Constructor for class tp.controllers.MenuControl
Constructor of the class.
menuExit() - Method in class tp.controllers.MenuControl
If the "exit" item from menu is chosen, application is finished.
MenuView - Class in tp.view
Class, which creates the application menu.
MenuView() - Constructor for class tp.view.MenuView
Constructor of the class
mouseClicked(MouseEvent) - Method in class tp.controllers.HelpControl
 
mouseEntered(MouseEvent) - Method in class tp.controllers.HelpControl
A method, which is executed, if a mouse cursor enters the help panel
mouseExited(MouseEvent) - Method in class tp.controllers.HelpControl
 
mousePressed(MouseEvent) - Method in class tp.controllers.HelpControl
 
mouseReleased(MouseEvent) - Method in class tp.controllers.HelpControl
 

N

nextBtnClick() - Method in class tp.controllers.LoaderControl
If the "Next" button is clicked, this method creates a list of files to be processed a passes it to the controller of pre-processing.
nextBtnClick() - Method in class tp.controllers.ResultsControl
If the "Next" button is clicked, this method executes the tab of results saving and passes document representations to the controller of saving.
nextBtnClick() - Method in class tp.controllers.SettingsControl
After click of "Next", a pre-processing task is executed.
NGRAM_DEFAULT_OCCUR - Static variable in class tp.controllers.SettingsControl
 
NGRAM_MAX_DEPTH - Static variable in class tp.controllers.SettingsControl
 
NGRAM_MAX_OCCUR - Static variable in class tp.controllers.SettingsControl
 
NGRAM_MIN_DEPTH - Static variable in class tp.controllers.SettingsControl
 
NGRAM_MIN_OCCUR - Static variable in class tp.controllers.SettingsControl
 

O

outpuFileFormatsName - Static variable in class tp.controllers.SaveControl
 
ownStopListChange() - Method in class tp.controllers.SettingsControl
The method is used to set path to user-defined stoplist.

P

PLAIN_TEXT - Static variable in class tp.view.TabLoaderView
 
PreprocessDocument - Class in tp.preprocess
A class for pre-processing of documents.
PreprocessDocument() - Constructor for class tp.preprocess.PreprocessDocument
 
PreprocessDocument(File) - Constructor for class tp.preprocess.PreprocessDocument
 
preprocessDocument(Document, boolean, boolean) - Method in class tp.preprocess.PreprocessDocument
The method makes preprocessing of one dcument.
PRESENCE - Static variable in class tp.model.FeatureBinary
 
ProgressView - Class in tp.view
Class, which is diplaying the progress bar of the application.
ProgressView() - Constructor for class tp.view.ProgressView
Constructor of the class.
propertyChange(PropertyChangeEvent) - Method in class tp.view.ProgressView
Sets the percentage on the progress bar to a given value.

R

removeFile(int) - Method in class tp.model.LinkToFiles
Removes a file from array being on a given item index
removeFiles(int[]) - Method in class tp.model.LinkToFiles
Removes files from array being on a given item indexes
ResourcesModel - Class in tp.model
Class, which secures access to files needed by the application.
ResourcesModel() - Constructor for class tp.model.ResourcesModel
Constructor of the class
RESULTS - Static variable in class tp.view.TabView
 
ResultsControl - Class in tp.controllers
A controller to process events on a screen, where the statistical results are presented.
ResultsControl() - Constructor for class tp.controllers.ResultsControl
 
REUTERS - Static variable in class tp.view.TabLoaderView
 

S

SAVE - Static variable in class tp.view.TabView
 
saveBtnClick() - Method in class tp.controllers.SaveControl
Method is called, if a Save button is clicked.
SaveControl - Class in tp.controllers
A controller to process events on a screen, where the saving of results is executed.
SaveControl() - Constructor for class tp.controllers.SaveControl
 
SEMICOLON - Static variable in class tp.controllers.SaveControl
 
setActualCountFeatures(int) - Method in class tp.view.TabSaveView
Sets the text with actual value of count of features.
setAvgCountFeatures(double) - Method in class tp.model.DocsRepresentDB
Sets the average count of features in documents.
setAvgCountFeatures(double) - Method in class tp.view.TabResultsView
Sets the text with value of average count of features.
setAvgFrequentFeature(double) - Method in class tp.model.DocsRepresentDB
Sets the average feature frequency in documents.
setAvgFrequentFeature(double) - Method in class tp.view.TabResultsView
Sets the text with value of average frequency of a feature.
setAvgTFFeature(double) - Method in class tp.model.DocsRepresentDB
Sets the average value of term frequency among all documents.
setAvgTFFeature(double) - Method in class tp.view.TabResultsView
Sets the text with value of average TF value of a feature.
setAvgTFidfFeature(double) - Method in class tp.model.DocsRepresentDB
Sets the average value of TF-IDF weight among all documents.
setAvgTFidfFeature(double) - Method in class tp.view.TabResultsView
Sets the text with value of average TF-IDF value of a feature.
setCountDocuments(int) - Method in class tp.view.TabResultsView
Sets the text with value of count of documents.
setCountFeatures(int) - Method in class tp.model.DocsRepresentDB
Sets the count of all features in documents.
setCountFeatures(int) - Method in class tp.view.TabResultsView
Sets the text with value of count of features.
setDocoumentTo(int, Document) - Method in class tp.model.DocumentsDatabase
Method stores a document to a given position.
setFeature(String) - Method in class tp.model.FeatureBinary
Sets a word, which is represented by this feature.
setFeature(String) - Method in class tp.model.FeatureFrequency
Sets a word, which is represented by this feature.
setFeature(String) - Method in interface tp.model.FeatureInterface
 
setFeature(DocsRepresentDB.RepresentationFeature, int, int) - Method in class tp.view.TabResultsView
Sets the text about feature used to represent text.
setFileType(LinkToFiles.FileType) - Method in class tp.model.LinkToFiles
Sets used file type.
setID(int) - Method in class tp.model.Document
Sets a document identifier.
setMaxCountFeatures(int) - Method in class tp.model.DocsRepresentDB
Sets the maximum count of features in one document.
setMaxCountFeatures(int) - Method in class tp.view.TabResultsView
Sets the text with value of maximum count of features.
setMaxFrequentFeature(int) - Method in class tp.model.DocsRepresentDB
Sets the maximum frequency of a feature among all documents.
setMaxFrequentFeature(int) - Method in class tp.view.TabResultsView
Sets the text with value of maximum frequency of a feature.
setMaxTFFeature(double) - Method in class tp.model.DocsRepresentDB
Sets the maximum value of term frequency among all documents.
setMaxTFFeature(double) - Method in class tp.view.TabResultsView
Sets the text with value of maximum TF value of a feature.
setMaxTFidfFeature(double) - Method in class tp.model.DocsRepresentDB
Sets the maximum value of TF-DF weight among all documents.
setMaxTFidfFeature(double) - Method in class tp.view.TabResultsView
Sets the text with value of maximum TF-IDF value of a feature.
setMinNGramOccur(int) - Method in interface tp.builder.BuilderInterface
 
setMinNGramOccur(int) - Method in class tp.builder.BuilderNGram
Sets a parameter of minimum N-gram occurence
setMinNGramOccur(int) - Method in class tp.builder.BuilderWord
 
setMinNGramOccur(int) - Method in class tp.model.DocsRepresentDB
Sets the minimum N-gram occurence in documents.
setModel(DocsRepresentDB.RepresentationModel) - Method in class tp.view.TabResultsView
Sets the text about model used to represent text.
setNgramDepth() - Method in class tp.controllers.SettingsControl
The method is executed after change of N-gram size.
setNGramDepth(int) - Method in class tp.model.DocsRepresentDB
Sets the N-gram depth setting (number of words in one N-gram).
setNgramOccur() - Method in class tp.controllers.SettingsControl
The method is executed after change of N-gram size.
setOwnStopListClear() - Method in class tp.view.TabSettingsView
Clears the setting of a user defined stoplist, an internal stoplist will be used.
setOwnStopListName(String) - Method in class tp.view.TabSettingsView
Sets the file name of a user defined stoplist
setRate(int) - Method in class tp.model.FeatureBinary
Sets a binary frequency of this feature.
setRate(int) - Method in class tp.model.FeatureFrequency
Sets a binary frequency of this feature.
setRate(int) - Method in interface tp.model.FeatureInterface
 
setRestrictLimits(int, int, int, int, int, int) - Method in class tp.view.TabSaveView
Sets the parameters for the spinners placed on the tab.
setRestrictMaxOccur() - Method in class tp.controllers.SaveControl
Method used to change actual setting of restriction of maximum occurence of a feature.
setRestrictMinOccur() - Method in class tp.controllers.SaveControl
Method used to change actual setting of restriction of minimum occurence of a feature.
setStemming(boolean) - Method in class tp.controllers.SettingsControl
The method sets a variable with information, if stemming will be used.
setStemming(boolean) - Method in class tp.view.TabResultsView
Sets the text about stemming usage (yes or no).
setStopList(boolean) - Method in class tp.controllers.SettingsControl
The method sets a variable with information, if stoplist will be used.
setStopList(boolean) - Method in class tp.view.TabResultsView
Sets the text about stoplist usage (yes or no).
setTF(float) - Method in class tp.model.FeatureFrequency
Sets a TF weight for this feature.
setTFidf(float) - Method in class tp.model.FeatureFrequency
Sets a TF-IDF weight for this feature.
SETTINGS - Static variable in class tp.view.TabView
 
SettingsControl - Class in tp.controllers
A controller to process events on a screen, where the setting of pre-processing and representation of documents.
SettingsControl() - Constructor for class tp.controllers.SettingsControl
Constructor of the class
SettingsControl.TypeOfRepresentationFeatures - Enum in tp.controllers
 
SettingsControl.TypeOfRepresentationModels - Enum in tp.controllers
 
setTopic(String) - Method in class tp.model.DocRepresentTable
Sets a class of represented document.
showErrorDialog(String) - Method in class tp.view.MainView
Displays an error message
showPage(String) - Method in class tp.view.HelpView
Reads the help file from the tp.recources.help package
showTab(int) - Method in class tp.view.TabView
Shows the tab with a given identifier.
start(String) - Method in class tp.view.ProgressView
Initialization of the progress bar
startAppliacation() - Method in class tp.controllers.MainControl
The method initializes the main window of the application and initializes component controllers.
stateChanged(ChangeEvent) - Method in class tp.controllers.ActionControl
A method, which is called, if a value of some spinner is changed
stop() - Method in class tp.view.ProgressView
Resets the progress bar
StoreCSV - Class in tp.store
Class for saving pre-processed documents in CSV files.
StoreCSV(String) - Constructor for class tp.store.StoreCSV
Constructor of the class
StoreInterface - Interface in tp.store
Interface for saving pre-processed documents into files (in various formats).

T

TabLoaderView - Class in tp.view
Class, which is displaying the panel for data loading in the application.
TabLoaderView() - Constructor for class tp.view.TabLoaderView
Constructor of the class.
TabResultsView - Class in tp.view
Class, which is displaying the panel for pre-processing results in the application.
TabResultsView() - Constructor for class tp.view.TabResultsView
Constructor of the class.
TabSaveView - Class in tp.view
Class, which is displaying the panel for saving the results of the application.
TabSaveView() - Constructor for class tp.view.TabSaveView
Constructor of the class.
TabSettingsView - Class in tp.view
Class, which is displaying the panel for pre-processing settings in the application.
TabSettingsView() - Constructor for class tp.view.TabSettingsView
Constructor of the class.
TabView - Class in tp.view
Basic definition of a panel with four tabs
TabView() - Constructor for class tp.view.TabView
Constructor of the class.
tp - package tp
 
tp.builder - package tp.builder
 
tp.controllers - package tp.controllers
 
tp.loader - package tp.loader
 
tp.model - package tp.model
 
tp.preprocess - package tp.preprocess
 
tp.store - package tp.store
 
tp.view - package tp.view
 

U

useOwnStopList() - Method in class tp.controllers.SettingsControl
The method gets information, if user-defined stoplist will be used.
useStemming() - Method in class tp.controllers.SettingsControl
The method gets information, if stemming will be used.
useStemmingChange() - Method in class tp.controllers.SettingsControl
The method is executed after change of a check-box for stemming.
useStopList() - Method in class tp.controllers.SettingsControl
The method gets information, if stoplist will be used.
useStopListChange() - Method in class tp.controllers.SettingsControl
The method is executed after change of a check-box for stop-list.

V

valueOf(String) - Static method in enum tp.controllers.SettingsControl.TypeOfRepresentationFeatures
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tp.controllers.SettingsControl.TypeOfRepresentationModels
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tp.model.DocsRepresentDB.Preprocessing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tp.model.DocsRepresentDB.RepresentationFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tp.model.DocsRepresentDB.RepresentationModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tp.model.LinkToFiles.FileType
Returns the enum constant of this type with the specified name.
values() - Static method in enum tp.controllers.SettingsControl.TypeOfRepresentationFeatures
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum tp.controllers.SettingsControl.TypeOfRepresentationModels
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum tp.model.DocsRepresentDB.Preprocessing
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum tp.model.DocsRepresentDB.RepresentationFeature
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum tp.model.DocsRepresentDB.RepresentationModel
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum tp.model.LinkToFiles.FileType
Returns an array containing the constants of this enum type, in the order they're declared.

W

WORD_DEPTH - Static variable in class tp.controllers.SettingsControl
 
writeCategory() - Method in class tp.controllers.SaveControl
Method used to get information, if the category of documents should be stored.
writeCategoryChange() - Method in class tp.controllers.SaveControl
Method used to change information, if the category of documents should be stored.
writeDocRepresentation(File, ArrayList<DocsRepresentDB.FeatureDF>, DocsRepresentDB, boolean) - Method in class tp.store.StoreCSV
Writes the whole database of document representations into a CSV file.
writeDocRepresentation(File, ArrayList<DocsRepresentDB.FeatureDF>, DocsRepresentDB, boolean) - Method in interface tp.store.StoreInterface
 

A B C D E F G H I L M N O P R S T U V W