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

G

gaussianKernel(int) - Static method in class csli.util.dsp.Smoothing
Produce a 1-dimensional Gaussian convolution kernel
generate2DXYChart(double[][], String, String, String[], String[], boolean) - Static method in class csli.util.charts.JFreechart
Creates a bar chart showing values across two dimensions.
generateBasicXYChart(double[], String, String, String[], boolean) - Static method in class csli.util.charts.JFreechart
Creates a bar chart showing values across two dimensions.
generateScatterPlotChart(ArrayList<Pair>, String, String, String, boolean) - Static method in class csli.util.charts.JFreechart
Creates a bar chart showing values across two dimensions.
generateSingleSeriesHistogram(Double[], String, String, String, int) - Static method in class csli.util.charts.JFreechart
Create a histogram chart.
get(double) - Method in class csli.util.classify.berkeley.FeatureMap
Convenient interface to TreeMap for small-d doubles
get(double) - Method in class csli.util.classify.berkeley.FeatureSetMap
Convenient interface to TreeMap for small-d doubles
get(int) - Method in class csli.util.collections.AggregateList
 
get(Map<K, V>, K...) - Static method in class csli.util.collections.CollectionUtils
Get the values corresponding to several keys at once.
get(int) - Method in class csli.util.collections.CurrentList
 
get(int) - Method in class csli.util.collections.DefaultSlotString
 
get(String) - Method in class csli.util.collections.DefaultSlotString
 
get(Object, Object) - Method in class csli.util.collections.map.AbstractPairMap
 
get(Object) - Method in class csli.util.collections.map.MultiMap
 
get(Object, Object) - Method in interface csli.util.collections.map.PairMap
 
get(Object) - Method in class csli.util.collections.map.SmoothedDistribution
 
get(int) - Method in class csli.util.collections.MapList
Returns the value at the specified position.
get(Object) - Method in class csli.util.collections.MapList
Returns the value associated with the key, null if none.
get(int) - Method in class csli.util.collections.Range
 
get(int) - Method in class csli.util.collections.Slice
 
get(int) - Method in interface csli.util.collections.SlotString
Returns the value for the i-th slot, null if none.
get(String) - Method in interface csli.util.collections.SlotString
Returns the value for the slot with the given name.
get(int) - Method in class csli.util.collections.SortedList
 
get(int) - Method in class csli.util.collections.SparseList
Returns the object at specified index, null if none.
get(String) - Method in class csli.util.Config
Returns the config property, null if it doesn't exist.
get(String) - Method in class csli.util.FeatureStructure
Returns either another LFFeatureStructure of an ICLTerm -alexgru Jan 15, 2004
get(int) - Method in class csli.util.file.DoubleFileReader
Get the value at the specified index.
get(int) - Method in class csli.util.file.SignedShortFileReader
Get the value at the specified index.
get(int) - Method in class csli.util.file.UnsignedShortFileReader
Get the value at the specified index.
get(int, int) - Method in class csli.util.file.VectorDataFileReader
Get the String value in the specified slot.
get(int, int) - Method in class csli.util.math.matrix.ArrayMatrix
 
get(int, int) - Method in interface csli.util.math.matrix.Matrix
 
getAbsoluteFile(String) - Method in class csli.util.Config
Returns a file assuming that it is specified as an absolute path.
getAbsoluteFileList(String) - Method in class csli.util.Config
Assumes the key's value is a list of file paths, or a file containing such a list (see Config.getList(String)) and returns them as a list of Files.
getAbsoluteFileProperty(String) - Method in class csli.util.Config
This returns a File object as described by the specified key, which must be an absolute path.
getAddress(String) - Method in class csli.util.socket.SocketServer
 
getAlive() - Method in class csli.util.socket.SocketServer
Is the server connected and accepting requests?
getAll(Object) - Method in class csli.util.collections.map.MultiMap
 
