A B C D E G I K L M N S T V

A

attributeIndicesTipText() - Method in class KEAPhraseFilter
Returns the tip text for this property

B

batchFinished() - Method in class KEAFilter
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class KEAPhraseFilter
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class NumbersFilter
Signify that this batch of input to the filter is finished.
buildModel(Hashtable) - Method in class KEAModelBuilder
Builds the model from the files

C

collectStems() - Method in class KEAKeyphraseExtractor
Collects the stems of the file names.
collectStems() - Method in class KEAModelBuilder
Collects the stems of the file names.
Counter - class Counter.
Class that implements a simple counter.
Counter() - Constructor for class Counter
Initializes the counter to 1
Counter(int) - Constructor for class Counter
Initializes the counter to the given value

D

disallowInternalPeriodsTipText() - Method in class KEAPhraseFilter
Returns the tip text for this property

E

extractKeyphrases(Hashtable) - Method in class KEAKeyphraseExtractor
Builds the model from the files

G

GermanStemmer - class GermanStemmer.
A stemmer for German words.
GermanStemmer() - Constructor for class GermanStemmer
 
getAdditionalInfo() - Method in class KEAKeyphraseExtractor
Get the value of AdditionalInfo.
getAttributeIndices() - Method in class KEAPhraseFilter
Get the current range selection.
getCheckForProperNouns() - Method in class KEAFilter
Get the M_CheckProperNouns value.
getCheckForProperNouns() - Method in class KEAModelBuilder
Get the M_CheckProperNouns value.
getDebug() - Method in class KEAFilter
Get the value of Debug.
getDebug() - Method in class KEAKeyphraseExtractor
Get the value of debug.
getDebug() - Method in class KEAModelBuilder
Get the value of debug.
getDirName() - Method in class KEAKeyphraseExtractor
Get the value of dirName.
getDirName() - Method in class KEAModelBuilder
Get the value of dirName.
getDisallowInternalPeriods() - Method in class KEAFilter
Get whether the supplied columns are to be processed
getDisallowInternalPeriods() - Method in class KEAPhraseFilter
Get whether the supplied columns are to be processed
getDisallowIPeriods() - Method in class KEAModelBuilder
Get the value of disallowIPeriods.
getDocumentAtt() - Method in class KEAFilter
Get the value of DocumentAtt.
getEncoding() - Method in class KEAKeyphraseExtractor
Get the value of encoding.
getEncoding() - Method in class KEAModelBuilder
Get the value of encoding.
getInvertSelection() - Method in class KEAPhraseFilter
Get whether the supplied columns are to be processed
getKeyphrasesAtt() - Method in class KEAFilter
Get the value of KeyphraseAtt.
getKFused() - Method in class KEAFilter
Gets whether keyphrase frequency attribute is used.
getMaxPhraseLength() - Method in class KEAFilter
Get the value of MaxPhraseLength.
getMaxPhraseLength() - Method in class KEAModelBuilder
Get the value of MaxPhraseLength.
getMinNumOccur() - Method in class KEAFilter
Get the value of MinNumOccur.
getMinNumOccur() - Method in class KEAModelBuilder
Get the value of MinNumOccur.
getMinPhraseLength() - Method in class KEAFilter
Get the value of MinPhraseLength.
getMinPhraseLength() - Method in class KEAModelBuilder
Get the value of MinPhraseLength.
getModelName() - Method in class KEAKeyphraseExtractor
Get the value of modelName.
getModelName() - Method in class KEAModelBuilder
Get the value of modelName.
getNumPhrases() - Method in class KEAKeyphraseExtractor
Get the value of numPhrases.
getOptions() - Method in class KEAFilter
Gets the current settings of the filter.
getOptions() - Method in class KEAKeyphraseExtractor
Gets the current option settings.
getOptions() - Method in class KEAModelBuilder
Gets the current option settings.
getOptions() - Method in class KEAPhraseFilter
Gets the current settings of the filter.
getProbabilityIndex() - Method in class KEAFilter
Returns the index of the phrases' probabilities in the output ARFF file.
getRankIndex() - Method in class KEAFilter
Returns the index of the phrases' ranks in the output ARFF file.
getStemmedPhraseIndex() - Method in class KEAFilter
Returns the index of the stemmed phrases in the output ARFF file.
getStemmer() - Method in class KEAFilter
Get the Stemmer value.
getStemmer() - Method in class KEAModelBuilder
Get the Stemmer value.
getStopwords() - Method in class KEAFilter
Get the M_Stopwords value.
getStopwords() - Method in class KEAModelBuilder
Get the M_Stopwords value.
getUnstemmedPhraseIndex() - Method in class KEAFilter
Returns the index of the unstemmed phrases in the output ARFF file.
getUseKFrequency() - Method in class KEAModelBuilder
Get the value of useKFrequency.
globalInfo() - Method in class KEAFilter
Returns a string describing this filter
globalInfo() - Method in class KEAPhraseFilter
Returns a string describing this filter
globalInfo() - Method in class NumbersFilter
Returns a string describing this filter

