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

P

PaiceStemmer - Class in csli.util.nlp.stem
Class: PaiceStemmer * * Purpose: Stemming Algorithm *
PaiceStemmer(String, String) - Constructor for class csli.util.nlp.stem.PaiceStemmer
Method: PaiceStemmer * * Purpose: init *
PaiceStemmer(boolean, boolean) - Constructor for class csli.util.nlp.stem.PaiceStemmer
Method: PaiceStemmer * * Purpose: init * version using default rules - mpurver
PaiceStemmer() - Constructor for class csli.util.nlp.stem.PaiceStemmer
Method: PaiceStemmer * * Purpose: init * version using default rules - mpurver
Pair<A1,B2> - Class in csli.util
Pair of objects (when you need to return two, or put them on a list)
Pair(A1, B2) - Constructor for class csli.util.Pair
 
Pair(Pair<A1, B2>) - Constructor for class csli.util.Pair
 
Pair(A1, B2, boolean) - Constructor for class csli.util.Pair
 
PairMap<K1,K2,V> - Interface in csli.util.collections.map
An interface for a map that takes two keys for each entry.
PairZip<A,B> - Class in csli.util.iterators
 
PairZip(Iterable<A>, Iterable<B>) - Constructor for class csli.util.iterators.PairZip
 
param(String, String) - Static method in class csli.util.XMLUtils
Make an xml param of the form name="value" -alexgru Dec 9, 2003
parent - Variable in class csli.util.OrthographicTree
 
parse(String) - Static method in class csli.util.TimeUtils
 
PeakFinding - Class in csli.util.dsp
Utilities for converting data from one representation to another.
PeakFinding() - Constructor for class csli.util.dsp.PeakFinding
 
pLogP(double) - Static method in class csli.util.classify.stanford.ClassifierUtils
Convenience method to get round the fact that multiplying zero by -Inf gives NaN
port - Variable in class csli.util.socket.SocketServer
 
PorterStemmer - Class in csli.util.nlp.stem
Stemmer, implementing the Porter Stemming Algorithm The porterStemmer class transforms a word into its root form.
PorterStemmer() - Constructor for class csli.util.nlp.stem.PorterStemmer
 
POS_LABEL - Static variable in class csli.util.classify.stanford.SvmLightClassifierFactory
 
posExamples() - Method in class csli.util.classify.berkeley.TrainingType
 
posLabel - Static variable in class csli.util.classify.stanford.WeightedWindowClassifierFactory
 
PoSTagger - Class in csli.util.nlp
An abstract part-of-speech tagger.
PoSTagger() - Constructor for class csli.util.nlp.PoSTagger
 
PoSTaggerFactory - Class in csli.util.nlp
A factory that returns a part-of-speech tagger.
PoSTaggerFactory() - Constructor for class csli.util.nlp.PoSTaggerFactory
 
postpad(String, int) - Static method in class csli.util.StringHelper
Pad the end of the given String with spaces until the String is of the given length.
postpad(String, int, char) - Static method in class csli.util.StringHelper
Append the given character to the String until the result is the desired length.
PraatUtils - Class in csli.util
Utilities for processing Praat files.
PraatUtils() - Constructor for class csli.util.PraatUtils
 
precision(int[][]) - Static method in class csli.util.stat.ClassificationAgreement
Evaluates positive precision in a binary-classification ref/hyp contingency table.
precision(int[][], int) - Static method in class csli.util.stat.ClassificationAgreement
Evaluates the precision of a specified class in a multi-class classification.
Predicate - Interface in csli.util.interfaces
Encapsulating a simple binary predicate.
preferredLayoutSize(Container) - Method in class csli.util.swing.LayoutAdapter
 
prefix - Variable in class csli.util.OrthographicTree
 
prepad(String, int) - Static method in class csli.util.StringHelper
Pad the beginning of the given String with spaces until the String is of the given length.
prepad(String, int, char) - Static method in class csli.util.StringHelper
Pre-pend the given character to the String until the result is the desired length.
prError(double, double, double, double[], double[]) - Static method in class csli.util.stat.SegmentationAgreement
The Pr_error metric from Georgescul et al (SIGdial 2006), using the default C_miss = C_falseAlarm = 0.5.
prError(double, double, double, double[], double[], double) - Static method in class csli.util.stat.SegmentationAgreement
The Pr_error metric from Georgescul et al (SIGdial 2006).
primitivize(Collection<Double>) - Static method in class csli.util.collections.ConvertToPrimitives
Convert a collection of non-primitive Doubles to a double array.
printAudioOutChannels(Line.Info) - Static method in class csli.util.AudioUtils
 
printFn() - Static method in class csli.util.CallDetective
Prints out the function information
printFn(Object) - Static method in class csli.util.CallDetective
Prints out function information as well as the speicified object
printNode(Node, PrintWriter) - Method in class csli.util.xml.XmlPrinter
Print node structure to XML format.
printNode(Node, PrintWriter, int) - Method in class csli.util.xml.XmlPrinter
Print node structure to text format.
printResults() - Static method in class csli.util.thread.ThreadTimer
 