getAllCompletions() - Method in class csli.util.OrthographicTree
Get all the strings which are embodied in this node.
getArity() - Method in class csli.dialog.core.util.Term
same as numChildren()
getArray() - Static method in class csli.util.nlp.StopWords
Get the current stop-word list as an array
getBackButtonEnabled() - Method in class csli.util.swing.wizard.Wizard
Mirrors the WizardModel method of the same name.
getBackButtonEnabled() - Method in class csli.util.swing.wizard.WizardModel
 
getBackButtonText() - Method in class csli.util.swing.wizard.WizardModel
 
getBackPanelDescriptor() - Method in class csli.util.swing.wizard.MutableWizardPanelDescriptor
 
getBackPanelDescriptor() - Method in class csli.util.swing.wizard.WizardPanelDescriptor
Override this class to provide the Object-based identifier of the panel that the user should traverse to when the Back button is pressed.
getBool() - Method in class csli.util.Pair
 
getBoolean(String) - Method in class csli.util.Config
If the value of the key is true, return true, otherwise return false;
getBooleanList(String) - Method in class csli.util.Config
Returns a list of Booleans corresponding to the key, which is specified either as a filename, or comma delimited, in square brackets.
getBracketType() - Method in class csli.dialog.core.util.Term
 
getCallingMethod(int) - Static method in class csli.util.reflection.ReflectionHelpers
Gets the method x calls above this call in the stack trace.
getCancelButtonEnabled() - Method in class csli.util.swing.wizard.Wizard
Mirrors the WizardModel method of the same name.
getCancelButtonEnabled() - Method in class csli.util.swing.wizard.WizardModel
 
getCancelButtonText() - Method in class csli.util.swing.wizard.WizardModel
 
getChildAt(int) - Method in class csli.util.swing.jtree.HidableTreeNode
Overriding this function so we can control whether nodes are hidden or not.
getChildCount() - Method in class csli.util.swing.jtree.HidableTreeNode
This allows us to hide children that have m_bIsHidden = true.
getChildren() - Method in interface csli.util.collections.tree.Tree
 
getChildren() - Method in class csli.util.OrthographicTree
Get the map of Characters -> subnodes.
getClassesFromClassPath(String) - Static method in class csli.util.reflection.ReflectionHelpers2
 
getClassesFromNames(Set<String>) - Static method in class csli.util.reflection.ReflectionHelpers2
 
getClassesImplementing(Class<T>, File) - Static method in class csli.util.reflection.ReflectionHelpers
finds all the jar files in a particular directory and looks for classes in those jar files that implement a particular interface
getClassesImplementing(Class<T>, String, boolean) - Static method in class csli.util.reflection.ReflectionHelpers
Use reflection to find all classes which are subclasses (or implement) a particular class (interface) in a particular package.
getClassesImplementing(Set<Class>, T) - Static method in class csli.util.reflection.ReflectionHelpers2
 
getClassesImplementing(String, T) - Static method in class csli.util.reflection.ReflectionHelpers2
 
getClassification(String) - Method in class csli.util.classify.berkeley.ClassificationSet
 
getClassifyCommand() - Method in class csli.util.classify.stanford.ExternalClassifier
 
getClassifyCommand() - Method in class csli.util.classify.stanford.ExternalClassifierFactory
 
getClassNameFromFileName(String, File) - Static method in class csli.util.reflection.ReflectionHelpers2
 
getClassNamesFromDir(File) - Static method in class csli.util.reflection.ReflectionHelpers2
 
getClassNamesFromJar(File) - Static method in class csli.util.reflection.ReflectionHelpers2
 
getClassResults() - Method in class csli.util.classify.stanford.ExternalClassifier
 
getCol(int) - Method in class csli.util.math.matrix.AbstractMatrix
Return a double array containing the matrix's jth column.
getCol(int) - Method in interface csli.util.math.matrix.Matrix
Return a double array containing the matrix's jth column.
getConfidence() - Method in class csli.util.classify.berkeley.Classification
 
getConfig(String) - Static method in class csli.util.Config
Returns the config object for the specified filename.
getConfigDir() - Static method in class csli.util.Config
 
