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

S

save() - Method in class csli.util.Config
Save the config properties
saveChartAsPdf(String, JFreeChart, float, float) - Static method in class csli.util.charts.JFreechart
Create a pdf file from a chart.
saveChartAsPng(String, JFreeChart, int, int) - Static method in class csli.util.charts.JFreechart
Create a png file from a chart.
saveList(String, List) - Method in class csli.util.Config
Save the list in the file specified by the config setting.
scoredNgrams(List<ScoredObject<S>>, int, int) - Static method in class csli.util.nlp.NgramModel
 
ScoredObject<X> - Class in csli.util
A pair of an Object and a double, with comparison via the double value
ScoredObject(X, double) - Constructor for class csli.util.ScoredObject
 
ScoredObject(Pair<X, Double>) - Constructor for class csli.util.ScoredObject
 
scoresOf(Datum) - Method in class csli.util.classify.stanford.C4_5Classifier
 
scoresOf(List<D>) - Method in class csli.util.classify.stanford.C4_5Classifier
 
scoresOf(Datum[]) - Method in class csli.util.classify.stanford.C4_5Classifier
 
scoresOf(Datum) - Method in class csli.util.classify.stanford.ExternalClassifier
 
scoresOf(List<D>) - Method in class csli.util.classify.stanford.ExternalClassifier
 
scoresOf(Datum) - Method in class csli.util.classify.stanford.MaxentWindowClassifier
 
scoresOf(Datum) - Method in class csli.util.classify.stanford.NaiveNgramClassifier
 
scoresOf(Datum) - Method in class csli.util.classify.stanford.NgramClassifier
 
scoresOf(Datum[]) - Method in class csli.util.classify.stanford.SvmLightClassifier
 
scoresOf(Datum) - Method in class csli.util.classify.stanford.WeightedWindowClassifier
 
scrollSplit(boolean, JComponent, JComponent, int) - Static method in class csli.util.swing.QuickSwing
 
Search<E extends SearchState<E>> - Class in csli.util.search
N-best heuristic search.
Search() - Constructor for class csli.util.search.Search
 
Search(TabuList<E>) - Constructor for class csli.util.search.Search
 
Search(int, int, int, int) - Constructor for class csli.util.search.Search
 
Search(int, int, int, int, TabuList<E>) - Constructor for class csli.util.search.Search
 
search(E) - Method in class csli.util.search.Search
 
search(Collection<E>) - Method in class csli.util.search.Search
 
SearchState<S extends SearchState<S>> - Interface in csli.util.search
Interface for a single search state.
second() - Method in class csli.util.Pair
 
secondKeys() - Method in class csli.util.collections.map.AbstractPairMap
 
secondKeys() - Method in interface csli.util.collections.map.PairMap
 
SegmentationAgreement - Class in csli.util.stat
This file contains utilities for processing linear segmentations, including metrics for evaluating agreement between two segmentations.
SegmentationAgreement() - Constructor for class csli.util.stat.SegmentationAgreement
 
send(String) - Method in class csli.util.socket.SocketServer
Send a string over the socket.
SeparatedComboBoxRenderer - Class in csli.util.swing
This is a combobox renderer that will display jseperators properly along with strings.
SeparatedComboBoxRenderer() - Constructor for class csli.util.swing.SeparatedComboBoxRenderer
 
serverSocket - Variable in class csli.util.socket.SocketServer
 
set(int, String) - Method in class csli.util.collections.DefaultSlotString
 
set(String, String) - Method in class csli.util.collections.DefaultSlotString
 
set(int, Object) - Method in class csli.util.collections.MapList
Sets the value at the specified position, and changes the assignment in that value in the map as well.
set(int, String) - Method in interface csli.util.collections.SlotString
 
set(String, String) - Method in interface csli.util.collections.SlotString
Set the slot with the specific name to the value.
set(String, String) - Method in class csli.util.Config
Sets the config property ( and auto-saves the file).
set(String, String, boolean) - Method in class csli.util.Config
 
set(int, int, double) - Method in class csli.util.math.matrix.AbstractMatrix
 
set(int, int, double) - Method in class csli.util.math.matrix.ArrayMatrix
 
set(int, int, double) - Method in interface csli.util.math.matrix.Matrix
 