I

increment() - Method in class Counter
Increments the counter.
input(Instance) - Method in class KEAFilter
Input an instance for filtering.
input(Instance) - Method in class KEAPhraseFilter
Input an instance for filtering.
input(Instance) - Method in class NumbersFilter
Input an instance for filtering.
invertSelectionTipText() - Method in class KEAPhraseFilter
Returns the tip text for this property
isStopword(String) - Method in class Stopwords
Returns true if the given string is a stop word.
isStopword(String) - Method in class StopwordsEnglish
Returns true if the given string is a stop word.
isStopword(String) - Method in class StopwordsGerman
Returns true if the given string is a stop word.
IteratedLovinsStemmer - class IteratedLovinsStemmer.
Implements the iterated version of the Lovins stemmer.
IteratedLovinsStemmer() - Constructor for class IteratedLovinsStemmer
 

K

KEAFilter - class KEAFilter.
This filter converts the incoming data into data appropriate for keyphrase classification.
KEAFilter() - Constructor for class KEAFilter
 
KEAKeyphraseExtractor - class KEAKeyphraseExtractor.
Extracts keyphrases from the documents in a given directory.
KEAKeyphraseExtractor() - Constructor for class KEAKeyphraseExtractor
 
KEAModelBuilder - class KEAModelBuilder.
Builds a keyphrase extraction model from the documents in a given directory.
KEAModelBuilder() - Constructor for class KEAModelBuilder
 
KEAPhraseFilter - class KEAPhraseFilter.
This filter splits the text in selected string attributes into phrases.
KEAPhraseFilter() - Constructor for class KEAPhraseFilter
 

L

listOptions() - Method in class KEAFilter
Returns an enumeration describing the available options
listOptions() - Method in class KEAKeyphraseExtractor
Returns an enumeration describing the available options.
listOptions() - Method in class KEAModelBuilder
Returns an enumeration describing the available options.
listOptions() - Method in class KEAPhraseFilter
Returns an enumeration describing the available options
loadModel() - Method in class KEAKeyphraseExtractor
Loads the extraction model from the file.
LovinsStemmer - class LovinsStemmer.
Implements the Lovins stemmer.
LovinsStemmer() - Constructor for class LovinsStemmer
 

M

m_DisallowInternalPeriods - Variable in class KEAPhraseFilter
Determines whether internal periods are allowed
m_SelectCols - Variable in class KEAPhraseFilter
Stores which columns to select as a funky range
main(String[]) - Static method in class IteratedLovinsStemmer
Stems text coming into stdin and writes it to stdout.
main(String[]) - Static method in class KEAFilter
Main method for testing this class.
main(String[]) - Static method in class KEAKeyphraseExtractor
The main method.
main(String[]) - Static method in class KEAModelBuilder
The main method.
main(String[]) - Static method in class KEAPhraseFilter
Main method for testing this class.
main(String[]) - Static method in class LovinsStemmer
Stems text coming into stdin and writes it to stdout.
main(String[]) - Static method in class NumbersFilter
Main method for testing this class.

N

NumbersFilter - class NumbersFilter.
Removes all numbers from all the string attributes in the given dataset.
NumbersFilter() - Constructor for class NumbersFilter
 

S

