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

M

m_bIsHidden - Variable in class csli.util.swing.jtree.HidableTreeNode
The main extension of DefaultMutableTreeNode is this bIsHidden property, defaults to false (not-hidden).
m_lCPUTime - Variable in class csli.util.cpu.WindowsCPUInterface.CPUTimeEntry
 
m_lSystemTime - Variable in class csli.util.cpu.WindowsCPUInterface.CPUTimeEntry
 
main(String[]) - Static method in class csli.dialog.core.util.TermList
Simple test program ...
main(String[]) - Static method in class csli.util.CallDetective
 
main(String[]) - Static method in class csli.util.collections.Aggregate
 
main(String[]) - Static method in class csli.util.collections.AggregateSet
 
main(String[]) - Static method in class csli.util.collections.CollectionUtils
 
main(String[]) - Static method in class csli.util.collections.map.MultiMap
 
main(String[]) - Static method in class csli.util.collections.Range
 
main(String[]) - Static method in class csli.util.collections.SetUtil
 
main(String[]) - Static method in class csli.util.collections.Slice
 
main(String[]) - Static method in class csli.util.collections.SortedList
 
main(String[]) - Static method in class csli.util.collections.Transformer
 
main - Static variable in class csli.util.Config
Main config file for the application.
main(String[]) - Static method in class csli.util.CsliIclUtils
test main -alexgru Feb 6, 2004
main(String[]) - Static method in class csli.util.dsp.PeakFinding
For testing purposes.
main(String[]) - Static method in class csli.util.dsp.Smoothing
 
main(String[]) - Static method in class csli.util.Enum
 
main(String[]) - Static method in class csli.util.FeatureStructure
test main -alexgru Feb 26, 2004
main(String[]) - Static method in class csli.util.file.DoubleFileReader
 
main(String[]) - Static method in class csli.util.file.SignedShortFileReader
 
main(String[]) - Static method in class csli.util.file.UnsignedShortFileReader
 
main(String[]) - Static method in class csli.util.file.VectorDataFileReader
For testing purposes.
main(String[]) - Static method in class csli.util.iterators.Zip
 
main(String[]) - Static method in class csli.util.math.matrix.ArrayMatrix
Matrix test.
main(String[]) - Static method in class csli.util.math.Metrics
 
main(String[]) - Static method in class csli.util.nlp.lemma.DictionaryLemmatiser
 
main(String[]) - Static method in class csli.util.nlp.NgramModel
 
main(String[]) - Static method in class csli.util.nlp.postag.MXPOST
Test program.
main(String[]) - Static method in class csli.util.nlp.postag.QTag
Test program.
main(String[]) - Static method in class csli.util.nlp.postag.StanfordTagger
Test program.
main(String[]) - Static method in class csli.util.nlp.stem.PaiceStemmer
Method: main * Returns: void * Recives: String args[] input file * Purpose: creates instance of PaiceStemmer and * calls stripAffixes *
main(String[]) - Static method in class csli.util.nlp.stem.PorterStemmer
Test program for demonstrating the Stemmer.
main(String[]) - Static method in class csli.util.nlp.Synonyms
 
main(String[]) - Static method in class csli.util.nlp.VerbNetHandler
 
main(String[]) - Static method in class csli.util.reflection.ReflectionHelpers
test main
main(String[]) - Static method in class csli.util.search.WorldMap
 
main(String[]) - Static method in class csli.util.segmentation.Conversions
 
main(String[]) - Method in class csli.util.ShellRepeater
 
main(String[]) - Static method in class csli.util.stat.ClassificationAgreement
For testing purposes.
main(String[]) - Static method in class csli.util.stat.SegmentationAgreement
For testing purposes.
main(String[]) - Static method in class csli.util.StringPreprocessor
 
main(String[]) - Static method in class csli.util.TimeUtils
 
MaintainTreeExpansionListener - Class in csli.util.swing.jtree
This is a combination TreeModelListener and TreeExpansionListener, which when properly added to a JTree / TreeModel will be able to maintain what is expanded / collapsed through any calls to nodeStructureChanged().
MaintainTreeExpansionListener(JTree) - Constructor for class csli.util.swing.jtree.MaintainTreeExpansionListener
Basic constructor, needs the JTree that it will both be a TreeExpansionListener on, as well as being the TreeModelListener for that JTree's TreeModel.
makeCompactGrid(Container, int, int, int, int, int, int) - Static method in class csli.util.swing.SpringUtilities
Aligns the first rows*cols components of parent in a grid.
makeCPUTimeEntry() - Static method in class csli.util.cpu.WindowsCPUInterface
Make a CPUTimeEntry at the time this function is called
makeElement(String) - Method in class csli.util.xml.XmlBuilder
 