getConfigProperties() - Method in class csli.util.Config
 
getContainsAnyIgnoreCasePattern(String[]) - Static method in class csli.util.StringHelper
Compile a pattern that can will match a string if the string contains any of the given terms.
getContainsAnyPattern(String[]) - Static method in class csli.util.StringHelper
Compile a pattern that can will match a string if the string contains any of the given terms.
getCost() - Method in class csli.util.classify.stanford.SvmLightClassifierFactory
 
getCostFactor() - Method in class csli.util.classify.stanford.SvmLightClassifierFactory
 
getCurrent() - Method in class csli.util.collections.CurrentList
 
getCurrentIndex() - Method in class csli.util.collections.CurrentList
 
getCurrentPanelDescriptor() - Method in class csli.util.swing.wizard.WizardModel
Returns the currently displayed WizardPanelDescriptor.
getData() - Method in class csli.util.dsp.Signal
Get the data array.
getDialog() - Method in class csli.util.swing.wizard.Wizard
Returns an instance of the JDialog that this class created.
getDouble(String) - Method in class csli.util.Config
Returns a double corresponding to the key, NaN if none
getDouble() - Method in class csli.util.Pair
 
getDoubleList(String) - Method in class csli.util.Config
Returns a list of Doubles corresponding to the key, which is specified either as a filename, or comma delimited, in square brackets.
getElementAt(int) - Method in class csli.util.swing.FilterListModel
 