printSizes(Component) - Static method in class csli.util.swing.SpringUtilities
A debugging utility that prints to stdout the component's minimum, preferred, and maximum sizes.
printTable(int[][]) - Static method in class csli.util.stat.ClassificationAgreement
 
Probability - Class in csli.util.math
 
Probability() - Constructor for class csli.util.math.Probability
 
process(String) - Method in class csli.util.StringPreprocessor
 
processElement(ProcessingQueue.Element) - Method in interface csli.util.thread.ElementProcessor
 
ProcessingQueue - Class in csli.util.thread
ProcessingQueue can take elements from many different threads, and process them sequentially on a single processing thread.
ProcessingQueue(String, ElementProcessor) - Constructor for class csli.util.thread.ProcessingQueue
 
ProcessingQueue.Element - Class in csli.util.thread
 
ProcessingQueue.Element(Object) - Constructor for class csli.util.thread.ProcessingQueue.Element
 
ProcessingQueue.Element(Object, int) - Constructor for class csli.util.thread.ProcessingQueue.Element
 
ProcessingQueue.ProcessLoop - Class in csli.util.thread
 
ProcessingQueue.ProcessLoop(String, ElementProcessor, ProcessingQueue) - Constructor for class csli.util.thread.ProcessingQueue.ProcessLoop
 
processList(Collection, UnaryFn) - Static method in class csli.util.A
Returns a new list obtained by applying f to each object in src list
processMap(Map, BinaryFn) - Static method in class csli.util.A
Returns a new set obtained by applying f to each key-value pair in src
processResult(Object) - Method in interface csli.util.thread.AsynchResultCallback
 
processSet(Collection, UnaryFn) - Static method in class csli.util.A
Returns a new set obtained by applying f to each object in src
ProgressDialog - Class in csli.util.swing
Displays a progress bar for loading and status printing area.
ProgressDialog(String, Dialog) - Constructor for class csli.util.swing.ProgressDialog
Create a Progress dialogue box
ProgressDialog(String, Dialog, int, int) - Constructor for class csli.util.swing.ProgressDialog
Create a Progress dialogue box
ProgressDialog(String, Dialog, int, int, int, int) - Constructor for class csli.util.swing.ProgressDialog
Create a Progress dialogue box
ProgressDialog(String, Frame) - Constructor for class csli.util.swing.ProgressDialog
Create a Progress dialogue box
ProgressDialog(String, Frame, int, int) - Constructor for class csli.util.swing.ProgressDialog
Create a Progress dialogue box
ProgressDialog(String, Frame, int, int, int, int) - Constructor for class csli.util.swing.ProgressDialog
Create a Progress dialogue box
ProgressDialogIface - Interface in csli.util.swing
An interface extracted from ProgressDialog so that there can be a more minimal implementation.
propertyChange(PropertyChangeEvent) - Method in class csli.util.swing.wizard.Wizard
Method used to listen for property change events from the model and update the dialog's graphical components as necessary.
prune(List<D>, Set<String>) - Static method in class csli.util.classify.stanford.ClassifierUtils
 
pruneFeatures(List<D>, List<String>, String, String) - Static method in class csli.util.classify.stanford.ClassifierUtils
 
pruneFeaturesByCorrelation(List<D>, double, String, String) - Static method in class csli.util.classify.stanford.ClassifierUtils
 
pruneFeaturesByFreq(List<D>, double) - Static method in class csli.util.classify.stanford.ClassifierUtils
 
pruneFeaturesByInfoGain(List<D>, double, String, String) - Static method in class csli.util.classify.stanford.ClassifierUtils
 
pushBack(String) - Method in class csli.util.file.LineReader
Push back a line.
put(double, double) - Method in class csli.util.classify.berkeley.FeatureMap
Convenient interface to TreeMap for small-d doubles
put(double, FeatureSet) - Method in class csli.util.classify.berkeley.FeatureSetMap
Convenient interface to TreeMap for small-d doubles
put(K1, K2, V) - Method in class csli.util.collections.map.AbstractPairMap
 
put(K1, M2) - Method in class csli.util.collections.map.AbstractPairMap
 
put(K, V) - Method in class csli.util.collections.map.MultiMap
 
put(K1, K2, V) - Method in interface csli.util.collections.map.PairMap
 
put(K, Double) - Method in class csli.util.collections.map.SmoothedDistribution
 
put(Object, Object) - Method in class csli.util.collections.MapList
Puts the key-value pair into the map.
put(String, Object) - Method in class csli.util.FeatureStructure
This will throw a runtime exception if this isn't a feature structure of a iclterm
putFS(String, FeatureStructure) - Method in class csli.util.FeatureStructure
 
putMap(K1, Map<K2, V>) - Method in class csli.util.collections.map.AbstractPairMap
 
putMap(K1, Map<K2, V>) - Method in interface csli.util.collections.map.PairMap
 
putTerm(String, IclTerm) - Method in class csli.util.FeatureStructure
 
putTerm(String, String) - Method in class csli.util.FeatureStructure
 

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