saveModel() - Method in class KEAModelBuilder
Saves the extraction model to the file.
setAdditionalInfo(boolean) - Method in class KEAKeyphraseExtractor
Set the value of AdditionalInfo.
setAttributeIndices(String) - Method in class KEAPhraseFilter
Set which attributes are to be processed
setAttributeIndicesArray(int[]) - Method in class KEAPhraseFilter
Set which attributes are to be processed
setCheckForProperNouns(boolean) - Method in class KEAFilter
Set the M_CheckProperNouns value.
setCheckForProperNouns(boolean) - Method in class KEAModelBuilder
Set the M_CheckProperNouns value.
setDebug(boolean) - Method in class KEAFilter
Set the value of Debug.
setDebug(boolean) - Method in class KEAKeyphraseExtractor
Set the value of debug.
setDebug(boolean) - Method in class KEAModelBuilder
Set the value of debug.
setDirName(String) - Method in class KEAKeyphraseExtractor
Set the value of dirName.
setDirName(String) - Method in class KEAModelBuilder
Set the value of dirName.
setDisallowInternalPeriods(boolean) - Method in class KEAFilter
Set whether selected columns should be processed.
setDisallowInternalPeriods(boolean) - Method in class KEAPhraseFilter
Set whether selected columns should be processed.
setDisallowIPeriods(boolean) - Method in class KEAModelBuilder
Set the value of disallowIPeriods.
setDocumentAtt(int) - Method in class KEAFilter
Set the value of DocumentAtt.
setEncoding(String) - Method in class KEAKeyphraseExtractor
Set the value of encoding.
setEncoding(String) - Method in class KEAModelBuilder
Set the value of encoding.
setInputFormat(Instances) - Method in class KEAFilter
Sets the format of the input instances.
setInputFormat(Instances) - Method in class KEAPhraseFilter
Sets the format of the input instances.
setInputFormat(Instances) - Method in class NumbersFilter
Sets the format of the input instances.
setInvertSelection(boolean) - Method in class KEAPhraseFilter
Set whether selected columns should be processed.
setKeyphrasesAtt(int) - Method in class KEAFilter
Set the value of KeyphrasesAtt.
setKFused(boolean) - Method in class KEAFilter
Sets whether keyphrase frequency attribute is used.
setMaxPhraseLength(int) - Method in class KEAFilter
Set the value of MaxPhraseLength.
setMaxPhraseLength(int) - Method in class KEAModelBuilder
Set the value of MaxPhraseLength.
setMinNumOccur(int) - Method in class KEAFilter
Set the value of MinNumOccur.
setMinNumOccur(int) - Method in class KEAModelBuilder
Set the value of MinNumOccur.
setMinPhraseLength(int) - Method in class KEAFilter
Set the value of MinPhraseLength.
setMinPhraseLength(int) - Method in class KEAModelBuilder
Set the value of MinPhraseLength.
setModelName(String) - Method in class KEAKeyphraseExtractor
Set the value of modelName.
setModelName(String) - Method in class KEAModelBuilder
Set the value of modelName.
setNumPhrases(int) - Method in class KEAKeyphraseExtractor
Set the value of numPhrases.
setOptions(String[]) - Method in class KEAFilter
Parses a given list of options controlling the behaviour of this object.
setOptions(String[]) - Method in class KEAKeyphraseExtractor
Parses a given list of options controlling the behaviour of this object.
setOptions(String[]) - Method in class KEAModelBuilder
Parses a given list of options controlling the behaviour of this object.
setOptions(String[]) - Method in class KEAPhraseFilter
Parses a given list of options controlling the behaviour of this object.
setStemmer(Stemmer) - Method in class KEAFilter
Set the Stemmer value.
setStemmer(Stemmer) - Method in class KEAModelBuilder
Set the Stemmer value.
setStopwords(Stopwords) - Method in class KEAFilter
Set the M_Stopwords value.
setStopwords(Stopwords) - Method in class KEAModelBuilder
Set the M_Stopwords value.
setUseKFrequency(boolean) - Method in class KEAModelBuilder
Set the value of useKFrequency.
stem(String) - Method in class GermanStemmer
Stemms the given term to an unique discriminator.
stem(String) - Method in class IteratedLovinsStemmer
Iterated stemming of the given word.
stem(String) - Method in class LovinsStemmer
Returns the stemmed version of the given word.
stem(String) - Method in class Stemmer
Iterated stemming of the given word.
Stemmer - class Stemmer.
Abstract class for stemmers.
Stemmer() - Constructor for class Stemmer
 
stemString(String) - Method in class Stemmer
Stems everything in the given string.
Stopwords - class Stopwords.
Class that can test whether a given string is a stop word.
Stopwords() - Constructor for class Stopwords
 
StopwordsEnglish - class StopwordsEnglish.
Class that can test whether a given string is a stop word.
StopwordsEnglish() - Constructor for class StopwordsEnglish
 
StopwordsGerman - class StopwordsGerman.
Class that can test whether a given string is a stop word.
StopwordsGerman() - Constructor for class StopwordsGerman
 

T

toString() - Method in class Counter
Returns string containing value.

V

value() - Method in class Counter
Gets the value.

A B C D E G I K L M N S T V