Serialized Form

Class Counter implements Serializable

Serialized Fields

m_val

int m_val
Integer value stored


Class GermanStemmer implements Serializable

Serialized Fields

sb

java.lang.StringBuffer sb
Buffer for the terms while stemming them.


uppercase

boolean uppercase
Indicates if a term is handled as a noun.


substCount

int substCount
Amount of characters that are removed with substitute() while stemming.


Class IteratedLovinsStemmer implements Serializable


Class KEAFilter implements Serializable

Serialized Fields

m_DocumentAtt

int m_DocumentAtt
Index of attribute containing the documents


m_KeyphrasesAtt

int m_KeyphrasesAtt
Index of attribute containing the keyphrases


m_MaxPhraseLength

int m_MaxPhraseLength
The maximum length of phrases


m_MinPhraseLength

int m_MinPhraseLength
The minimum length of phrases


m_KFused

boolean m_KFused
Is keyphrase frequency attribute being used?


m_Debug

boolean m_Debug
Flag for debugging mode


m_DisallowInternalPeriods

boolean m_DisallowInternalPeriods
Determines whether internal periods are allowed


m_MinNumOccur

int m_MinNumOccur
The minimum number of occurences of a phrase


m_NumFeatures

int m_NumFeatures
The number of features describing a phrase


m_TfidfIndex

int m_TfidfIndex

m_FirstOccurIndex

int m_FirstOccurIndex

m_KeyFreqIndex

int m_KeyFreqIndex

m_PunctFilter

KEAPhraseFilter m_PunctFilter
The punctuation filter used by this filter


m_NumbersFilter

NumbersFilter m_NumbersFilter
The numbers filter used by this filter


m_Classifier

weka.classifiers.DistributionClassifier m_Classifier
The actual classifier used to compute probabilities


m_Dictionary

java.util.HashMap m_Dictionary
The dictionary containing the document frequencies


m_KeyphraseDictionary

java.util.HashMap m_KeyphraseDictionary
The dictionary containing the keyphrases


m_NumDocs

int m_NumDocs
The number of documents in the global frequencies corpus


m_ClassifierData

weka.core.Instances m_ClassifierData
Template for the classifier data


m_Stemmer

Stemmer m_Stemmer
The stemmer to be used


m_Stopwords

Stopwords m_Stopwords
The list of stop words to be used


m_CheckForProperNouns

boolean m_CheckForProperNouns
Determines whether check for proper nouns is performed


Class KEAPhraseFilter implements Serializable

Serialized Fields

m_SelectCols

weka.core.Range m_SelectCols
Stores which columns to select as a funky range


m_DisallowInternalPeriods

boolean m_DisallowInternalPeriods
Determines whether internal periods are allowed


Class LovinsStemmer implements Serializable


Class NumbersFilter implements Serializable


Class Stemmer implements Serializable


Class Stopwords implements Serializable


Class StopwordsEnglish implements Serializable


Class StopwordsGerman implements Serializable