makeElement(String, String) - Method in class csli.util.xml.XmlBuilder
 
makeElement(String, Map<String, Object>) - Method in class csli.util.xml.XmlBuilder
 
makeFileNameSafe(String) - Static method in class csli.util.StringUtils
Take a string, and make it safe for filenames by removing certain offending characters.
makeGrid(Container, int, int, int, int, int, int) - Static method in class csli.util.swing.SpringUtilities
Aligns the first rows*cols components of parent in a grid.
makeTable(int[], int[], int) - Static method in class csli.util.stat.ClassificationAgreement
Make a contingency table from two classification arrays, reference and hypoethsized, with the specified number of possible target classes.
makeTabu(E) - Method in interface csli.util.search.TabuList
Indicate that a state is off-limits.
map() - Static method in class csli.util.A
Makes a Map of objects.
map(Object, Object) - Static method in class csli.util.A
 
map(Object, Object, Object, Object) - Static method in class csli.util.A
 
map(Object, Object, Object, Object, Object, Object) - Static method in class csli.util.A
 
map(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class csli.util.A
 
map(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class csli.util.A
 
map(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class csli.util.A
 
map(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class csli.util.A
 
map(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class csli.util.A
 
map(Collection<? extends K>, Transformer.Transform<? super K, ? extends V>) - Static method in class csli.util.collections.Transformer
Create a HashMap that maps each key to trans.transform(key).
mapConstructor1() - Method in class csli.util.collections.map.AbstractPairMap
 
mapConstructor1() - Method in class csli.util.collections.map.HPairMap
 
mapConstructor1() - Method in class csli.util.collections.map.SmoothedPairDistribution
 
mapConstructor2() - Method in class csli.util.collections.map.AbstractPairMap
 
mapConstructor2() - Method in class csli.util.collections.map.HPairMap
 
mapConstructor2() - Method in class csli.util.collections.map.SmoothedPairDistribution
 
MapList - Class in csli.util.collections
Implements a both a key-value map and a ordered list of key-value pairs.
MapList(List, Map, boolean) - Constructor for class csli.util.collections.MapList
Makes a mapList from a list of keys and a map of key-value pairs.
MapList() - Constructor for class csli.util.collections.MapList
 
MapState - Class in csli.util.search
An example SearchState implementation, in which each state represents a path to a particular location on the WorldMap.
MapState(WorldMap.Location, WorldMap) - Constructor for class csli.util.search.MapState
 
MapState(MapState, WorldMap.Location, WorldMap) - Constructor for class csli.util.search.MapState
 
MathUtil - Class in csli.util.math
Misc.
MathUtil() - Constructor for class csli.util.math.MathUtil
 
Matrices - Class in csli.util.math.matrix
A few handy static linear algebra routines.
Matrices() - Constructor for class csli.util.math.matrix.Matrices
 
Matrix - Interface in csli.util.math.matrix
 
Matrix.SingularMatrixException - Exception in csli.util.math.matrix
 
Matrix.SingularMatrixException() - Constructor for exception csli.util.math.matrix.Matrix.SingularMatrixException
 
max(E[]) - Static method in class csli.util.math.ArrayMath
 
max(Collection) - Static method in class csli.util.math.MathUtil
 
max(Iterator) - Static method in class csli.util.math.MathUtil
 
max(E...) - Static method in class csli.util.math.MathUtil
 
MaxentWindowClassifier - Class in csli.util.classify.stanford
A class which implements the standard Stanford classifier interface, but uses a buffered context to build features
MaxentWindowClassifier(Classifier, int, int) - Constructor for class csli.util.classify.stanford.MaxentWindowClassifier
 
MaxentWindowClassifier(Classifier, int, int, boolean) - Constructor for class csli.util.classify.stanford.MaxentWindowClassifier
 
MaxentWindowClassifierFactory - Class in csli.util.classify.stanford
A class which implements the standard Stanford classifier interface, but uses a buffered context to build features
MaxentWindowClassifierFactory(int, double) - Constructor for class csli.util.classify.stanford.MaxentWindowClassifierFactory
A class which implements the standard Stanford classifier interface, but uses a buffered context to build features
MaxentWindowClassifierFactory(int, double, double) - Constructor for class csli.util.classify.stanford.MaxentWindowClassifierFactory
A class which implements the standard Stanford classifier interface, but uses a buffered context to build features
MaxentWindowClassifierFactory(int, boolean, double) - Constructor for class csli.util.classify.stanford.MaxentWindowClassifierFactory
A class which implements the standard Stanford classifier interface, but uses a buffered context to build features
MaxentWindowClassifierFactory(int, boolean, double, double) - Constructor for class csli.util.classify.stanford.MaxentWindowClassifierFactory
A class which implements the standard Stanford classifier interface, but uses a buffered context to build features
maxFeatureId() - Method in class csli.util.classify.berkeley.FeatureSet
 
maxFeatureId() - Method in class csli.util.classify.berkeley.TrainingType
 
maxIndex() - Method in class csli.util.collections.SparseList
 
maxLogLikelihood(List<?>) - Method in class csli.util.nlp.NgramModel
 
Metrics - Class in csli.util.math
 
Metrics() - Constructor for class csli.util.math.Metrics
 
middle() - Method in class csli.util.collections.SortedList
 
midpad(String, int) - Static method in class csli.util.StringHelper
Pad the beginning and end of the given String with spaces until the String is of the given length.
midpad(String, int, char) - Static method in class csli.util.StringHelper
Pad the beginning and end of the given String with the given character until the result is the desired length.
min(E[]) - Static method in class csli.util.math.ArrayMath
 
min(Collection) - Static method in class csli.util.math.MathUtil
 
min(Iterator) - Static method in class csli.util.math.MathUtil
 
min(E...) - Static method in class csli.util.math.MathUtil
 
MINIMUM_TIME_ELAPSED - Static variable in class csli.util.cpu.WindowsCPUInterface
Given the nature of the how system time is measured, there is a minimum threshold over which measurements are meaningful.
minimumLayoutSize(Container) - Method in class csli.util.swing.LayoutAdapter
 
minIndex() - Method in class csli.util.collections.SparseList
 
MODEL_EXT - Static variable in class csli.util.classify.stanford.SvmLightClassifierFactory
 
modelExt - Static variable in class csli.util.classify.stanford.C4_5ClassifierFactory
 
MultiMap<K,V> - Class in csli.util.collections.map
 
MultiMap() - Constructor for class csli.util.collections.map.MultiMap
 
MultiMap(Map<K, V>) - Constructor for class csli.util.collections.map.MultiMap
 
MultiPassStemmer - Class in csli.util.nlp.stem
Calls a list of word stemmers, either until one is found that succeeds in stemming a word, or in order to use them all cumulatively in turn
MultiPassStemmer() - Constructor for class csli.util.nlp.stem.MultiPassStemmer
 
MultiPassStemmer(String[]) - Constructor for class csli.util.nlp.stem.MultiPassStemmer
 
multiply(Matrix) - Method in class csli.util.math.matrix.AbstractMatrix
Returns the product of this matrix with M.
multiply(double) - Method in class csli.util.math.matrix.AbstractMatrix
 
multiply(Matrix) - Method in interface csli.util.math.matrix.Matrix
Returns the product of this matrix with M.
multiply(double) - Method in interface csli.util.math.matrix.Matrix
 
multiply(double, double) - Static method in class csli.util.math.Probability
Multiply two probabilities.
multiplyAsLogs(double, double) - Static method in class csli.util.math.Probability
Multiply two probabilities by adding their logs.
multiplyIP(double) - Method in class csli.util.math.matrix.AbstractMatrix
 
multiplyIP(double) - Method in interface csli.util.math.matrix.Matrix
 
MutableWizardPanelDescriptor - Class in csli.util.swing.wizard
Extends the wizard panel descriptor so that next and back can be set.
MutableWizardPanelDescriptor(Object, Component) - Constructor for class csli.util.swing.wizard.MutableWizardPanelDescriptor
 
MXPOST - Class in csli.util.nlp.postag
Wrapper for Adwait Ratnaparkhi's MXPOST maximum entropy-based tagger http://www.cis.upenn.edu/~adwait/statnlp.html
MXPOST() - Constructor for class csli.util.nlp.postag.MXPOST
 
MXPOST(String) - Constructor for class csli.util.nlp.postag.MXPOST
 

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