setActive(String) - Method in class csli.util.cpu.SystemThinkingManager
The normal functionality of this class is to identify things by the Threads, but sometimes this will not work, so the set of functions setActive(String) and setInactive(String) all the application to use it's own internal keyword (this is a borderline hack, but for now appears to be needed to deal easily with something like the speech recognizer that is rather free and messy with its thread usage).
setActive() - Method in class csli.util.cpu.SystemThinkingManager
The main function to be called when ENTERING a "thinking" section.
setAll(List) - Method in class csli.util.collections.DefaultSlotString
 
setAll(List) - Method in interface csli.util.collections.SlotString
Set the values of all slots at once.
setBackButtonEnabled(boolean) - Method in class csli.util.swing.wizard.Wizard
Mirrors the WizardModel method of the same name.
setBackButtonEnabled(Boolean) - Method in class csli.util.swing.wizard.WizardModel
 
setBackButtonText(String) - Method in class csli.util.swing.wizard.WizardModel
 
setBackPanelDescriptor(Object) - Method in class csli.util.swing.wizard.MutableWizardPanelDescriptor
 
setBag(boolean) - Method in class csli.util.classify.stanford.ExternalClassifierFactory
 
setBoolean(String, boolean) - Method in class csli.util.Config
 
setBoolean(String, boolean, boolean) - Method in class csli.util.Config
 
setCancelButtonEnabled(boolean) - Method in class csli.util.swing.wizard.Wizard
Mirrors the WizardModel method of the same name.
setCancelButtonEnabled(Boolean) - Method in class csli.util.swing.wizard.WizardModel
 
setCancelButtonText(String) - Method in class csli.util.swing.wizard.WizardModel
 
setChild(int, Term) - Method in class csli.dialog.core.util.Term
DANGEROUS - violates the immutability of term
setClassifyCommand(String) - Method in class csli.util.classify.stanford.ExternalClassifier
 
setCol(int, double[]) - Method in class csli.util.math.matrix.AbstractMatrix
Sets the jth column of the matrix equal to col.
setCol(int, double[]) - Method in interface csli.util.math.matrix.Matrix
Sets the jth column of the matrix equal to col.
setConfidence(double) - Method in class csli.util.classify.berkeley.Classification
Sets the confidence value.
setConfigDir(String) - Static method in class csli.util.Config
 
setCost(double) - Method in class csli.util.classify.stanford.SvmLightClassifierFactory
 
setCostFactor(double) - Method in class csli.util.classify.stanford.SvmLightClassifierFactory
 
setCrossPlatformLookAndFeel() - Static method in class csli.util.swing.LookAndFeelUtils
 
setCurrent(Object) - Method in class csli.util.collections.CurrentList
 
setCurrentIndex(int) - Method in class csli.util.collections.CurrentList
Set the index of the current item.
setCurrentPanel(Object) - Method in class csli.util.swing.wizard.Wizard
Displays the panel identified by the object passed in.
setCurrentPanel(Object) - Method in class csli.util.swing.wizard.WizardModel
Sets the current panel to that identified by the Object passed in.
setData(double[]) - Method in class csli.util.dsp.Signal
Set the data array.
setDiag(double) - Method in class csli.util.math.matrix.AbstractMatrix
 
setDiag(double) - Method in interface csli.util.math.matrix.Matrix
Set all the diagonal entries of the matrix equal to value.
setFileStem(String) - Method in class csli.util.classify.stanford.ExternalClassifier
 
setFunctor(String) - Method in class csli.dialog.core.util.Term
DANGEROUS - violates the immutability of term TODO: refactor and have it return a new term with a changed functor.
setHidden(boolean) - Method in class csli.util.swing.jtree.HidableTreeNode
 
setInactive(String) - Method in class csli.util.cpu.SystemThinkingManager
See comment for setActive(String)
setInactive() - Method in class csli.util.cpu.SystemThinkingManager
The main function to be called when EXITING a "thinking" section.
setInitComplete() - Method in class csli.util.cpu.SystemThinkingManager
Changes the state from init to idle.
setInteger(String, int) - Method in class csli.util.Config
 
setKey(K) - Method in class csli.util.KeyVal
 
setKunststoff() - Static method in class csli.util.swing.QuickSwing
Sets the Kuntststoff look and feel
setLookAndFeel(String) - Static method in class csli.util.swing.LookAndFeelUtils
 
