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

W

WeightedOutput - Class in uk.ac.shef.dcs.oak.jate.core.voting
Represents weigted term recognition result in a voting system.
WeightedOutput(List<Term>, double) - Constructor for class uk.ac.shef.dcs.oak.jate.core.voting.WeightedOutput
Creates an instance which holds ranked list of terms extracted by an algorithm, and the voting power (weight) assigned to that algorithm.
WeirdnessAlgorithm - Class in uk.ac.shef.dcs.oak.jate.core.algorithm
An implementation of the word weirdness algorithm applied to term recognition algorithm.
WeirdnessAlgorithm() - Constructor for class uk.ac.shef.dcs.oak.jate.core.algorithm.WeirdnessAlgorithm
 
WeirdnessFeatureWrapper - Class in uk.ac.shef.dcs.oak.jate.core.algorithm
WeirdnessFeatureWrapper wraps an instance of FeatureCorpusTermFrequency, which tells a candidate term's distribution over a corpus; another instance of FeatureCorpusTermFrequency which tells individual words' distributions over corpus; and an instance of FeatureRefCorpusTermFrequency, which tells individual words' distributions in a reference corpus.
WeirdnessFeatureWrapper(FeatureCorpusTermFrequency, FeatureCorpusTermFrequency, FeatureRefCorpusTermFrequency) - Constructor for class uk.ac.shef.dcs.oak.jate.core.algorithm.WeirdnessFeatureWrapper
 
WordCounter - Class in uk.ac.shef.dcs.oak.jate.util.counter
Count number of words in corpus/document/text.
WordCounter() - Constructor for class uk.ac.shef.dcs.oak.jate.util.counter.WordCounter
 
WordExtractor - Class in uk.ac.shef.dcs.oak.jate.core.npextractor
Extracts words from texts.
WordExtractor(StopList, Normalizer) - Constructor for class uk.ac.shef.dcs.oak.jate.core.npextractor.WordExtractor
Creates an instance with specified stopwords list and normaliser.
WordExtractor(StopList, Normalizer, boolean, int) - Constructor for class uk.ac.shef.dcs.oak.jate.core.npextractor.WordExtractor
Creates an instance with specified stopwords list and normaliser.

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