getEndsWithAnyIgnoreCasePattern(String[]) - Static method in class csli.util.StringHelper
Compile a pattern that can will match a string if the string ends with any of the given terms.
getEndsWithAnyPattern(String[]) - Static method in class csli.util.StringHelper
Compile a pattern that can will match a string if the string ends with any of the given terms.
getEndTime() - Method in class csli.util.dsp.Signal
Get the time of the last sample (does not inclue the window which the sample may represent.
getEqualsAnyIgnoreCasePattern(String[]) - Static method in class csli.util.StringHelper
Compile a pattern that can will match a string if the string equals any of the given terms.
getEqualsAnyPattern(String[]) - Static method in class csli.util.StringHelper
Compile a pattern that can will match a string if the string equals any of the given terms.
getExistingFileList(String) - Method in class csli.util.Config
Assumes the key's value is a list of file paths, or a file containing such a list (see Config.getList(String)) and returns them as a list of Files.
getExistingFileProperty(String) - Method in class csli.util.Config
This returns a File object as described by the specified key.
getFeatureMap() - Method in class csli.util.classify.stanford.ExternalClassifier
 
getFeatures(D, Map<String, Integer>) - Static method in class csli.util.classify.stanford.ClassifierUtils
 
getFeatures() - Method in class csli.util.FeatureStructure
 
getFileLines(String, Collection<String>) - Static method in class csli.util.FileUtils
Fill the Collection with the lines in filename.
getFileLines(File, Collection<String>) - Static method in class csli.util.FileUtils
Fill the Collection with the lines in file.
getFileList(String) - Method in class csli.util.Config
Assumes the key's value is a list of file paths, or a file containing such a list (see Config.getList(String)) and returns them as a list of Files.
getFileListDeep(File) - Static method in class csli.util.reflection.ReflectionHelpers2
Gets a list of files in a specified path.
getFilename() - Method in class csli.util.Config
 
getFileProperty(String) - Method in class csli.util.Config
This returns a File object as described by the specified key, which must be a path relative to the config directory.
getFileStem() - Method in class csli.util.classify.stanford.ExternalClassifier
 
getFileStem() - Method in class csli.util.classify.stanford.ExternalClassifierFactory
 
getFilledString() - Method in class csli.util.collections.DefaultSlotString
 
getFilledString() - Method in interface csli.util.collections.SlotString
Returns the string with slot values substituted in.
getFS(String) - Method in class csli.util.FeatureStructure
convenience when you know it's a FS; will get a class cast exception if you're wrong
getFunctor() - Method in class csli.dialog.core.util.Term
 
getHighest() - Method in class csli.util.classify.berkeley.ClassificationSet
 
getIds() - Method in class csli.util.classify.berkeley.FeatureSet
 
getInstance() - Static method in class csli.util.cpu.SimpleThreadCPUMonitor
This is a singleton class, call this function to get a reference to the instance
getInstance() - Static method in class csli.util.cpu.SystemThinkingManager
 
getInt() - Method in class csli.util.Pair
 
getInteger(String) - Method in class csli.util.Config
Returns an integer corresponding to the key, -1 if none
getIntegerList(String) - Method in class csli.util.Config
Returns a list of Integers corresponding to the key, which is specified either as a filename, or comma delimited, in square brackets.
getItemCount(int) - Method in class csli.util.charts.JFreechart.DoubleXYDataset
 
getKey(int) - Method in class csli.util.collections.MapList
Returns the value at the specified position.
getKey() - Method in class csli.util.KeyVal
 
getKeyList() - Method in class csli.util.collections.MapList
 
getKeys() - Method in class csli.util.Config
 
getLatticeString() - Method in class csli.util.collections.Lattice
 
getLearner() - Static method in class csli.util.classify.berkeley.LearnerFactory
 
getLearner(Object) - Static method in class csli.util.classify.berkeley.LearnerFactory
 
getLemma(String) - Method in class csli.util.nlp.lemma.DictionaryLemmatiser
 
getLemma(String) - Method in class csli.util.nlp.Lemmatiser
Produce a lemma (pair of root form & part-of-speech) from a word string.
getLemma(List<String>) - Method in class csli.util.nlp.Lemmatiser
Produce a list of lemmas (pairs of root form & part-of-speech) from a list of word strings.
getLemmatiser() - Static method in class csli.util.nlp.LemmatiserFactory
Get the static instance of the default lemmatiser; if none exists, a new one will be created, of the class specified by the default util.nlp.lemmatiser config key
getLemmatiser(String) - Static method in class csli.util.nlp.LemmatiserFactory
Get the static instance of the lemmatiser associated with the given config key OR class name; if none exists, create a new one
getList(String) - Method in class csli.util.Config
Gets a list, which is specified either as a filename, or comma delimited, in square brackets.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class csli.util.swing.SeparatedComboBoxRenderer
 
getLowerBound() - Method in interface csli.util.math.Interval
Get the lower bound.
getMainConfig() - Static method in class csli.util.Config
 
getMap(K1) - Method in class csli.util.collections.map.AbstractPairMap
 
getMap(K1) - Method in interface csli.util.collections.map.PairMap
 
getMap() - Method in class csli.util.collections.MapList
 
getMaxInds() - Method in class csli.util.classify.stanford.WindowBuffer
 
getMaxs() - Method in class csli.util.classify.stanford.WindowBuffer
 
getModel() - Method in class csli.util.swing.wizard.Wizard
Returns the current model of the wizard dialog.
getName() - Method in class csli.util.classify.berkeley.TrainingType
 
getNewLemmatiser() - Static method in class csli.util.nlp.LemmatiserFactory
Get a new lemmatiser of the class specified by the default util.nlp.lemmatiser config key
getNewLemmatiser(String) - Static method in class csli.util.nlp.LemmatiserFactory
Get a new lemmatiser of the class specified by the given config keyN OR class name
getNewStemmer() - Static method in class csli.util.nlp.StemmerFactory
Get a new stemmer of the class specified by the default util.nlp.stemmer config key
getNewStemmer(String) - Static method in class csli.util.nlp.StemmerFactory
Get a new stemmer of the class specified by the given config key OR class name
getNewTagger() - Static method in class csli.util.nlp.PoSTaggerFactory
Get a new PoS-tagger of the class specified by the default util.nlp.tagger config key
getNewTagger(String) - Static method in class csli.util.nlp.PoSTaggerFactory
Get a new PoS-tagger of the class specified by the given config key OR class name
getNextFinishButtonEnabled() - Method in class csli.util.swing.wizard.Wizard
Mirrors the WizardModel method of the same name.
getNextFinishButtonEnabled() - Method in class csli.util.swing.wizard.WizardModel
 
getNextFinishButtonText() - Method in class csli.util.swing.wizard.WizardModel
 
getNextPanelDescriptor() - Method in class csli.util.swing.wizard.MutableWizardPanelDescriptor
 
getNextPanelDescriptor() - Method in class csli.util.swing.wizard.WizardPanelDescriptor
Override this class to provide the Object-based identifier of the panel that the user should traverse to when the Next button is pressed.
getNode() - Method in interface csli.util.collections.tree.Tree
 
getNonvarSort() - Method in class csli.dialog.core.lf.Sort
 
getNormFactors() - Method in class csli.util.classify.stanford.ExternalClassifier
 
getNumCols(int) - Method in class csli.util.file.VectorDataFileReader
Get the number of columns for the given row.
getNumRows() - Method in class csli.util.file.VectorDataFileReader
Get the number of rows.
getObject() - Method in class csli.util.ScoredObject
 
getOriginalString() - Method in class csli.util.collections.DefaultSlotString
 
getOriginalString() - Method in interface csli.util.collections.SlotString
Returns the original string with slot names, but no slot values.
getOwner() - Method in class csli.util.swing.wizard.Wizard
Returns the owner of the generated javax.swing.JDialog.
getPanelComponent() - Method in class csli.util.swing.wizard.WizardPanelDescriptor
Returns to java.awt.Component that serves as the actual panel.
getPanelDescriptorIdentifier() - Method in class csli.util.swing.wizard.WizardPanelDescriptor
Returns the unique Object-based identifier for this panel descriptor.
getParent() - Method in class csli.util.collections.tree.AbstractTree
 
getParent() - Method in interface csli.util.collections.tree.Tree
 
getParent() - Method in class csli.util.OrthographicTree
 
getPayload() - Method in class csli.util.thread.ProcessingQueue.Element
 
getPoS() - Method in class csli.util.nlp.Lemma
 
getPrefix() - Method in class csli.util.OrthographicTree
 
getProbability() - Method in class csli.dialog.core.util.Term
 
getProbability() - Method in class csli.util.FuzzyBoolean
Returns the probability of this boolean.
getProcessCPUTime() - Static method in class csli.util.cpu.WindowsCPUInterface
Returns the CPU time of the current process.
getProducts() - Method in class csli.util.classify.stanford.WindowBuffer
 
getProgress() - Method in class csli.util.swing.ProgressDialog
 
getProgress() - Method in interface csli.util.swing.ProgressDialogIface
 
getRelativeFile(String) - Method in class csli.util.Config
Returns a file relative to the main config dir.
getRelativeFileList(String) - Method in class csli.util.Config
Assumes the key's value is a list of file paths, or a file containing such a list (see Config.getList(String)) and returns them as a list of Files.
getRequestHandler() - Method in class csli.util.socket.BasicHttpServer
Get the currently set request handler.
getRequests() - Method in class csli.util.socket.SocketServer
Get a list of the currently queued requests.
getResultBuffer() - Method in class csli.util.nlp.stem.PorterStemmer
Returns a reference to a character buffer containing the results of the stemming process.
getResultLength() - Method in class csli.util.nlp.stem.PorterStemmer
Returns the length of the word resulting from the stemming process.
getReturnCode() - Method in class csli.util.swing.wizard.Wizard
Retrieves the last return code set by the dialog.
getRoot() - Method in class csli.util.collections.tree.AbstractTree
 
getRoot() - Method in interface csli.util.collections.tree.Tree
 
getRoot() - Method in class csli.util.nlp.Lemma
 
getRow(int) - Method in class csli.util.math.matrix.AbstractMatrix
Return a double array containing the matrix's ith row.
getRow(int) - Method in interface csli.util.math.matrix.Matrix
Return a double array containing the matrix's ith row.
getSampleFreq() - Method in class csli.util.dsp.Signal
Get the sample frequency.
getScore() - Method in class csli.util.ScoredObject
 
getScore() - Method in class csli.util.search.MapState
 
getScore() - Method in interface csli.util.search.SearchState
 
getScoreResults() - Method in class csli.util.classify.stanford.ExternalClassifier
 
getScores(List) - Static method in class csli.util.nlp.NgramModel
 
getSeed() - Method in class csli.util.math.RandomMT
Return the seed.
getSelected(JTree) - Static method in class csli.util.swing.TreeUtils
Assumes it's a tree with DefaultMutableTreeNode nodes, and returns an array of user objects selected or null if none selected
getSeriesCount() - Method in class csli.util.charts.JFreechart.DoubleXYDataset
 
getSeriesKey(int) - Method in class csli.util.charts.JFreechart.DoubleXYDataset
 
getServerPort() - Method in class csli.util.socket.BasicHttpServer
Get the currently set port on which the server is accepting connections.
getSet(String) - Method in class csli.util.Config
Same as getList, only returning a set (each element is unique) See comments for getList.
getSet() - Static method in class csli.util.nlp.StopWords
Get the current stop-word list as a Collection
getSharedAncestor() - Method in class csli.util.OrthographicTree
Get the shortest uniquely completed ancestor of this node.
getSingleMonitorPixelHeight() - Static method in class csli.util.swing.QuickSwing
 
getSingleMonitorPixelWidth() - Static method in class csli.util.swing.QuickSwing
 
getSingleSelected(JTree) - Static method in class csli.util.swing.TreeUtils
for a default tree model with default mutalbe tree nodes, return the singly selected userobject of the selected node
getSingleSelectedNode(JTree) - Static method in class csli.util.swing.TreeUtils
 
getSize() - Method in class csli.util.swing.FilterListModel
 
getSlots() - Method in class csli.util.collections.DefaultSlotString
 
getSlots() - Method in interface csli.util.collections.SlotString
 
getSort() - Method in class csli.dialog.core.lf.Sort
Returns the actual type; not the entire tree e.g.
getSortInds() - Method in class csli.util.classify.stanford.WindowBuffer
 
getSortTree() - Method in class csli.dialog.core.lf.Sort
Return teh entire sort; e.g.
getStartsWithAnyIgnoreCasePattern(String[]) - Static method in class csli.util.StringHelper
Compile a pattern that can will match a string if the string starts with any of the given terms.
getStartsWithAnyPattern(String[]) - Static method in class csli.util.StringHelper
Compile a pattern that can will match a string if the string starts with any of the given terms.
getStartTime() - Method in class csli.util.dsp.Signal
Get the time of the first sample.
getStemmer() - Static method in class csli.util.nlp.StemmerFactory
Get the static instance of the default stemmer; if none exists, a new one will be created, of the class specified by the default util.nlp.stemmer config key
getStemmer(String) - Static method in class csli.util.nlp.StemmerFactory
Get the static instance of the stemmer associated with the given config key OR class name; if none exists, create a new one
getSubtree(char) - Method in class csli.util.OrthographicTree
Get the subtree corresponding to char c.
getSuccessors() - Method in class csli.util.search.MapState
 
getSuccessors() - Method in interface csli.util.search.SearchState
 
getSums() - Method in class csli.util.classify.stanford.WindowBuffer
 
getTagger() - Static method in class csli.util.nlp.PoSTaggerFactory
Get the static instance of the default PoS-tagger; if none exists, a new one will be created, of the class specified by the default util.nlp.tagger config key
getTagger(String) - Static method in class csli.util.nlp.PoSTaggerFactory
Get the static instance of the POS-tagger associated with the given config key OR class name; if none exists, create a new one
getTagSeparator() - Method in class csli.util.nlp.postag.MXPOST
 
getTagSeparator() - Method in class csli.util.nlp.postag.QTag
 
getTagSeparator() - Method in class csli.util.nlp.postag.StanfordTagger
 
getTagSeparator() - Method in class csli.util.nlp.PoSTagger
Get the character this tagger uses to separate words from tags.
getTerm(int) - Method in class csli.dialog.core.util.Term
Get nth Term
getTerm(String, int) - Method in class csli.dialog.core.util.Term
Get the first child term with specified functor, starting at s
getTerm(String) - Method in class csli.dialog.core.util.Term
Get the first child term with specified functor.
getTerm(int) - Method in class csli.dialog.core.util.TermList
Return nth Term---indexing starts at 0.
getTerm(String) - Method in class csli.util.FeatureStructure
convenience to get a term; or if it's a fs then it's converted to a term first
getTerms(int) - Method in class csli.dialog.core.util.Term
Get all child terms, starting at s
getTerms() - Method in class csli.dialog.core.util.Term
Get all child terms
getTerms(String, int) - Method in class csli.dialog.core.util.Term
Get all child terms with specified functor, starting at s
getTerms(String) - Method in class csli.dialog.core.util.Term
Get all child terms with specified functor.
getThreshold() - Method in class csli.util.classify.stanford.SvmLightClassifierFactory
 
getTimeOf(int) - Method in class csli.util.dsp.Signal
Get the time of the given sample.
getTimesFromClassifications(Signal) - Static method in class csli.util.segmentation.Conversions
Takes an array of double values, representing a time series, and returns a set of times corresponding to those points where the value is > 0.
getTitle() - Method in class csli.util.swing.wizard.Wizard
Returns the current title of the generated dialog.
getTokenSet(Set<String>, Set<String>) - Static method in class csli.util.StringUtils
Get all the tokens in a set of strings and make a set of tokens.
getTokenSet(ListModel, Set<String>) - Static method in class csli.util.StringUtils
Same as getTokenSet but with a ListModel input.
getTrainCommand() - Method in class csli.util.classify.stanford.ExternalClassifierFactory
 
getType() - Method in class csli.util.classify.berkeley.Classification
 
getType(String) - Method in class csli.util.classify.berkeley.TrainingSet
 
getUniqueDescendant() - Method in class csli.util.OrthographicTree
Descend the tree from this node until either a final node is reached or there is more than one child to follow.
getUniqueId() - Method in class csli.util.UniqueIdGenerator
Get a new unique id that has never been generated before.
getUpperBound() - Method in interface csli.util.math.Interval
Get the upper bound.
getValue(int, int) - Method in class csli.util.classify.stanford.WindowBuffer
 
getValue() - Method in class csli.util.collections.Lattice
 
getValue() - Method in class csli.util.KeyVal
 
getValuedFeature(Object) - Static method in class csli.util.classify.stanford.ClassifierUtils
 
getValueList() - Method in class csli.util.collections.MapList
 
getValues() - Method in class csli.util.classify.berkeley.FeatureSet
 
getWebRootDir() - Method in class csli.util.socket.BasicHttpServer
Get the directory where web content is located.
getWizard() - Method in class csli.util.swing.wizard.WizardPanelDescriptor
Returns a reference to the Wizard component.
getWizardModel() - Method in class csli.util.swing.wizard.WizardPanelDescriptor
Returns a reference to the current WizardModel for this Wizard component.
getWord(Lemma) - Method in class csli.util.nlp.lemma.DictionaryLemmatiser
 
getWord(Lemma) - Method in class csli.util.nlp.Lemmatiser
Generate a morphological word string from a lemma (pair of root form & part-of-speech).
getWord(List<Lemma>) - Method in class csli.util.nlp.Lemmatiser
Produce a list of morphological word strings from a list of lemmas (pairs of root form & part-of-speech).
getX(int, int) - Method in class csli.util.charts.JFreechart.DoubleXYDataset
 
getY(int, int) - Method in class csli.util.charts.JFreechart.DoubleXYDataset
 
GRAMMAR_POOL - Static variable in class csli.util.xml.XmlConstants
 
GREEN - Static variable in class csli.util.Enum.Color
 
GREEN - Static variable in class csli.util.Enum.IntEnum
 

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