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

E

editDistance(List<?>, List<?>, double, double, double) - Static method in class csli.util.math.Metrics
Return the Levenshtein edit distance between two sequences, defined as the minimum of numInsertions*insertCost + numDeletions*deleteCost + numSubstitutions*substituteCost over all possible sequences of insertions, deletions and substitutions that transform s to t.
editDistance(List<?>, List<?>) - Static method in class csli.util.math.Metrics
Returns the edit distance between s and t for the default parameters insertCost = deleteCost = substituteCost = 1.
ElementProcessor - Interface in csli.util.thread
Provides a method to process a single element from the processing queue.
elements() - Method in class csli.util.classify.berkeley.ClassificationSet
 
endsWithAny(String, String[]) - Static method in class csli.util.StringHelper
Tests to see if the given string ends with any of the given terms.
endsWithAnyIgnoreCase(String, String[]) - Static method in class csli.util.StringHelper
Tests to see if the given string ends with any of the given terms.
endsWithCVC(String) - Method in class csli.util.nlp.stem.AdvancedPorterStemmer
 
endsWithDoubleConsonent(String) - Method in class csli.util.nlp.stem.AdvancedPorterStemmer
 
endsWithS(String) - Method in class csli.util.nlp.stem.AdvancedPorterStemmer
 
ensure(boolean, String) - Static method in class csli.util.A
Throw an IllegalStateException if a condition is false.
ensureArg(boolean, String) - Static method in class csli.util.A
Same as ensure/assert, only throwing an IllegalArgumentException
entrySet() - Method in class csli.util.collections.map.AbstractPairMap
 
entrySet() - Method in class csli.util.collections.map.AggregateMap
 
entrySet() - Method in class csli.util.collections.map.MultiMap
 
Enum - Class in csli.util
A model for defining an enumeration class.
Enum() - Constructor for class csli.util.Enum
 
Enum.Color - Class in csli.util
Below is a sample enumeration class.
Enum.IntEnum - Class in csli.util
 
Enum.IntEnum() - Constructor for class csli.util.Enum.IntEnum
 
equal(Object, Object) - Static method in class csli.util.Comparators
tests equality of two objects, including if they are both null; makes use of a's equals() method
equals(Object) - Method in class csli.dialog.core.lf.Sort
 
equals(Object) - Method in class csli.dialog.core.util.Term
 
equals(Object) - Method in class csli.util.FuzzyBoolean
True if the object is a FuzzyBoolean with the same probability
equals(Object) - Method in class csli.util.KeyVal
 
equals(Object) - Method in class csli.util.math.matrix.AbstractMatrix
 
equals(Object) - Method in interface csli.util.math.matrix.Matrix
 
equals(Object) - Method in class csli.util.math.RandomMT
Return true iff this RandomMT has the same internal state as the given one.
equals(Object) - Method in class csli.util.Pair
Tests for equality against another object.
equals(Object) - Method in class csli.util.StringWrapper
 
equalsAny(String, String[]) - Static method in class csli.util.StringHelper
Tests to see if the given string equals any of the given terms.
equalsAnyIgnoreCase(String, String[]) - Static method in class csli.util.StringHelper
Tests to see if the given string equals any of the given terms.
equalStringArrays(String[], String[]) - Static method in class csli.util.StringUtils
Compare two arrays of strings to see if they are equal; return true if they contain strings which are equal or false otherwise
error(int[][]) - Static method in class csli.util.stat.ClassificationAgreement
Evaluates the error between two n-class classifications.
ERROR_RETURN_CODE - Static variable in class csli.util.swing.wizard.Wizard
Indicates that the dialog closed due to an internal error.
escapeHTML(String) - Static method in class csli.util.StringHelper
Replaces characters that may be confused by a HTML parser with their equivalent character entity references.
escapeJavaLiteral(String) - Static method in class csli.util.StringHelper
Replaces characters that are not allowed in a Java style string literal with their escape characters.
escapeRegularExpressionLiteral(String) - Static method in class csli.util.StringHelper
Escapes characters that have special meaning to regular expressions
escapeSQL(String) - Static method in class csli.util.StringHelper
Replaces characters that may be confused by an SQL parser with their equivalent escape characters.
evaluate() - Method in interface csli.util.interfaces.Predicate
Evaluate the predicate and return a value.
execCommand(String) - Static method in class csli.util.ShellUtils
 
execCommand(String[]) - Static method in class csli.util.ShellUtils
 
execCommand(String, File) - Static method in class csli.util.ShellUtils
 
execCommand(String[], File) - Static method in class csli.util.ShellUtils
 
execCommand(String, boolean, boolean) - Static method in class csli.util.ShellUtils
 
execCommand(String[], boolean, boolean) - Static method in class csli.util.ShellUtils
 
execCommand(String, File, boolean, boolean) - Static method in class csli.util.ShellUtils
 
execCommand(String[], File, boolean, boolean) - Static method in class csli.util.ShellUtils
 
ExpandAllNodes - Class in csli.util.swing.jtree
Expands all nodes in the tree model on every change.
ExpandAllNodes(JTree, boolean) - Constructor for class csli.util.swing.jtree.ExpandAllNodes
 
ExpandLastNode - Class in csli.util.swing.jtree
Expands the last nodes in the tree model Must be added BEFORE the model is set for the tree.
ExpandLastNode(JTree, boolean) - Constructor for class csli.util.swing.jtree.ExpandLastNode
 
expandTree(JTree) - Static method in class csli.util.swing.TreeUtils
expand a jtree so it's fully visible
extend(List<?>) - Method in class csli.util.nlp.NgramModel
 
ExternalClassifier - Class in csli.util.classify.stanford
An extension for the standard Stanford Classifier class for use with external stand-alone classifiers.
ExternalClassifier(String, String) - Constructor for class csli.util.classify.stanford.ExternalClassifier
 
ExternalClassifier(String, String, HashMap<String, Integer>, List<Pair<Double, Double>>) - Constructor for class csli.util.classify.stanford.ExternalClassifier
 
ExternalClassifierFactory - Class in csli.util.classify.stanford
An extension for the standard Stanford ClassifierFactory class for use with external stand-alone classifiers.
ExternalClassifierFactory(String, String) - Constructor for class csli.util.classify.stanford.ExternalClassifierFactory
 
extractSlotNames(String) - Static method in class csli.util.A
Extract a list of slot names from the string of the form "blah [slot1] blah blah [slot2] blah"

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