Skip navigation links
C G L M N P S T W 

C

cacheTipText() - Method in class weka.core.stemmers.PTStemmer
Returns the tip text for this property.

G

getCache() - Method in class weka.core.stemmers.PTStemmer
Gets the size of the cache.
getNamedEntities() - Method in class weka.core.stemmers.PTStemmer
Gets the file for the named entities.
getOptions() - Method in class weka.core.stemmers.PTStemmer
Gets the current settings of the classifier.
getRevision() - Method in class weka.core.stemmers.PTStemmer
Returns the revision string.
getStemmer() - Method in class weka.core.stemmers.PTStemmer
Gets the stemmer type to use.
getStopwords() - Method in class weka.core.stemmers.PTStemmer
Gets the file for the named entities.
globalInfo() - Method in class weka.core.stemmers.PTStemmer
Returns a string describing the stemmer.

L

listOptions() - Method in class weka.core.stemmers.PTStemmer
Returns an enumeration describing the available options.

M

main(String[]) - Static method in class weka.core.stemmers.PTStemmer
Runs the stemmer with the given options.

N

namedEntitiesTipText() - Method in class weka.core.stemmers.PTStemmer
Returns the tip text for this property.

P

PTStemmer - Class in weka.core.stemmers
A wrapper for PTStemmer (developed by Pedro Oliveira):
http://code.google.com/p/ptstemmer/

Valid options are:

PTStemmer() - Constructor for class weka.core.stemmers.PTStemmer
 

S

setCache(int) - Method in class weka.core.stemmers.PTStemmer
Sets the size of the cache.
setNamedEntities(File) - Method in class weka.core.stemmers.PTStemmer
Sets the file for the named entities.
setOptions(String[]) - Method in class weka.core.stemmers.PTStemmer
Parses the options.
setStemmer(SelectedTag) - Method in class weka.core.stemmers.PTStemmer
Sets the stemmer type to use
setStopwords(File) - Method in class weka.core.stemmers.PTStemmer
Sets the file for the stopwords.
stem(String) - Method in class weka.core.stemmers.PTStemmer
Returns the stemmed version of the given word.
STEMMER_ORENGO - Static variable in class weka.core.stemmers.PTStemmer
orengo stemmer.
STEMMER_PORTER - Static variable in class weka.core.stemmers.PTStemmer
porter stemmer.
STEMMER_SAVOY - Static variable in class weka.core.stemmers.PTStemmer
savoy stemmer.
stemmerTipText() - Method in class weka.core.stemmers.PTStemmer
Returns the tip text for this property
stopwordsTipText() - Method in class weka.core.stemmers.PTStemmer
Returns the tip text for this property.

T

TAGS_STEMMERS - Static variable in class weka.core.stemmers.PTStemmer
stemmers.
toString() - Method in class weka.core.stemmers.PTStemmer
returns a string representation of the stemmer.

W

weka.core.stemmers - package weka.core.stemmers
 
C G L M N P S T W 
Skip navigation links

Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.