setLowerBound(Comparable) - Method in interface csli.util.math.Interval
Set the lower bound.
setLowerBoundClosed(boolean) - Method in interface csli.util.math.Interval
Set the closedness of the lower bound.
setLowerInfinite(boolean) - Method in interface csli.util.math.Interval
Set the lower bound to be negative-inifinity.
setMainConfigFile(String) - Static method in class csli.util.Config
Sets the main properties file.
setMainEmptyConfig() - Static method in class csli.util.Config
 
setModal(boolean) - Method in class csli.util.swing.wizard.Wizard
Sets the modality of the generated javax.swing.JDialog.
setModel(File) - Method in class csli.util.classify.berkeley.C4_5Learner
 
setModel(File) - Method in interface csli.util.classify.berkeley.Learner
Set a classification model from file (as an alternative to training - although some classifiers (e.g.
setModel(File) - Method in class csli.util.classify.berkeley.SvmLearner
 
setMonitoringInterval(long) - Method in class csli.util.cpu.SimpleThreadCPUMonitor
Allows a class to change the monitoring interval.
setName(String) - Method in class csli.util.classify.berkeley.TrainingType
Sets the type of this training class.
setNextFinishButtonEnabled(boolean) - Method in class csli.util.swing.wizard.Wizard
Mirrors the WizardModel method of the same name.
setNextFinishButtonEnabled(Boolean) - Method in class csli.util.swing.wizard.WizardModel
 
setNextFinishButtonText(String) - Method in class csli.util.swing.wizard.WizardModel
 
setNextPanelDescriptor(Object) - Method in class csli.util.swing.wizard.MutableWizardPanelDescriptor
 
setNode(N) - Method in class csli.util.collections.tree.AbstractTree
 
setNode(N) - Method in interface csli.util.collections.tree.Tree
 
setNormalize(boolean) - Method in class csli.util.classify.stanford.ExternalClassifierFactory
 
setPanelComponent(Component) - Method in class csli.util.swing.wizard.WizardPanelDescriptor
Sets the panel's component as a class that extends java.awt.Component
setPanelDescriptorIdentifier(Object) - Method in class csli.util.swing.wizard.WizardPanelDescriptor
Sets the Object-based identifier for this panel.
setPoS(String) - Method in class csli.util.nlp.Lemma
 
setProbability(double) - Method in class csli.dialog.core.util.Term
 
setProgress(int) - Method in class csli.util.swing.ProgressDialog
 
setProgress(int) - Method in interface csli.util.swing.ProgressDialogIface
 
setRegressionModel(boolean) - Method in class csli.util.classify.stanford.SvmLightClassifierFactory
 
setRequestHandler(BasicHttpServer.HttpRequestHandler) - Method in class csli.util.socket.BasicHttpServer
Set the class which should be used as the request handler -- takes effect on the next accepted connection.
setResult(Object) - Method in class csli.util.thread.AsynchResult
Set the result, and unblock the client waiting for it.
setResultCacheing(boolean) - Method in class csli.util.classify.stanford.ExternalClassifier
 
setRoot(String) - Method in class csli.util.nlp.Lemma
 
setRow(int, double[]) - Method in class csli.util.math.matrix.AbstractMatrix
Sets the ith row of the matrix equal to row.
setRow(int, double[]) - Method in interface csli.util.math.matrix.Matrix
Sets the ith row of the matrix equal to row.
setSampleFreq(double) - Method in class csli.util.dsp.Signal
Set the sampling frequency.
setScore(double) - Method in class csli.util.ScoredObject
Set the score for this object
setSeed(boolean) - Method in class csli.util.math.RandomMT
Sets the seed using /dev/random (if stronger is true) or /dev/urandom (otherwise).
setSeed(byte[]) - Method in class csli.util.math.RandomMT
Sets the seed to the given byte array (truncated or padded with zeros if length does not match)
setSeed(long) - Method in class csli.util.math.RandomMT
Sets the seed using a 64 bit number.
setSeed(int[]) - Method in class csli.util.math.RandomMT
Sets the seed using an int[] array.
setServerPort(int) - Method in class csli.util.socket.BasicHttpServer
Set the port on which the server will run -- takes effect only after the server has been restarted.
setStartTime(double) - Method in class csli.util.dsp.Signal
Set the absolute starting time (time of the first sample).
setSystemLookAndFeel() - Static method in class csli.util.swing.LookAndFeelUtils
 
setTerm(int, Term) - Method in class csli.dialog.core.util.TermList
Replaces the term at the given positon with the new one
setThreshold(double) - Method in class csli.util.classify.stanford.NaiveNgramClassifier
 
setThreshold(double) - Method in class csli.util.classify.stanford.SvmLightClassifierFactory
 
setTitle(String) - Method in class csli.util.swing.wizard.Wizard
Sets the title of the generated javax.swing.JDialog.
setTransductive(boolean) - Method in class csli.util.classify.stanford.SvmLightClassifierFactory
 
setType(String) - Method in class csli.util.classify.berkeley.Classification
Sets the name of the classifier.
setUp() - Method in class csli.util.test.ComparablePairTest
 
setUpperBound(Comparable) - Method in interface csli.util.math.Interval
Set the upper bound.
setUpperBoundClosed(boolean) - Method in interface csli.util.math.Interval
Set the closedness of the upper bound.
setUpperInfinite(boolean) - Method in interface csli.util.math.Interval
Set the upper bound to be positive-infinity.
setUpSample(boolean) - Method in class csli.util.classify.stanford.CsliMaxentClassifierFactory
 
SetUtil - Class in csli.util.collections
Contains methods for computing set union, intersection, difference, and symmetric difference.
SetUtil() - Constructor for class csli.util.collections.SetUtil
 
setValue(V) - Method in class csli.util.KeyVal
 
setVerbose(boolean) - Method in class csli.util.search.Search
 
setWarning(boolean) - Method in class csli.util.search.Search
 
ShellRepeater - Class in csli.util
 
ShellRepeater() - Constructor for class csli.util.ShellRepeater
 
ShellUtils - Class in csli.util
 
ShellUtils() - Constructor for class csli.util.ShellUtils
 
showModalDialog() - Method in class csli.util.swing.wizard.Wizard
Convienence method that displays a modal wizard dialog and blocks until the dialog has completed.
showWindow(String, Component, Component, Component, Component, Component, boolean) - Static method in class csli.util.swing.QuickSwing
Shows a new border layout window, with specified components.
showWindow(String, Component, boolean) - Static method in class csli.util.swing.QuickSwing
 
Signal - Class in csli.util.dsp
Represents a time-grounded evenly-sampled series of data.
Signal(double[], double, double) - Constructor for class csli.util.dsp.Signal
Make a new signal from the data, specifying start time and sample frequency.
SignedShortFileReader - Class in csli.util.file
Read a file of shorts as if it were an array.
SignedShortFileReader(String, int) - Constructor for class csli.util.file.SignedShortFileReader
Make a new buffered file array reader for the specified file with the specified buffer size (specified in number of values, not bytes).
simplePeakFinding(double[]) - Static method in class csli.util.dsp.PeakFinding
This takes a continuously varying signal and finds the peaks, producing a series of real-valued impulses at those points.
SimpleThreadCPUMonitor - Class in csli.util.cpu
This is a singleton class that mainly consists of a thread, that when started will query the CPU for the total usage of the current process.
SimpleThreadCPUMonitor.CPUMonitorEventListener - Interface in csli.util.cpu
Very simple interface for clients to implement in order to receieve CPUTimeEntry's from this class.
size() - Method in class csli.dialog.core.util.TermList
 
size() - Method in class csli.util.classify.berkeley.ClassificationSet
 
size() - Method in class csli.util.collections.Aggregate
 
size() - Method in class csli.util.collections.AggregateList
 
size() - Method in class csli.util.collections.AggregateSet
 
size() - Method in class csli.util.collections.CurrentList
 
size() - Method in class csli.util.collections.MapList
Number of elements in the collection
size() - Method in class csli.util.collections.Range
 
size() - Method in class csli.util.collections.Slice
 
size() - Method in class csli.util.collections.SortedList
 
size() - Method in class csli.util.collections.SparseList
Always returns Integer.MAX_VALUE Use minIndex, maxIndex and count() to get info about the number of elements in the list.
size() - Method in class csli.util.collections.tree.AbstractTree
 
size() - Method in class csli.util.file.DoubleFileReader
Return the size of the entire file array.
size() - Method in class csli.util.file.SignedShortFileReader
Return the size of the entire file array.
size() - Method in class csli.util.file.UnsignedShortFileReader
Return the size of the entire file array.
size() - Method in class csli.util.math.matrix.AbstractMatrix
 
sizeGetter() - Method in class csli.util.collections.tree.AbstractTree
 
sleep(int) - Static method in class csli.util.thread.ThreadUtils
 
Slice<E> - Class in csli.util.collections
The Slice class provides a read-only slice view of a List, backed by the original List.
Slice(List<E>, Integer, Integer, Integer) - Constructor for class csli.util.collections.Slice
 
Slice(List<E>, int, int) - Constructor for class csli.util.collections.Slice
 
Slice(List<E>, int) - Constructor for class csli.util.collections.Slice
 
sliceArray(E[], Integer, Integer, Integer) - Static method in class csli.util.collections.Slice
 
SlotString - Interface in csli.util.collections
Defines a structure that is initialized from a string containing named slots, and allows the user to fill in the slots.
smooth(double[], double[]) - Static method in class csli.util.dsp.Smoothing
Smooth an array of doubles by convolution with a given kernel
SmoothedDistribution<K> - Class in csli.util.collections.map
A distribution implemented as a HashMap, with some fairly stupid smoothing.
SmoothedDistribution() - Constructor for class csli.util.collections.map.SmoothedDistribution
 
SmoothedDistribution(Map<K, Double>) - Constructor for class csli.util.collections.map.SmoothedDistribution
 
SmoothedDistribution(double) - Constructor for class csli.util.collections.map.SmoothedDistribution
 
SmoothedDistribution(Map<K, Double>, double) - Constructor for class csli.util.collections.map.SmoothedDistribution
 
SmoothedPairDistribution<K1,K2> - Class in csli.util.collections.map
 
SmoothedPairDistribution(double) - Constructor for class csli.util.collections.map.SmoothedPairDistribution
 
smoothFIR(double[], double[]) - Static method in class csli.util.dsp.Smoothing
Smooth an array of doubles with a given FIR filter
smoothIIR(double[], double[]) - Static method in class csli.util.dsp.Smoothing
Smooth an array of doubles with a given IIR filter
Smoothing - Class in csli.util.dsp
 
Smoothing() - Constructor for class csli.util.dsp.Smoothing
 
sngrams(List<S>, int, int) - Static method in class csli.util.nlp.NgramModel
 
SocketResponseHandler - Interface in csli.util.socket
An interface for things which want to listen to responses from a socket.
SocketServer - Class in csli.util.socket
This class implements a passive server socket.
SocketServer(String, int) - Constructor for class csli.util.socket.SocketServer
 
Sort - Class in csli.dialog.core.lf
A 'sort' (so-named because of Gemini) is just a type in an ontology.
Sort(String) - Constructor for class csli.dialog.core.lf.Sort
 
SortedList<E extends Comparable<? super E>> - Class in csli.util.collections
Red-black binary search tree.
SortedList() - Constructor for class csli.util.collections.SortedList
Constructors.
SortedList(Collection<? extends E>) - Constructor for class csli.util.collections.SortedList
 
SortedList(Comparator<? super E>) - Constructor for class csli.util.collections.SortedList
 
spaceOut(String, String) - Static method in class csli.util.StringUtils
Given a string and a string that lists special characters, pad each instance of a special character with leading and trailing spaces.
SparseList - Class in csli.util.collections
Implements a sparse list.
SparseList() - Constructor for class csli.util.collections.SparseList
 
split(String) - Static method in class csli.util.nlp.UtteranceSplitter
 
split(String, String) - Static method in class csli.util.StringHelper
Split the given String into tokens.
split(boolean, JComponent, JComponent, int) - Static method in class csli.util.swing.QuickSwing
 
SpringUtilities - Class in csli.util.swing
A 1.4 file that provides utility methods for creating form- or grid-style layouts with SpringLayout.
SpringUtilities() - Constructor for class csli.util.swing.SpringUtilities
 
SQUARE - Static variable in class csli.dialog.core.util.Term
 
stackTraceElement(int) - Static method in class csli.util.A
Returns the stack trace element i levels above.
StanfordTagger - Class in csli.util.nlp.postag
 
StanfordTagger() - Constructor for class csli.util.nlp.postag.StanfordTagger
A Stanford tagger using the default WSJ-English bidirectional model
StanfordTagger(String) - Constructor for class csli.util.nlp.postag.StanfordTagger
A Stanford tagger using a specified model
start() - Method in class csli.util.socket.SocketServer
Start the server and open the connection.
startsWithAny(String, String[]) - Static method in class csli.util.StringHelper
Tests to see if the given string starts with any of the given terms.
startsWithAnyIgnoreCase(String, String[]) - Static method in class csli.util.StringHelper
Tests to see if the given string starts with any of the given terms.
startTimer(Object) - Static method in class csli.util.thread.ThreadTimer
Start the timer for the method from which this method is called.
stem(String) - Method in class csli.util.nlp.stem.AdvancedPorterStemmer
 
stem(String) - Method in class csli.util.nlp.stem.DictionaryStemmer
 
stem(String) - Method in class csli.util.nlp.stem.IrregularStemmer
 
stem(String) - Method in class csli.util.nlp.stem.MultiPassStemmer
cycle over each stemmer.
stem(String) - Method in class csli.util.nlp.stem.PaiceStemmer
 
stem() - Method in class csli.util.nlp.stem.PorterStemmer
Stem the word placed into the Stemmer buffer through calls to add().
stem(String) - Method in class csli.util.nlp.stem.PorterStemmer
Stem a word string and return the result
stem(String) - Method in class csli.util.nlp.Stemmer
Stem a word string.
stem(ScoredObject<String>) - Method in class csli.util.nlp.Stemmer
Stem a scored word string.
stem(List<String>) - Method in class csli.util.nlp.Stemmer
Stem a list of word strings.
Stemmer - Class in csli.util.nlp
An abstract word stemmer.
Stemmer() - Constructor for class csli.util.nlp.Stemmer
 
StemmerFactory - Class in csli.util.nlp
A factory that returns a word stemmer.
StemmerFactory() - Constructor for class csli.util.nlp.StemmerFactory
 
stemScored(List<ScoredObject<String>>) - Method in class csli.util.nlp.Stemmer
Stem a list of scored word strings.
step1a(String) - Method in class csli.util.nlp.stem.AdvancedPorterStemmer
 
step1b(String) - Method in class csli.util.nlp.stem.AdvancedPorterStemmer
 
step1b2(String) - Method in class csli.util.nlp.stem.AdvancedPorterStemmer
 
step1c(String) - Method in class csli.util.nlp.stem.AdvancedPorterStemmer
 
step2(String) - Method in class csli.util.nlp.stem.AdvancedPorterStemmer
 
step3(String) - Method in class csli.util.nlp.stem.AdvancedPorterStemmer
 
step4(String) - Method in class csli.util.nlp.stem.AdvancedPorterStemmer
 
step5a(String) - Method in class csli.util.nlp.stem.AdvancedPorterStemmer
 
step5b(String) - Method in class csli.util.nlp.stem.AdvancedPorterStemmer
 
stop() - Method in class csli.util.socket.SocketServer
Stop the server and close the connections.
stoppedSynonymCompare(Collection, Collection) - Static method in class csli.util.nlp.StringComparison
Returns the proportion of non-stopword members of bag which are synonyms of elements in key
stoppedSynonymCompare(String, String) - Static method in class csli.util.nlp.StringComparison
Returns the proportion of non-stopword members of bag which are synonyms of elements in key
stoppedWordCompare(Collection, Collection) - Static method in class csli.util.nlp.StringComparison
Returns the proportion of non-stopword members of bag which are also in key
stoppedWordCompare(String, String) - Static method in class csli.util.nlp.StringComparison
Returns the proportion of non-stopword members of bag which are also in key
stopTimer(Object) - Static method in class csli.util.thread.ThreadTimer
Stop the timer for the method from which this method was called.
StopWords - Class in csli.util.nlp
An English stop word list with methods to check membership, remove members from other collections etc.
StopWords() - Constructor for class csli.util.nlp.StopWords
 
StringComparison - Class in csli.util.nlp
 
StringComparison() - Constructor for class csli.util.nlp.StringComparison
 
StringHelper - Class in csli.util
Utilities for String formatting, manipulation, and queries.
StringHelper() - Constructor for class csli.util.StringHelper
 
stringMeasure(String) - Method in class csli.util.nlp.stem.AdvancedPorterStemmer
 
StringParseException - Exception in csli.util.exceptions
Thrown when parsing a string to another representation fails.
StringParseException(String, String, String) - Constructor for exception csli.util.exceptions.StringParseException
 
StringParseException(String) - Constructor for exception csli.util.exceptions.StringParseException
 
StringPreprocessor - Class in csli.util
Pre-processor for preparing CALO Sphinx SR hypothesis strings for input to Gemini
StringPreprocessor() - Constructor for class csli.util.StringPreprocessor
 
StringUtils - Class in csli.util
 
StringUtils() - Constructor for class csli.util.StringUtils
 
StringWrapper - Class in csli.util
A string class that can be subclassed.
StringWrapper(String) - Constructor for class csli.util.StringWrapper
 
stripAffixes(String) - Method in class csli.util.nlp.stem.PaiceStemmer
Method: stripAffixes * Returns: String * Recievs: String str * Purpose: prepares string and calls stripPrefixes * and stripSuffixes *
stripQuotes(String) - Static method in class csli.util.A
 
stroke - Static variable in class csli.util.charts.JFreechart
 
submatrix(int, int) - Method in class csli.util.math.matrix.AbstractMatrix
 
submatrix(int, int, int, int) - Method in class csli.util.math.matrix.AbstractMatrix
 
submatrix(int, int) - Method in interface csli.util.math.matrix.Matrix
 
submatrix(int, int, int, int) - Method in interface csli.util.math.matrix.Matrix
 
subSet(E, E) - Method in class csli.util.collections.SortedList
 
subtract(Collection<E>, Collection<E>...) - Static method in class csli.util.collections.SetUtil
Subtracts all the subsequent sets from the first, returning the result in a new (unordered) set.
subtract(Matrix) - Method in class csli.util.math.matrix.AbstractMatrix
 
subtract(Matrix) - Method in interface csli.util.math.matrix.Matrix
 
subtractIP(Matrix) - Method in class csli.util.math.matrix.AbstractMatrix
 
subtractIP(Matrix) - Method in interface csli.util.math.matrix.Matrix
 
subtreeIterator() - Method in class csli.util.collections.tree.AbstractTree
Return an iterator over all of the subtrees in this tree.
subtrees() - Method in class csli.util.collections.tree.AbstractTree
Return an unmodifiable collection view of all of the subtrees in this tree.
subtrees() - Method in interface csli.util.collections.tree.Tree
 
suite() - Static method in class csli.util.file.test.AllTests
 
suite() - Static method in class csli.util.test.AllTests
 
suite() - Static method in class csli.util.UtilTests
 
suite() - Static method in class csli.util.xml.test.AllTests
 
sum(Iterable<Double>) - Static method in class csli.util.math.MathUtil
 
sum(Iterable<Integer>) - Static method in class csli.util.math.MathUtil
 
sum(int[][]) - Static method in class csli.util.stat.ClassificationAgreement
Calculate the total number of data-points in the table.
SvmLearner - Class in csli.util.classify.berkeley
Interface for SVMlight support vector machine learner/classifier
SvmLearner() - Constructor for class csli.util.classify.berkeley.SvmLearner
 
SvmLightClassifier - Class in csli.util.classify.stanford
A wrapper for Thorsten Joachims' SVMlight support vector machine-based classifier (see http://svmlight.joachims.org/)
SvmLightClassifier(String, String, double, HashMap<String, Integer>, List<Pair<Double, Double>>) - Constructor for class csli.util.classify.stanford.SvmLightClassifier
 
SvmLightClassifierFactory - Class in csli.util.classify.stanford
 
SvmLightClassifierFactory(String) - Constructor for class csli.util.classify.stanford.SvmLightClassifierFactory
A factory for producing (training) SVMlight classifiers
symmetricDifference(Collection<E>, Collection<E>) - Static method in class csli.util.collections.SetUtil
Returns the symmetric difference of collections A and B; i.e.
Synonyms - Class in csli.util.nlp
 
Synonyms() - Constructor for class csli.util.nlp.Synonyms
 
SystemThinkingManager - Class in csli.util.cpu
This class will serve to keep track of when the system is "thinking", with the help of the classes that actually do the "thinking".

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