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

A

a() - Method in class rita.support.behavior.RiInterpolater4D
 
A - Static variable in class rita.support.RiPos
 
a() - Method in class rita.support.RiTest
 
actionPerformed(RiGUIEvent) - Method in class rita.RiTextField
 
actionPerformed(RiGUIEvent) - Method in class rita.support.gui.RiGUIWidget
 
activeColor - Variable in class rita.support.gui.RiGUILookAndFeel
 
add(RiGUIWidget) - Method in class rita.support.gui.RiGUIController
 
add(Object) - Method in class rita.support.HistoryQueue
 
add(String, String) - Method in class rita.support.MultiMap
Adds val to the array for key, or creates a new 1-element array for val if no such key exists
addAddendum(String, String[]) - Method in class rita.support.RiCMULexicon
Adds a word to the addenda.
addAddendum(String, String, String[]) - Method in class rita.support.RiCMULexicon
 
addAddendum(String, String, String[]) - Method in class rita.support.RiLexiconImpl
returns a '0' (no-stress) or 1 (stressed) for each phoneme public String[] getRawStresses(String word) { String phones = lookupPhonemesAndStresses(word); if (phones == null) return null; String[] p = phones.split(Featured.PHONEME_BOUNDARY); for (int i = 0; i < p .length; i++) { String s = p[i]; char c = s.charAt(s.length()-1); System.err.println("Checking: "+s+"/"+c); if (c == RiLexicon.STRESSED) p[i] = "1"; else p[i] = "0"; } return p; } static final char[] STRESS_MARKS = { RiLexicon.STRESSED, RiLexicon.UNSTRESSED };
addAll(Object[]) - Method in class rita.support.HistoryQueue
 
addAll(Collection) - Method in class rita.support.HistoryQueue
 
addBehavior(RiTextBehavior) - Method in class rita.RiText
Add a new behavior to this RiText's run queue
addBreak() - Method in class rita.support.RiWordRelation
Adds a break as a feature to the last item in the list.
addButtons(JToolBar) - Method in class rita.RiGrammarEditor
 
addButtons(JToolBar) - Method in class rita.support.RiEditorWindow
 
addChild(String) - Method in interface rita.support.RiTextNode
If the newToken does not exist as a child, creates a new child node with a frequency of 1 (e.g., else increments the existing child node's frequency by 1.
addChild(char, int) - Method in interface rita.support.RiTextNode
 
addChild(String, int) - Method in interface rita.support.RiTextNode
If the newToken does not exist as a child, creates a new child node with initialCount as its frequency (e.g., for smoothing), else increments the existing child nodes frequency by 1
addChild(String) - Method in class rita.support.TextNode
 
addChild(char, int) - Method in class rita.support.TextNode
 
addChild(String, int) - Method in class rita.support.TextNode
 
addDefinition(String, String) - Method in class rita.RiGrammar
Deprecated.  
addDefinition(String, List) - Method in class rita.support.grammar.Grammar
 
addEntity(String, int) - Method in class rita.support.EntityLookup
 
addEntityLookup(String[][]) - Method in class rita.support.EntityLookup
 
addFeature(CharSequence, CharSequence) - Method in class rita.RiText
Adds a feature (a key-value pair) to the RiText.
addFeature(CharSequence, CharSequence) - Method in class rita.support.Featured
 
addFeature(Map, CharSequence, CharSequence) - Static method in class rita.support.Featured
 
addFeature(CharSequence, CharSequence) - Method in interface rita.support.FeaturedIF
 
addLine(String) - Method in class rita.RiConcorder
Add the data from a single line into the frequency table
addLines(String[]) - Method in class rita.RiKWICker
Adds lines to the model
addLinesFromFile(String) - Method in class rita.RiKWICker
Assumes an input file with one sentence per line and adds each to the current model.
addListener(BehaviorListener) - Method in class rita.RiTextBehavior
Adds a listener for events fired from this behavior, e.g., completion, upon which it will behaviorCompleted();
addListener(Object) - Method in class rita.RiTimer
 
addPosFeature() - Method in class rita.support.RiPhrase
 
addPosFeature(String[], Map) - Static method in class rita.support.RiPhrase
 
addRule(String, String) - Method in class rita.RiGrammarX
 
addRule(String, String, float) - Method in class rita.RiGrammarX
 
addRule(List, int) - Method in class rita.support.grammar.Definition
Adds a rule (a List of String tokens) multiplier times.
addRule(String[]) - Method in class rita.support.grammar.Definition
 
addRule(String[], int) - Method in class rita.support.grammar.Definition
 
addRule(String, String, float) - Method in class rita.support.grammar.RuleList
 
addWord(String) - Method in class rita.RiConcorder
Adds a single word to the model with a count of 1 if it does not yet exist, else increments its count by 1.
addWord(String) - Method in class rita.support.RiWordRelation
Adds a word as an Item to this WordRelation object.
addWords(String[]) - Method in class rita.RiConcorder
Adds the wordsto the model, incrementing their counts (and the total-count) for each.
ADJ_PHRASE - Static variable in class rita.support.me.MaxEntChunker
 
ADV_PHRASE - Static variable in class rita.support.me.MaxEntChunker
 
ALL - Static variable in class rita.support.RiPos
Part of Speech TYPE -> AL FORMATS
allCaps(String) - Static method in class rita.RiTa
Verifies all chars are are capital letters
allLetters(String[]) - Static method in class rita.RiTa
Verifies all characters in all words are lowercase letters
allLowerCase(String) - Static method in class rita.RiTa
Verifies all characters are lowercase & letters
allLowerCase(String[]) - Static method in class rita.RiTa
Verifies all characters in all (non-null) words are lowercase letters
allowDuplicates() - Method in class rita.support.HistoryQueue
 
analyse(String) - Method in class rita.support.RegexRule
Analyse.
analyze(String) - Method in class rita.RiAnalyzer
Sets text as the current phrase and analyzes it, so that subsequent calls to methods like getPos(), getPhonemes(), getSyllables(), etc.
analyze(CharSequence) - Method in class rita.RiAnalyzer
Sets text as the current phrase and analyzes it, so that subsequent calls to methods like getPos(), getPhonemes(), getSyllables(), etc.
analyze(RiCharSequence) - Method in class rita.RiAnalyzer
Sets the text contained by rt as the current phrase and analyzes it, so that subsequent calls to methods like getPos(), getPhonemes(), getSyllables(), etc.
analyze(RiText[]) - Method in class rita.RiAnalyzer
Analyzes an array of each RiTexts, setting the appropriate features for each element assuming that each holds a single word.
appendFeature(String, String) - Method in class rita.RiText
See rita.support.feature.Featured#appendFeature(java.lang.String, java.lang.String)
appendFeature(String, String) - Method in class rita.support.Featured
 
applies(String) - Method in class rita.support.RegexRule
Applies.
ARG_DELIM - Static variable in interface rita.support.remote.RemoteConstants
 
ARR_DELIM - Static variable in interface rita.support.remote.RemoteConstants
 
asArray() - Method in class rita.support.HistoryQueue
 
asFeature(boolean) - Static method in class rita.support.Featured
 
asFeature(List) - Static method in class rita.support.Featured
 
asFeature(Object[]) - Static method in class rita.support.Featured
 
asFeature(List, String) - Static method in class rita.support.Featured
 
asFeature(Object[], String) - Static method in class rita.support.Featured
 
asList(Set) - Static method in class rita.RiTa
 
asList(int[]) - Static method in class rita.RiTa
 
asList(char[]) - Static method in class rita.RiTa
 
asList(long[]) - Static method in class rita.RiTa
 
asList(float[]) - Static method in class rita.RiTa
 
asList(Object[]) - Static method in class rita.RiTa
 
asTree(boolean) - Method in interface rita.support.RiTextNode
 
asTree(boolean) - Method in class rita.support.TextNode
 
AVAILABLE_VOICES - Static variable in class rita.support.RiMacSpeechEngine
The default mac tts voice sets

B

b() - Method in class rita.support.behavior.RiInterpolater4D
 
b() - Method in class rita.support.RiTest
 
baseColor - Variable in class rita.support.gui.RiGUILookAndFeel
 
BEHAVIOR_COMPLETED - Static variable in interface rita.support.RiConstants
Specifies 'BEHAVIOR_COMPLETED' as the event type for a RiTaEvent
behaviorCompleted(RiTextBehavior) - Method in class rita.RiTimer
 
behaviorCompleted(RiTextBehavior) - Method in interface rita.support.behavior.BehaviorListener
 
BehaviorListener - Interface in rita.support.behavior
 
BN - Static variable in class rita.RiTa
 
BN - Static variable in class rita.support.grammar.Grammar
 
BOM_SIZE - Static variable in class rita.support.UnicodeInputStream
 
borderColor - Variable in class rita.support.gui.RiGUILookAndFeel
 
BOUNDING_BOX_ALPHA - Static variable in interface rita.support.RiConstants
 
BoundingBoxAlphaFade - Class in rita.support.behavior
 
BoundingBoxAlphaFade(RiText, float, float) - Constructor for class rita.support.behavior.BoundingBoxAlphaFade
 
BoundingBoxAlphaFade(RiText, float, float, float) - Constructor for class rita.support.behavior.BoundingBoxAlphaFade
 
boundingBoxFill(float, float, float, float) - Method in class rita.RiText
Set the bounding-box (or background) color for this object
boundingBoxFill(float[]) - Method in class rita.RiText
Set the current boundingBoxFill color for this object, applicable only when showBoundingBox(true) has been called.
boundingBoxFill(float) - Method in class rita.RiText
 
boundingBoxFill(float, float) - Method in class rita.RiText
 
boundingBoxFill(float, float, float) - Method in class rita.RiText
 
boundingBoxPadding() - Method in class rita.RiText
Returns the bounding box padding
boundingBoxPadding(float) - Method in class rita.RiText
Sets min padding (in pixels) around all sides of text in bounding box (default=1)
boundingBoxStroke(float, float, float, float) - Method in class rita.RiText
Set the stroke color for the bounding-box of this object, assuming it has been set to visible.
boundingBoxStroke(float) - Method in class rita.RiText
 
boundingBoxStroke(float, float) - Method in class rita.RiText
 
boundingBoxStroke(float, float, float) - Method in class rita.RiText
 
boundingBoxStroke(float[]) - Method in class rita.RiText
Set the current boundingBoxStroke color for this object, applicable only when showBoundingBox(true) has been called.
boundingBoxStrokeWeight() - Method in class rita.RiText
Returns the bounding box stroke weight
boundingBoxStrokeWeight(float) - Method in class rita.RiText
Set the current bgstroke weight for this object
BR - Static variable in class rita.support.grammar.Grammar
 
BRILL_POS_TAGGER - Static variable in interface rita.support.RiConstants
Type-constant for a rule or tranformation-based tagger
BrillPosTagger - Class in rita.support
Simple transformation-based pos-tagger for the RiTa libary using the Penn tagset

C

CallbackHandler - Class in rita.support.grammar
 
CallbackHandler(Object) - Constructor for class rita.support.grammar.CallbackHandler
 
callbackHandler - Variable in class rita.support.grammar.CallbackHandler
 
canReceiveFocus() - Method in class rita.support.gui.RiGUIWidget
 
captureScreen(String, int, int, int, int) - Static method in class rita.RiTa
Takes a screenshot of the specified width and height (starting at x,y), writes it to a JPG file, and returns the generated BufferedImage.
captureScreen(String, int, int) - Static method in class rita.RiTa
Takes a screenshot of the specified width and height (starting in the upper left-hand corner)
captureScreen(String) - Static method in class rita.RiTa
Takes a screenshot of the specified width and height (starting in the upper left-hand corner)
category00 - Static variable in class rita.support.PlingStemmer
Words that do not have a distinct plural form (like "atlas" etc.)
categoryCHE_CHES - Static variable in class rita.support.PlingStemmer
Words that change from "-che" to "-ches" (like "brioche" etc.), listed in their plural forms
categoryEX_ICES - Static variable in class rita.support.PlingStemmer
Words that change from "-ex" to "-ices" (like "index" etc.), listed in their plural forms
categoryICS - Static variable in class rita.support.PlingStemmer
Words that end with "-ics" and do not exist as nouns without the 's' (like "aerobics" etc.)
categoryIE_IES - Static variable in class rita.support.PlingStemmer
Words that change from "-ie" to "-ies" (like "auntie" etc.), listed in their plural forms
categoryIS_ES - Static variable in class rita.support.PlingStemmer
Words that change from "-is" to "-es" (like "axis" etc.), listed in their plural forms Borrowed from the PlingStemmer stemmer implementation included in the Java Tools pacakge (see http://mpii.de/yago-naga/javatools).
categoryIX_ICES - Static variable in class rita.support.PlingStemmer
Words that change from "-ix" to "-ices" (like "appendix" etc.), listed in their plural forms Borrowed from the PlingStemmer stemmer implementation included in the Java Tools pacakge (see http://mpii.de/yago-naga/javatools).
categoryO_I - Static variable in class rita.support.PlingStemmer
Words that change from "-o" to "-i" (like "libretto" etc.), listed in their plural forms Borrowed from the PlingStemmer stemmer implementation included in the Java Tools pacakge (see http://mpii.de/yago-naga/javatools).
categoryOE_OES - Static variable in class rita.support.PlingStemmer
Words that change from "-oe" to "-oes" (like "toe" etc.), listed in their plural forms
categoryON_A - Static variable in class rita.support.PlingStemmer
Words that change from "-on" to "-a" (like "phenomenon" etc.), listed in their plural forms Borrowed from the PlingStemmer stemmer implementation included in the Java Tools pacakge (see http://mpii.de/yago-naga/javatools).
categorySE_SES - Static variable in class rita.support.PlingStemmer
Words that end in "-se" in their plural forms (like "nurse" etc.) Borrowed from the PlingStemmer stemmer implementation included in the Java Tools pacakge (see http://mpii.de/yago-naga/javatools).
categorySSE_SSES - Static variable in class rita.support.PlingStemmer
Words that change from "-sse" to "-sses" (like "finesse" etc.), listed in their plural forms
categoryU_US - Static variable in class rita.support.PlingStemmer
Words that change from "-u" to "-us" (like "emu" etc.), listed in their plural forms
categoryUM_A - Static variable in class rita.support.PlingStemmer
Words that change from "-um" to "-a" (like "curriculum" etc.), listed in their plural forms Borrowed from the PlingStemmer stemmer implementation included in the Java Tools pacakge (see http://mpii.de/yago-naga/javatools).
categoryUS_I - Static variable in class rita.support.PlingStemmer
Words that change from "-us" to "-i" (like "fungus" etc.), listed in their plural forms Borrowed from the PlingStemmer stemmer implementation included in the Java Tools pacakge (see http://mpii.de/yago-naga/javatools).
changeLength(float) - Method in class rita.support.RiTurtle
 
changeStrokeWeight(float) - Method in class rita.support.RiTurtle
 
changeTheta(float) - Method in class rita.support.RiTurtle
 
charAt(int) - Method in class rita.RiString
 
charAt(int) - Method in class rita.RiText
Returns the character at the specified index
charAt(int) - Method in class rita.support.RiPhrase
 
charCount() - Method in class rita.support.RiPhrase
 
checkForCompletion() - Method in class rita.RiTextBehavior
Checks for completion, and if so, fires the callback
checkForCompletion() - Method in class rita.support.behavior.InterpolatingBehavior
 
childIterator() - Method in interface rita.support.RiTextNode
 
childIterator() - Method in class rita.support.TextNode
 
chomp(String) - Static method in class rita.RiTa
Removes white-space and line breaks from start and end of String
chunk(String[], String[]) - Method in class rita.RiChunker
Use supplied part-of-speech tags to do chunking, then returning chunk data inline, in following format (for input 'The boy ran over dog'):
chunk(List, List) - Method in class rita.RiChunker
Use supplied part-of-speech tags to do chunking, then returning chunk data inline, in following format (for input 'The boy ran over dog'):
chunk(List, List) - Method in interface rita.support.ifs.RiChunkerIF
Returns a String of chunks inline
chunk(String[], String[]) - Method in interface rita.support.ifs.RiChunkerIF
Returns a String of chunks inline
chunk(List, List) - Method in class rita.support.me.MaxEntChunker
 
chunk(String[], String[]) - Method in class rita.support.me.MaxEntChunker
 
chunk(List, List) - Method in class rita.support.remote.RemoteChunker
 
chunk(String[], String[]) - Method in class rita.support.remote.RemoteChunker
 
CHUNKER - Static variable in interface rita.support.remote.RemoteConstants
 
CHUNKS - Static variable in class rita.support.Featured
 
clear() - Method in class rita.RiConcorder
Clears the model, resets variables, and prepares it for reloading with new data
clear() - Method in class rita.RiTextField
Clears any text in the text field
clear() - Method in class rita.support.grammar.RuleList
Empty collections on dispose
clear() - Method in class rita.support.HistoryQueue
 
clear() - Method in class rita.support.IntHashMap
Clears this hashtable so that it contains no keys.
clear() - Method in class rita.support.MultiMap
 
clearFeatures() - Method in class rita.RiText
Clears all the features (key-value pairs) for the RiText
clearFeatures() - Method in class rita.support.Featured
 
clearFeatures() - Method in interface rita.support.FeaturedIF
 
clearRules() - Method in class rita.support.grammar.Definition
Removes all rules from this Definition
close() - Method in class rita.support.UnicodeInputStream
 
CLOSE_DEF - Static variable in class rita.support.grammar.Grammar
 
CLOSE_QUANT - Static variable in class rita.support.grammar.Grammar
 
CLOSE_TOKEN - Static variable in class rita.support.grammar.Grammar
 
CLOSED_CLASS_WORDS - Static variable in class rita.RiTa
 
closeGrammarEditor() - Method in class rita.RiGrammar
Returns the current callback handler for 'exec' calls
cMode - Variable in class rita.support.PAppletState
 
cModeA - Variable in class rita.support.PAppletState
 
cModeX - Variable in class rita.support.PAppletState
 
cModeY - Variable in class rita.support.PAppletState
 
cModeZ - Variable in class rita.support.PAppletState
 
COMMA - Static variable in class rita.RiTa
 
COMMENT - Static variable in class rita.support.grammar.Grammar
 
compare(RiLetterToSound) - Method in class rita.support.RiLetterToSound
Compares this LTS to another for debugging purposes.
CompareProperties - Class in rita.support
 
CompareProperties() - Constructor for class rita.support.CompareProperties
 
compareTo(Object) - Method in class rita.RiString
 
compareTo(String) - Method in class rita.RiString
 
compareTo(Object) - Method in class rita.RiText
 
compareTo(String) - Method in class rita.RiText
 
compareTo(Object) - Method in class rita.support.ObjectPair
Compares this ObjectPair to another object.
compareTo(Object) - Method in interface rita.support.RiTextNode
 
compareTo(Object) - Method in class rita.support.TextNode
 
compareToIgnoreCase(String) - Method in class rita.RiString
 
compareToIgnoreCase(String) - Method in class rita.RiText
 
completeBehaviors() - Method in class rita.RiText
Immediately marks all Behaviors in the RiText's run queue as complete and causes them to fire theirbehaviorCompleted() methods.
completed - Variable in class rita.RiTextBehavior
 
completed - Variable in class rita.support.behavior.RiInterpolater
 
compute(String[], String[]) - Method in class rita.support.MinEditDist
Deprecated.  
computeAdjusted(String, String) - Method in class rita.support.MinEditDist
Compute min-edit-distance between 2 strings divided by their average length.
computeAdjusted(String[], String[]) - Method in class rita.support.MinEditDist
Computes min-edit-distance between 2 string arrays where each array element either matches or does not divided by their average (array) length.
computeRaw(String, String) - Method in class rita.support.MinEditDist
Compute min-edit-distance between 2 strings
computeRaw(String[], String[]) - Method in class rita.support.MinEditDist
Computes min-edit-distance between 2 string arrays where each array element either matches or does not.
concat(String) - Method in class rita.RiString
 
concat(String) - Method in class rita.RiText
 
conjugate() - Method in class rita.RiConjugator
Conjugates the current head verb based on the state of the conjugator
conjugate(String) - Method in class rita.RiConjugator
Conjugates the verb based on the current state of the conjugator
conjugate(String, String, String, String) - Method in class rita.RiConjugator
A convenience method to set number, person, & tense, then conjugate, all in one call
conjugate(int, int, int, String) - Method in class rita.RiConjugator
A convenience method to set number, person, & tense, then conjugate, all in one call
conjugateAll(String, Set) - Method in class rita.RiConjugator
Returns all unique possible conjugations of the specified verb
conjugateAll(String) - Method in class rita.RiConjugator
Returns all possible conjugations of the specified verb (contains duplicates)
connect() - Method in class rita.support.HttpTimeoutURLConnection
 
connect() - Method in class rita.support.remote.RiClientStub
 
constrain(float, float, float) - Static method in class rita.RiTa
 
constrain(int, int, int) - Static method in class rita.RiTa
 
containingStringsByLetter(String) - Method in class rita.RiLexicon
Returns valid words (in lexicon) using both substring and superstring matching.
contains(String) - Method in class rita.RiConcorder
True if the concordance contains word, else false
contains(String) - Method in class rita.RiLexicon
Returns true if the word exists in the lexicon
contains(CharSequence) - Method in class rita.RiString
 
contains(String, String) - Static method in class rita.RiTa
 
contains(String, char, boolean) - Static method in class rita.RiTa
Returns true if 'search' is found in the String, else false.
contains(String, char) - Static method in class rita.RiTa
 
contains(Object[], Object) - Static method in class rita.RiTa
Returns true if array contains the item, else false
contains(CharSequence, CharSequence, boolean) - Static method in class rita.RiTa
Return true if 'search' is a substring of 'full'
contains(CharSequence, CharSequence[], boolean) - Static method in class rita.RiTa
Return true if any of the words in 'searches' are a substring of 'full'
contains(float, float) - Method in class rita.RiText
Checks if the input point is inside the bounding box
contains(CharSequence) - Method in class rita.RiText
 
contains(T) - Method in class rita.support.FinalSet
Tells whether x is in the container
contains(Object) - Method in class rita.support.HistoryQueue
 
contains(Object) - Method in class rita.support.IntHashMap
Tests if some key maps into the specified value in this hashtable.
contains(String) - Method in class rita.support.RiVoiceManager
Check if there is a voice provides with the given name.
contains3D(float, float) - Method in class rita.RiText
Checks if the input point is inside the object's bounding box after converting its x,y,z coordinates to screen x & y.
containsAll(Collection) - Method in class rita.support.HistoryQueue
 
containsChar(char) - Method in class rita.RiTravesty
Returns true if the model contains the token in any position, else false.
containsChar(String) - Method in class rita.support.MarkovModel
Returns true if the model contains the token in any position, else false.
containsKey(int) - Method in class rita.support.IntHashMap
Tests if the specified object is a key in this hashtable.
containsKey(String) - Method in class rita.support.MultiMap
 
containsValue(Object) - Method in class rita.support.IntHashMap
Returns true if this HashMap maps one or more keys to this value.
contentEquals(StringBuilder) - Method in class rita.RiString
 
copy() - Method in class rita.RiPageLayout
 
copy(RiString) - Static method in class rita.RiString
Creates and returns a copy of riString
copy() - Method in class rita.RiString
Creates and returns a copy of this object
copy() - Method in class rita.RiText
Returns a field for field copy of this object
copy(RiText) - Static method in class rita.RiText
Returns a field for field copy of toCopy
copy() - Method in class rita.support.grammar.Definition
 
copy() - Method in class rita.support.grammar.Grammar
 
copy(String) - Method in class rita.support.gui.RiGUIController
 
copy() - Method in class rita.support.RiPhrase
 
count(String, String) - Static method in class rita.RiTa
counts the # of times 'toMatch' appears in input
count(String, char) - Static method in class rita.RiTa
counts the # of times char c appears in input
create(PApplet) - Static method in class rita.RiSample
Creates a new RiSample object of correct type based upon available libraries.
create(PApplet, String) - Static method in class rita.RiSample
Creates a new RiSample object using the specified library.
create(PApplet, String) - Static method in class rita.RiTa
Creates and returns an Xmlable from the contents of String xml after calling the no-argument constructor.
createDefaultFont(String, float) - Static method in class rita.RiText
Deprecated.  
createDefaultFont(PApplet, String, float) - Static method in class rita.RiText
Sets the default font for all RiTexts to be created (via PApplet.createFont(String)).
createFeatureMap(PApplet, CharSequence) - Static method in class rita.support.RiPhrase
 
createFont(String, float) - Method in class rita.RiText
Creates (and caches) the font for this object from a System font (via PApplet.createFont()).
createFromFile(PApplet, String) - Static method in class rita.RiTa
Creates and returns an Xmlable from the XML contents of fileName after calling the no-argument constructor.
createLerp(PApplet, float, float, float, float) - Method in class rita.RiText
Creates and returns a new behavior that interpolates between 2 values, 'start' and 'target', and generates a callback to pApplet.onRiTaEvent(RiTaEvent) when finished.
createLerp(PApplet, float, float, float) - Method in class rita.RiText
 
createLerp(PApplet) - Method in class rita.RiText
 
createLetters(PApplet, String, int, int) - Static method in class rita.RiText
Creates an array of RiTexts, one per letter, with appropriate x and y positions for each (using the default 'font'), starting at 'xStart' and 'yStart'.
createLetters(PApplet, PFont, String, int, int) - Static method in class rita.RiText
Creates an array of RiTexts, one per letter, with appropriate x and y positions for each (using the 'font' specified), starting at 'xStart' and 'yStart'.
createLexicon(InputStream, int) - Method in class rita.support.RitaSpanishDictionary
 
createLines(PApplet, String, float, float, int, float) - Static method in class rita.RiText
Creates an array of RiText, one per line of input 'text', constrained to the 'maxChars' specified, starting with upper left corner at 'startX' and 'startY'.
createLines(PApplet, String, float, float) - Static method in class rita.RiText
 
createLines(PApplet, String, float, float, int) - Static method in class rita.RiText
 
createLines(PApplet, PFont, String, float, float, int, float) - Static method in class rita.RiText
Creates an array of RiText, one per line of input 'text', constrained to the 'maxChars' specified, starting with upper left corner at 'startX' and 'startY'.
createLines(PApplet, String[], float, float, int, float) - Static method in class rita.RiText
Creates a RiText[] from the lines, re-formatting lines according to maxCharsPerLine (using the specified 'font').
createLines(PApplet, String[], float, float) - Static method in class rita.RiText
 
createLines(PApplet, String[], float, float, int) - Static method in class rita.RiText
 
createLines(PApplet, String, Rectangle) - Static method in class rita.RiText
Creates an array of RiText, one per line from the input String, and lays it out according to the rectangle specified.
createLines(PApplet, PFont, String, Rectangle) - Static method in class rita.RiText
Creates an array of RiText, one per line from the input String, and lays it out according to the rectangle (and font) specified.
createLines(PApplet, PFont, String, Rectangle, float) - Static method in class rita.RiText
Creates an array of RiText, one per line from the input String, and lays it out according to the rectangle (and font/leading) specified.
createLinesFromFile(PApplet, String, float, float, int) - Static method in class rita.RiText
Creates an array of RiText from the file specified by 'fileName', one per line of input text, constrained to the 'maxChars' specified, starting with upper left corner at 'startX' and 'startY'.
createLinesFromFile(PApplet, String, int, int) - Static method in class rita.RiText
Creates an array of RiText from the file specified by 'fileName', one per line of input text, starting with upper left corner at 'startX' and 'startY'.
createLinesFromFile(PApplet, PFont, String, float, float, int, float) - Static method in class rita.RiText
Creates an array of RiText from the file specified by 'fileName', one per line of input text, constrained to the 'maxChars' specified, starting with upper left corner at 'startX' and 'startY'.
createLinesFromFile(PApplet, String, float, float, int, float) - Static method in class rita.RiText
Creates an array of RiText from the file specified by 'fileName', one per line of input text, constrained to the 'maxChars' specified, starting with upper left corner at 'startX' and 'startY', using the 'leading' specified.
createLinesFromFile(PApplet, String, Rectangle) - Static method in class rita.RiText
Creates an array of RiTexts, one per line from the input file, and lays it out according to the rectangle specified.
createLinesFromFile(PApplet, PFont, String, Rectangle) - Static method in class rita.RiText
Creates an array of RiTexts, one per line from the input file, and lays it out according to the rectangle specified.
createLinesFromFile(PApplet, PFont, String, Rectangle, float) - Static method in class rita.RiText
Creates an array of RiTexts, one per line from the input file, and lays it out according to the rectangle specified.
createRemote(Map) - Static method in class rita.support.MarkovModel
Construct a sentence-generating Markov chain (or n-gram) model and set its n-Factor and ignoreCase flag
createRemote(Map) - Static method in class rita.support.me.MaxEntChunker
 
createRemote(Map) - Static method in class rita.support.me.MaxEntParser
 
createRemote(Map) - Static method in class rita.support.me.MaxEntTagger
 
createRemote() - Method in class rita.support.remote.RiClientStub
 
createRemote(Map) - Method in class rita.support.remote.RiClientStub
 
createRemote(Map) - Static method in class rita.support.remote.RiRemotable
 
createRoot(boolean) - Static method in class rita.support.TextNode
 
createWordRelation(Utterance, RiTokenToWords) - Static method in class rita.support.RiWordRelation
Creates a WordRelation object with the given utterance and TokenToWords.
createWords(PApplet, PFont, String, float, float, int, float) - Static method in class rita.RiText
Creates an array of RiTexts laid out in lines, with one RiText for each word of input, with x-spacing determined by the specified 'font'.
createWords(PApplet, String, float, float, int) - Static method in class rita.RiText
Creates an array of RiTexts laid out in lines, with one RiText for each word of input, with x-spacing determined by the default 'font'.
createWords(PApplet, String, float, float, int, float) - Static method in class rita.RiText
Creates an array of RiTexts laid out in lines, with one RiText for each word of input, with x-spacing determined by the default 'font'.
createWords(PApplet, String[], float, float, int, float) - Static method in class rita.RiText
Creates an array of RiTexts laid out in lines, with one RiText for each word of input, with x-spacing determined by the default 'font'.
createWords(PApplet, String[], float, float, int) - Static method in class rita.RiText
Creates an array of RiTexts laid out in lines, with one RiText for each word of input, with x-spacing determined by the default 'font'.
createWords(PApplet, PFont, String[], float, float) - Static method in class rita.RiText
Creates an array of RiTexts laid out in lines, with one RiText for each word of input, with x-spacing determined by the specified 'font'.
createWords(PApplet, PFont, String[], float, float, int) - Static method in class rita.RiText
Creates an array of RiTexts laid out in lines, with one RiText for each word of input, with x-spacing determined by the specified 'font'.
createWords(PApplet, String[], float, float) - Static method in class rita.RiText
Creates an array of RiTexts laid out in lines, with one RiText for each word of input, with x-spacing determined by the default 'font'.
createWords(PApplet, String, float, float) - Static method in class rita.RiText
Creates an array of RiTexts laid out in lines, with one RiText for each word of input, with x-spacing determined by the default 'font'.
createWords(PApplet, String, Rectangle) - Static method in class rita.RiText
 
createWords(PApplet, String, Rectangle, float) - Static method in class rita.RiText
 
createWords(PApplet, PFont, String, Rectangle) - Static method in class rita.RiText
 
createWords(PApplet, PFont, String, Rectangle, float) - Static method in class rita.RiText
 
createWords(PApplet, PFont, String, float, float) - Static method in class rita.RiText
Creates an array of RiTexts laid out in lines, with one RiText for each word of input, with x-spacing determined by the specified 'font'.
createWords(PApplet, PFont, String[], float, float, int, float) - Static method in class rita.RiText
Creates an array of RiTexts laid out in lines, one per array element, with one RiText for each of 'words', with x-spacing determined by the specified 'font'.
cross(Set, Set) - Static method in class rita.support.SetOp
returns the set cr oss product of s1 and s2, as Pairs
customParse(String, HTMLEditorKit.ParserCallback) - Method in interface rita.HtmlParserIF
Returns the contents of the URL (generally a text/HTML page) after executing the callbacks in the ParserCallback object.
customParse(String, HTMLEditorKit.ParserCallback) - Method in class rita.RiHtmlParser
 
cwd() - Static method in class rita.RiTa
Returns a String holding the current working directory

D

darkGrayColor - Variable in class rita.support.gui.RiGUILookAndFeel
 
data - Variable in class rita.support.FinalSet
Holds the data, must be sorted
data - Variable in class rita.support.MultiMap
 
DATA_DELIM - Static variable in class rita.support.RiLexiconImpl
 
DBUG - Static variable in class rita.RiConjugator
 
DBUG - Static variable in class rita.RiGoogleSearch
 
DBUG - Static variable in class rita.support.RiSplitter
 
DBUG_FETCH - Static variable in class rita.RiGoogleSearch
 
DBUG_INFO - Static variable in class rita.RiText
 
decimalFormat(double) - Static method in class rita.RiTa
Returns a decimal formatted to one place, (eg.
DEFAULT - Static variable in class rita.support.gui.RiGUILookAndFeel
 
DEFAULT - Static variable in class rita.support.RegexRule
The Constant DEFAULT.
DEFAULT_CHARSET - Static variable in class rita.RiHtmlParser
 
DEFAULT_CONNECT_TIMEOUT - Static variable in class rita.RiHtmlParser
 
DEFAULT_FONT - Static variable in class rita.RiText
 
DEFAULT_IGNORE_CASE - Static variable in class rita.support.MarkovModel
constant for default value of ignore-case
DEFAULT_INDENT - Static variable in class rita.RiGrammar
 
DEFAULT_INDENT_FIRST_PARAGRAPH - Static variable in class rita.RiPageLayout
whether to add an indent to first paragraph for a page layout (default true)
DEFAULT_LEADING - Static variable in class rita.RiPageLayout
amount of lead to use between lines (default is twice the font-height)
DEFAULT_LINEBREAK - Static variable in class rita.RiGrammar
 
DEFAULT_MOTION_TYPE - Static variable in class rita.RiText
 
DEFAULT_PARAGRAPH_INDENT - Static variable in class rita.RiPageLayout
# of (space-width) characters to use as a paragraph indent (default=0)
DEFAULT_PARAGRAPH_SPACING - Static variable in class rita.RiPageLayout
amount of additional lead to add between paragraphs (default is 0)
DEFAULT_POSTPUNCTUATION_SYMBOLS - Static variable in class rita.support.RiUtteranceTokenizer
A string containing the default post-punctuation characters.
DEFAULT_PREPUNCTUATION_SYMBOLS - Static variable in class rita.support.RiUtteranceTokenizer
A string containing the default pre-punctuation characters.
DEFAULT_READ_TIMEOUT - Static variable in class rita.RiHtmlParser
 
DEFAULT_REGEX - Static variable in class rita.support.RegexTokenizer
 
DEFAULT_SAMPLE_PLAYER - Static variable in class rita.RiSample
 
DEFAULT_SERVER_PORT - Static variable in class rita.RiTa
 
DEFAULT_SINGLE_CHAR_SYMBOLS - Static variable in class rita.support.RiUtteranceTokenizer
A string containing the default single characters.
DEFAULT_USER_AGENT - Static variable in class rita.RiHtmlParser
 
DEFAULT_VOICE - Static variable in class rita.support.RiMacSpeechEngine
 
DEFAULT_VOLUME - Static variable in class rita.RiSample
 
DEFAULT_WHITESPACE_SYMBOLS - Static variable in class rita.support.RiUtteranceTokenizer
A string containing the default whitespace characters.
defaultFontSize - Static variable in class rita.support.gui.RiGUIController
 
defaultGraphicsState - Variable in class rita.support.gui.RiGUILookAndFeel
 
Definition - Class in rita.support.grammar
 
Definition(RuleParser) - Constructor for class rita.support.grammar.Definition
 
Definition(String, List) - Constructor for class rita.support.grammar.Definition
 
definitions - Variable in class rita.support.grammar.Grammar
 
delegate - Variable in class rita.MinimSamplePlayer
 
delegate - Variable in class rita.SoniaSamplePlayer
 
delete() - Method in class rita.EssSamplePlayer
 
delete() - Method in class rita.MinimSamplePlayer
 
delete() - Method in class rita.RiPageLayout
 
delete() - Method in class rita.RiSample
 
delete() - Method in class rita.RiSpeech
Cleans-up resources associated with the text-to-speech engine.
delete(RiString) - Static method in class rita.RiString
 
delete(RiText) - Static method in class rita.RiText
Call to remove a RiText from the current sketch (and from existence), cleaning up whatever resources it may have held
delete(RiText[]) - Static method in class rita.RiText
Deletes all objects in the array (and the array itself)
delete(List) - Static method in class rita.RiText
Deletes all objects in the List.
delete() - Method in class rita.RiTextBehavior
Optional method for subclasses needing to clean-up/release resources
(Note: implementations should generally call super.delete())
delete() - Method in class rita.RiTimer
 
delete() - Method in class rita.SoniaSamplePlayer
 
deleteAll() - Static method in class rita.RiSample
 
deleteAll() - Static method in class rita.RiText
Deletes all current instances.
deleteAllFades(RiText) - Static method in class rita.RiTextBehavior
Stops and deletes all the behaviors for the specified RiText that are of type FADE_IN, FADE_OUT or FADE_TO_TEXT.
DELIM - Static variable in interface rita.support.remote.RemoteConstants
 
destroy() - Method in class rita.support.MarkovModel
 
destroy() - Method in class rita.support.me.MaxEntChunker
 
destroy() - Method in class rita.support.me.MaxEntParser
 
destroy() - Method in class rita.support.me.MaxEntTagger
 
destroy() - Method in class rita.support.remote.RemotePosTagger
 
destroy() - Method in class rita.support.remote.RiRemotable
 
die(PApplet, String) - Static method in class rita.RiTa
 
diff(Set, Set) - Static method in class rita.support.SetOp
Set difference s1 - s2
disableAutoDraw() - Static method in class rita.RiText
Disables auto-drawing of subsequently created RiTexts.
Note: draw() must be explicitly called on these objects.
disableBehaviorWarnings() - Static method in class rita.RiText
Turns off warnings about conflicting or non-terminating behaviors.
disableExec() - Static method in class rita.RiGrammar
Call if you want to disable the exec() mechanism for callbacks (they are enabled by default).
disableGainWarnings() - Static method in class rita.MinimSamplePlayer
 
disableGainWarnings() - Static method in class rita.RiSample
 
disableSentenceProcessing() - Method in class rita.RiMarkov
Tells the model to ignore (english-like) sentences in its input and treat all text tokens the same.
disableSentenceProcessing() - Method in interface rita.support.ifs.RiMarkovIF
Tells the model to ignore (english-like) sentences in its input and treat all text tokens the same.
disableSentenceProcessing() - Method in class rita.support.MarkovModel
Tells the model to ignore (english-like) sentences in its input and treat all text tokens the same.
disableSentenceProcessing() - Method in class rita.support.remote.RemoteMarkov
 
disableServer() - Static method in class rita.RiTa
Disables server processing for RiTa.
dispose() - Method in class rita.EssSamplePlayer
 
dispose() - Method in class rita.MinimSamplePlayer
 
dispose() - Method in class rita.RiObject
Empty method to be optionally implemented by subclasses needing to clean-up resources on program end.
Not to be called in user-code.
dispose() - Method in class rita.RiSpeech
Cleans-up resources on program end - not to be called in user-code.
dispose() - Method in class rita.RiText
To be called only by AppletContainer on destroy, not by users!
dispose() - Method in class rita.SoniaSamplePlayer
 
dispose() - Method in class rita.support.RiFreeTTSEngine
 
dispose() - Method in class rita.support.RiMacSpeechEngine
 
dispose() - Method in interface rita.support.RiSpeechEngine
 
disposeAll() - Static method in class rita.RiTextBehavior
Calls delete() on all existing behaviors
distanceTo(RiText) - Method in class rita.RiText
Returns the distance between the center points of the two RiTexts.
DOT - Static variable in class rita.RiTa
 
draw() - Method in class rita.RiText
Draw the RiText object at current x,y,color,font,alignment, etc.
draw(PGraphics) - Method in class rita.RiText
Draw the RiText object at current x,y,color,font,alignment, etc.
draw() - Method in class rita.RiTextField
 
draw() - Method in class rita.support.gui.RiGUIController
 
draw() - Method in class rita.support.gui.RiGUIWidget
 
draw() - Method in interface rita.support.gui.TextField
 
draw() - Method in class rita.support.RitaSpanishDictionary
 
draw(String) - Method in class rita.support.RiTurtle
 
drawAll(PGraphics) - Static method in class rita.RiText
Draws all (visible) RiText objects
drawAll() - Static method in class rita.RiText
Draws all (visible) RiText objects
drawGuides() - Method in class rita.RiPageLayout
 
drawGuides(PGraphics) - Method in class rita.RiPageLayout
 
dump() - Method in class rita.RiConcorder
 
dump() - Method in class rita.RiString
 
dumpBinary(String) - Method in class rita.support.RiLetterToSound
Dumps a binary form of the letter to sound rules.
dumpDefinitions() - Method in class rita.RiGrammar
Prints the definition map to the console.
dumpDefinitions() - Method in class rita.support.grammar.Grammar
 
dumpFeatures() - Method in class rita.RiAnalyzer
Prints the features of the last analyzed text to System.out
dumpFeatures() - Method in class rita.support.RiPhrase
 
duration - Variable in class rita.RiTextBehavior
 
dynamicCast(Object, Class) - Static method in class rita.RiTa
Returns the passed in Object after dynamically casting it to the specified interface.
dynamicCast(Object, Class[]) - Static method in class rita.RiTa
Returns the passed in Object after dynamically casting it to the specified interfaces.
Note: 'toCast' must be a an instance of a public class.

E

EASE_IN - Static variable in interface rita.support.RiConstants
Specifies 'ease-in' as the motion type for moveXX() methods (quadratic)
EASE_IN_CUBIC - Static variable in interface rita.support.RiConstants
Specifies 'ease-in' as the motion type for moveXX() methods (cubic)
EASE_IN_EXPO - Static variable in interface rita.support.RiConstants
Specifies 'ease-in/out' as the motion type for moveXX() methods (circular)
EASE_IN_OUT - Static variable in interface rita.support.RiConstants
Specifies 'ease-in/out' as the motion type for moveXX() methods (quadratic)
EASE_IN_OUT_CUBIC - Static variable in interface rita.support.RiConstants
Specifies 'ease-in/out' as the motion type for moveXX() methods (cubic)
EASE_IN_OUT_EXPO - Static variable in interface rita.support.RiConstants
Specifies 'ease-in/out' as the motion type for moveXX() methods (circular)
EASE_IN_OUT_QUARTIC - Static variable in interface rita.support.RiConstants
Specifies 'ease-in/out' as the motion type for moveXX() methods (quartic)
EASE_IN_OUT_SINE - Static variable in interface rita.support.RiConstants
Specifies 'ease-in/out' as the motion type for moveXX() methods (circular)
EASE_IN_QUARTIC - Static variable in interface rita.support.RiConstants
Specifies 'ease-in' as the motion type for moveXX() methods (quartic)
EASE_IN_SINE - Static variable in interface rita.support.RiConstants
Specifies 'ease-in/out' as the motion type for moveXX() methods (circular)
EASE_OUT - Static variable in interface rita.support.RiConstants
Specifies 'ease-out' as the motion type for moveXX() methods (quadratic)
EASE_OUT_CUBIC - Static variable in interface rita.support.RiConstants
Specifies 'ease-out' as the motion type for moveXX() methods (cubic)
EASE_OUT_EXPO - Static variable in interface rita.support.RiConstants
Specifies 'ease-in/out' as the motion type for moveXX() methods (circular)
EASE_OUT_QUARTIC - Static variable in interface rita.support.RiConstants
Specifies 'ease-out' as the motion type for moveXX() methods (quartic)
EASE_OUT_SINE - Static variable in interface rita.support.RiConstants
Specifies 'ease-in/out' as the motion type for moveXX() methods (circular)
easeInCirc(float, float, float, float) - Static method in class rita.support.behavior.Interpolater
 
easeInCubic(float, float, float, float) - Static method in class rita.support.behavior.Interpolater
 
easeInExpo(float, float, float, float) - Static method in class rita.support.behavior.Interpolater
 
easeInOutCirc(float, float, float, float) - Static method in class rita.support.behavior.Interpolater
 
easeInOutCubic(float, float, float, float) - Static method in class rita.support.behavior.Interpolater
 
easeInOutExpo(float, float, float, float) - Static method in class rita.support.behavior.Interpolater
 
easeInOutQuad(float, float, float, float) - Static method in class rita.support.behavior.Interpolater
 
easeInOutQuart(float, float, float, float) - Static method in class rita.support.behavior.Interpolater
 
easeInOutSine(float, float, float, float) - Static method in class rita.support.behavior.Interpolater
 
easeInQuad(float, float, float, float) - Static method in class rita.support.behavior.Interpolater
 
easeInQuart(float, float, float, float) - Static method in class rita.support.behavior.Interpolater
 
easeInSine(float, float, float, float) - Static method in class rita.support.behavior.Interpolater
 
easeOutCirc(float, float, float, float) - Static method in class rita.support.behavior.Interpolater
 
easeOutCubic(float, float, float, float) - Static method in class rita.support.behavior.Interpolater
 
easeOutExpo(float, float, float, float) - Static method in class rita.support.behavior.Interpolater
 
easeOutQuad(float, float, float, float) - Static method in class rita.support.behavior.Interpolater
 
easeOutQuart(float, float, float, float) - Static method in class rita.support.behavior.Interpolater
 
easeOutSine(float, float, float, float) - Static method in class rita.support.behavior.Interpolater
 
editor - Variable in class rita.RiGrammarX
 
elapsed() - Static method in class rita.RiTa
Returns time since start of program as float (in seconds)
elapsed(long) - Static method in class rita.RiTa
Returns time since start as float (in seconds)
elapsedStr(long) - Static method in class rita.RiTa
Returns time since start as string, e.g., '4.33s'
elapsedStr() - Static method in class rita.RiTa
Returns time since start of program as string, e.g., '4.33s'
ellipseMode - Variable in class rita.support.PAppletState
 
ENCODING - Static variable in class rita.RiGrammarX
 
END_PROD - Static variable in class rita.support.grammar.Grammar
 
endsWith(String) - Method in class rita.RiString
 
endsWith(String, char[]) - Static method in class rita.RiTa
 
endsWith(String) - Method in class rita.RiText
 
endsWithPunctuation(String) - Static method in class rita.RiTa
Returns true if 'input' ends with a punctuation character
EntityLookup - Class in rita.support
Provides utilities to handle HTML and XML entities.
entityName(int) - Method in class rita.support.EntityLookup
 
entityValue(String) - Method in class rita.support.EntityLookup
 
EOF - Static variable in class rita.support.RiUtteranceTokenizer
A constant indicating that the end of the stream has been read.
equals(Object) - Method in class rita.RiString
 
equals(List, List) - Static method in class rita.RiTa
Returns true if all elements of the 2 lists are equal, and have the same ordering, testing the elements in each with Object.equals(Object)
equals(Object) - Method in class rita.support.HistoryQueue
 
equals(Object) - Method in class rita.support.ObjectPair
 
equals(Object) - Method in class rita.support.RiPhrase
 
equals(Object) - Method in class rita.support.RiPos
 
equalsIgnoreCase(String) - Method in class rita.RiString
 
equalsIgnoreCase(String) - Method in class rita.RiText
 
ERROR_MSG - Static variable in class rita.support.me.RiObjectME
 
escape(String) - Method in class rita.support.EntityLookup
Escapes the characters in a String.
escapeXml(String) - Static method in class rita.RiTa
 
ESS - Static variable in interface rita.support.RiConstants
Specifies 'Ess' as the audio library to use
ESS_SAMPLE_PLAYER - Static variable in class rita.RiSample
 
EssSamplePlayer - Class in rita
An implementation of RiSample using the Ess audio library.
EssSamplePlayer(PApplet) - Constructor for class rita.EssSamplePlayer
 
example(String[]) - Static method in class rita.RiAnalyzer
 
EXCEPTION - Static variable in class rita.support.RegexRule
The Constant EXCEPTION.
exceptionToString(Throwable) - Static method in class rita.RiTa
Returns a String representation of Exception and stacktrace (only elements with line numbers)
exec(RiGrammarX, String) - Method in class rita.support.grammar.CallbackHandler
 
exec(String) - Method in class rita.support.remote.RiClientStub
 
exec(String, Object) - Method in class rita.support.remote.RiClientStub
 
exec(String, Object, Class) - Method in class rita.support.remote.RiClientStub
 
exec(String, int) - Method in class rita.support.remote.RiClientStub
 
exec(String, boolean) - Method in class rita.support.remote.RiClientStub
 
exec(String, float) - Method in class rita.support.remote.RiClientStub
 
exec(String, char) - Method in class rita.support.remote.RiClientStub
 
exec(String, Object[], Class[]) - Method in class rita.support.remote.RiClientStub
 
exec() - Method in interface rita.support.TimedEventListener
called when the Timer interval is reached
EXEC_CHAR - Static variable in class rita.RiGrammarX
 
EXEC_CHAR - Static variable in class rita.support.grammar.Grammar
 
EXEC_POST - Static variable in class rita.RiGrammarX
 
EXEC_POST - Static variable in class rita.support.grammar.Grammar
 
EXISTING_PROPERTY_FILE - Static variable in class rita.support.CompareProperties
 
exists(String) - Method in class rita.support.dyn.RiWordnetImpl
 
exists(String) - Method in interface rita.support.ifs.RiWordnetIF
Checks the existence of a 'word' in the ontology
exists(String) - Method in class rita.support.remote.RiWordnetSupport
 
expand(int) - Method in class rita.RiGrammar
Expands a grammar from its '<start>' symbol one or more times.
expand() - Method in class rita.RiGrammar
Expands a grammar from its '<start>' symbol
expand(boolean) - Method in class rita.RiGrammar
Expands a grammar from its '<start>' symbol using a temporary buffer when preserveBuffer is true.
expand() - Method in class rita.RiGrammarX
 
expand(Grammar, StringBuilder) - Method in class rita.support.grammar.Definition
 
expand(boolean) - Method in class rita.support.grammar.Grammar
 
expand(String, boolean) - Method in class rita.support.grammar.Grammar
 
expand() - Method in interface rita.support.ifs.RiGrammarIF
 
expandDigits(String, RiWordRelation) - Static method in class rita.support.RiNumberExpander
Expands given token to list of words pronouncing it as digits
expandFrom(String, boolean) - Method in class rita.RiGrammar
Expands the grammar from the given symbol, using a temporary buffer when preserveBuffer is true.
expandFrom(String) - Method in class rita.RiGrammar
Expands the grammar, starting from the given symbol.
RiGrammar.expand() is equivalent to RiGrammar.expandFrom('').
expandFrom(String) - Method in class rita.RiGrammarX
 
expandFrom(String) - Method in interface rita.support.ifs.RiGrammarIF
 
expandID(String, RiWordRelation) - Static method in class rita.support.RiNumberExpander
Expands the given number string as pairs as in years or IDs
expandLetters(String, RiWordRelation) - Static method in class rita.support.RiNumberExpander
Expands the given string of letters as a list of single char symbols.
expandNumber(String, RiWordRelation) - Static method in class rita.support.RiNumberExpander
Expands a digit string into a list of English words of those digits.
expandOrdinal(String, RiWordRelation) - Static method in class rita.support.RiNumberExpander
Expands the digit string of an ordinal number.
expandReal(String, RiWordRelation) - Static method in class rita.support.RiNumberExpander
Expands the given number string as a real number.
expandRoman(String) - Static method in class rita.support.RiNumberExpander
Returns the integer value of the given string of Roman numerals.
expandWith(String, String) - Method in class rita.RiGrammar
Expands the grammar after replacing an instance of the non-terminal productionName with the terminal in literalString.
expandWith(String, String, boolean) - Method in class rita.RiGrammar
 
expandWith(String, String) - Method in class rita.RiGrammarX
 
expandWith(String, String, boolean) - Method in class rita.support.grammar.Grammar
Expands the grammar after replacing an instance of the non-terminal 'symbol' with the String in 'literal'.
expandWith(String, String) - Method in interface rita.support.ifs.RiGrammarIF
 

F

FADE_COLOR - Static variable in interface rita.support.RiConstants
Specifies 'FADE_COLOR' as the behavior type for a RiTextBehavior
FADE_IN - Static variable in interface rita.support.RiConstants
Specifies 'FADE_IN' as the behavior type for a RiTextBehavior
FADE_OUT - Static variable in interface rita.support.RiConstants
Specifies 'FADE_OUT' as the behavior type for a RiTextBehavior
FADE_TO_TEXT - Static variable in interface rita.support.RiConstants
Specifies 'FADE_TO' as the behavior type for a RiTextBehavior
fadeAllIn(float) - Static method in class rita.RiText
Fades in all RiText objects over the specified duration
fadeAllOut(float) - Static method in class rita.RiText
Fades all visible RiText objects.
fadeColor(float, float, float, float, float) - Method in class rita.RiText
Transitions to 'color' (rgba) over 'seconds' starting at 'startTime' seconds in the future
fadeColor(float[], float) - Method in class rita.RiText
 
fadeColor(float, float) - Method in class rita.RiText
 
fadeColor(float[], float, float) - Method in class rita.RiText
Transitions to 'color' (rgba) over 'seconds' starting at 'startTime' seconds in the future
fadeIn(float, float) - Method in class rita.RiText
Fades in current text over seconds starting at startTime.
fadeIn(float) - Method in class rita.RiText
 
fadeOut(float, float, boolean) - Method in class rita.RiText
Fades out current text over seconds starting at startTime.
fadeOut(float, float) - Method in class rita.RiText
 
fadeOut(float, boolean) - Method in class rita.RiText
 
fadeOut(float) - Method in class rita.RiText
 
fadeToText(String, float) - Method in class rita.RiText
Fades out the current text and fades in the newText over seconds starting immediately
fadeToText(String, float, float) - Method in class rita.RiText
Fades out the current text and fades in the newText over seconds starting at 'startTime' seconds in the future
fadeVolume(float, float) - Method in class rita.EssSamplePlayer
 
fadeVolume(float, float) - Method in class rita.MinimSamplePlayer
 
fadeVolume(float, float) - Method in class rita.RiSample
Fades volume to new value between 0 and 1
fadeVolume(float, float) - Method in class rita.SoniaSamplePlayer
 
Featured - Class in rita.support
Superclass for objects to which features (String->String key-value pairs) can be attached
Featured() - Constructor for class rita.support.Featured
 
FeaturedIF - Interface in rita.support
 
fetch(String, int, int) - Method in interface rita.HtmlParserIF
Fetches page contents from a string URL via a GET-type request with a max-timeout of 'connectionTimeout' milliseconds
fetch(String) - Method in interface rita.HtmlParserIF
Fetches the contents of the URL (generally a text/HTML page) with all HTML tags removed as specified by the stripTags flag.
fetch(String, boolean) - Method in interface rita.HtmlParserIF
Fetches the contents of the URL (generally a text/HTML page) with all HTML tags removed as specified by the stripTags flag.
fetch(String, boolean, int) - Method in interface rita.HtmlParserIF
Fetches the contents of the URL (generally a text/HTML page) with all HTML tags removed as specified by the stripTags flag.
fetch(URL) - Method in interface rita.HtmlParserIF
Fetches page contents from a string URL via a GET-type request.
fetch(URL) - Method in class rita.RiHtmlParser
 
fetch(String) - Method in class rita.RiHtmlParser
 
fetch(String, boolean) - Method in class rita.RiHtmlParser
 
fetch(String, boolean, int) - Method in class rita.RiHtmlParser
 
fetchImage(String) - Method in interface rita.HtmlParserIF
Fetches an Image from a string URL.
fetchImage(String) - Method in class rita.RiHtmlParser
 
fetchLinks(String) - Method in interface rita.HtmlParserIF
Returns all tags of the format ... as a String array, one element per link on the page
fetchLinks(String) - Method in class rita.RiHtmlParser
 
fetchLinkText(String) - Method in interface rita.HtmlParserIF
Returns the text found within each link, e.g., of the format: text, as a String array, one element per link on the page
fetchLinkText(String) - Method in class rita.RiHtmlParser
 
fetchPImage(PApplet, String) - Method in interface rita.HtmlParserIF
Fetches an Image from a string URL and converts it to a processing.core.PImage
fetchPImage(PApplet, String) - Method in class rita.RiHtmlParser
 
fill(float, float, float, float) - Method in class rita.RiText
Set the text fill for this object (same as setColor())
fill(float) - Method in class rita.RiText
 
fill(float, float) - Method in class rita.RiText
 
fill(float, float, float) - Method in class rita.RiText
 
fill(float[]) - Method in class rita.RiText
 
fill - Variable in class rita.support.PAppletState
 
fillColor - Variable in class rita.support.PAppletState
 
fillHex(int) - Method in class rita.RiText
Sets the text fill color according to a single hex number.
filter(int, String, String, int) - Method in class rita.support.dyn.RiWordnetImpl
 
filter(int, String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
filter(int, String, String, int) - Method in interface rita.support.ifs.RiWordnetIF
Return up to maxResults instances of specified posStr matching the filter specified with filterFlag
filter(int, String, String) - Method in interface rita.support.ifs.RiWordnetIF
 
filter(int, String, String, int) - Method in class rita.support.remote.RiWordnetSupport
 
filter(int, String, String) - Method in class rita.support.remote.RiWordnetSupport
 
filter(Object[], Object) - Method in interface rita.support.RiValuator
Take a sorted Object[] and one new Object to be inserted.
FinalMap<T1 extends java.lang.Comparable,T2> - Class in rita.support
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
FinalMap(Object...) - Constructor for class rita.support.FinalMap
Constructs a FinalMap from an array that contains key/value sequences
FinalSet<T extends java.lang.Comparable> - Class in rita.support
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
FinalSet(boolean, T...) - Constructor for class rita.support.FinalSet
Constructs a FinalSet from an array, clones and sorts the array if indicated.
FinalSet(T...) - Constructor for class rita.support.FinalSet
Constructs a FinalSet from an array that does not need to be cloned
find(String) - Method in class rita.support.RiDataStore
Returns a String[] (containing one or more values) where the specified input ('toMatch') is contained in any part of the key, using the specified namespace, or null if none exist.
findById(int) - Static method in class rita.RiTextBehavior
 
findByName(String) - Static method in class rita.RiTextBehavior
 
findByType(int) - Static method in class rita.RiTextBehavior
 
findMethod(Object, String, Class[], Object[], boolean) - Static method in class rita.RiTa
 
finish() - Method in class rita.RiTextBehavior
 
finish() - Method in class rita.support.behavior.Interpolater
 
finish() - Method in class rita.support.behavior.InterpolatingBehavior
 
finish() - Method in class rita.support.behavior.RiInterpolater
 
finish() - Method in class rita.support.behavior.RiInterpolater2D
 
finish() - Method in class rita.support.behavior.RiInterpolater3D
 
finish() - Method in class rita.support.behavior.RiInterpolater4D
 
fire(String) - Method in class rita.support.RegexRule
Fire.
fireEvent(Object, RiTaEvent) - Static method in class rita.RiTa
Fires a RiTaEvent as a callback to the parent which is generally (but now always) a PApplet
fireEventNotification(RiGUIWidget, String) - Method in class rita.support.gui.RiGUIWidget
 
fireSpeechCompletedEvent(String) - Method in class rita.RiSpeech
Creates dynamic callback to the parent PApplet implementing:
first() - Method in class rita.support.ObjectPair
 
FIRST_PERSON - Static variable in interface rita.support.RiConstants
Specifies person as one of (first, scond or third)
firstIdx(String) - Method in class rita.RiAnalyzer
Returns the (1st) index of word or -1 if not found
firstIndexOf(String) - Method in class rita.RiString
Returns the index of the first token matching word or -1 if not found
firstIndexOf(String) - Method in class rita.RiText
 
firstIndexOf(String) - Method in class rita.support.RiPhrase
Returns index of first token matching word or -1 if not found
fromCollection(Collection) - Static method in class rita.RiString
 
fromPenn(String) - Static method in class rita.support.RiPos
 
fromStrings(String[]) - Static method in class rita.RiString
 
fromStrings(String[]) - Static method in class rita.support.Featured
 
fromWordnet(String) - Static method in class rita.support.RiPos
 
FS - Static variable in interface rita.support.remote.RemoteConstants
 
FUTURE_TENSE - Static variable in interface rita.support.RiConstants
Specifies tense as one of (past, present or future)

G

g() - Method in class rita.support.behavior.RiInterpolater4D
 
generate() - Method in class rita.RiMarkov
Deprecated. see generateSentence()
generate() - Method in interface rita.support.ifs.RiMarkovIF
Deprecated. use generateSentence() instead
generate() - Method in class rita.support.MarkovModel
Deprecated. use generateSentence() instead
generate(String, int) - Method in class rita.support.MsNGramClient
Given a phrase (a sequence of space-separated words), find the words that are the most likely to follow the phrase.
generate(String) - Method in class rita.support.MsNGramClient
 
generate(String, String) - Method in class rita.support.MsNGramClient
 
generate() - Method in class rita.support.remote.RemoteMarkov
 
generateSentence() - Method in class rita.RiMarkov
Generates a sentence from the model.
generateSentence() - Method in interface rita.support.ifs.RiMarkovIF
Generates a sentence from the model.
generateSentence() - Method in class rita.support.MarkovModel
Generates a sentence from the model.
generateSentence() - Method in class rita.support.remote.RemoteMarkov
 
generateSentences(int) - Method in class rita.RiMarkov
Generates some # (one or more) of sentences from the model.
generateSentences(int) - Method in interface rita.support.ifs.RiMarkovIF
Generates some # (one or more) of sentences from the model.
generateSentences(int) - Method in class rita.support.MarkovModel
Generates some # (one or more) of sentences from the model.
generateSentences(int) - Method in class rita.support.remote.RemoteMarkov
 
generateTokens(int) - Method in class rita.RiMarkov
Generates a string of length tokens from the model.
generateTokens(int) - Method in interface rita.support.ifs.RiMarkovIF
Generates a string of
generateTokens(int) - Method in class rita.support.MarkovModel
Generates a string of
generateTokens(int) - Method in interface rita.support.NGramIF
Generates a string of
generateTokens(int) - Method in class rita.support.NGramModel
 
generateTokens(int) - Method in class rita.support.remote.RemoteMarkov
 
generateTokensUntil(String, int, int) - Method in class rita.support.MarkovModel
Continues generating tokens until a token matches 'regex', assuming the length of the output is between min and maxLength (inclusive).
generateUntil(String, int, int) - Method in interface rita.support.NGramIF
Continues generating tokens until a token matches 'regex', assuming the length of the output is between min and maxLength (inclusive).
generateUntil(String, int, int) - Method in class rita.support.NGramModel
Continues to generate tokens until the regex is matched, or generation fails.
generateWords(String, int) - Method in class rita.support.MsNGramClient
 
GENERIC - Static variable in class rita.support.RegexRule
The Constant GENERIC.
get(int) - Method in class rita.support.FinalSet
Returns the element at position i
get(int) - Method in class rita.support.HistoryQueue
 
get(int) - Method in class rita.support.IntHashMap
Returns the value to which the specified key is mapped in this map.
get(String) - Method in class rita.support.MultiMap
 
get(String) - Method in class rita.support.RiDataStore
Returns the single value for the specified key, or null if the key is not found.
getAddendaCount() - Method in class rita.support.RiCMULexicon
Returns the number of user addenda items added to the lexicon
getAddendaCount() - Method in class rita.support.RiLexiconImpl
Returns the number of user addenda items added to the lexicon
getAdjPhrases() - Method in class rita.RiChunker
Returns an array of adjective phrases found in the last chunking operation.
getAdjPhrases() - Method in interface rita.support.ifs.RiChunkerIF
 
getAdjPhrases() - Method in class rita.support.me.MaxEntChunker
 
getAdjPhrases() - Method in class rita.support.remote.RemoteChunker
 
getAdvPhrases() - Method in class rita.RiChunker
Returns an array of adverb phrases found in the last chunking operation.
getAdvPhrases() - Method in interface rita.support.ifs.RiChunkerIF
 
getAdvPhrases() - Method in class rita.support.me.MaxEntChunker
 
getAdvPhrases() - Method in class rita.support.remote.RemoteChunker
 
getAllAlsoSees(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getAllAlsoSees(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns also-see terms for all senses ofword/pos or null if not found
Holds for nouns (?) & adjectives
Example: happy -> [cheerful, elated, euphoric, felicitous, joyful, joyous...]
getAllAlsoSees(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getAllAntonyms(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getAllAntonyms(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns String[] of Antonyms for the 1st sense of word with pos or null if not found
Holds for adjectives only (?)
getAllAntonyms(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getAllCoordinates(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getAllCoordinates(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns coordinate terms for all sense of word/pos, or null if not found
X is a coordinate term of Y if there exists a term Z which is the hypernym of both X and Y.
Examples: blackbird and robin are coordinate terms (since they are both a kind of thrush) gun and bow are coordinate terms (since they are both weapons) fork and spoon are coordinate terms (since they are both cutlery, or eating utensils) hat and helmet are coordinate terms (since they are both a kind of headgear or headdress) Example: arm -> [hind-limb, forelimb, flipper, leg, crus, thigh, arm...]
Holds btwn nouns/nouns and verbs/verbs
getAllCoordinates(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getAllDerivedTerms(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getAllDerivedTerms(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns derived terms forall senses of word/pos or null if not found
Holds for adverbs
Example: happily -> [jubilant, blithe, gay, mirthful, merry, happy]
getAllDerivedTerms(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getAllExamples(CharSequence, CharSequence) - Method in class rita.support.dyn.RiWordnetImpl
 
getAllExamples(CharSequence, CharSequence) - Method in interface rita.support.ifs.RiWordnetIF
Returns examples for all senses of word with pos if they contain the word, else null if not found
getAllExamples(CharSequence, CharSequence) - Method in class rita.support.remote.RiWordnetSupport
 
getAllGlosses(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getAllGlosses(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns glosses for all senses of 'word' with 'pos', or null if not found
getAllGlosses(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getAllHolonyms(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getAllHolonyms(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns part-to-whole relationships for all sense of word/pos, or none if not found
X is a meronym of Y if Y has X as a part.
X is a holonym of Y if X has Y as a part.
getAllHolonyms(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getAllHypernyms(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getAllHypernyms(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns an ordered String[] of hypernym-synsets (each a semi-colon delimited String) up to the root of Wordnet for the 1st sense of the word, or null if not foundsssssss
getAllHypernyms(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getAllHyponyms(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getAllHyponyms(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns an unordered String[] of hyponym-synsets (each a colon-delimited String), or null if not found
getAllHyponyms(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getAlliterations(String) - Method in class rita.RiLexicon
Finds alliterations by comparing the phonemes of the input string to those of each word in the lexicon
getAlliterations(String, Set) - Method in class rita.RiLexicon
Finds alliterations by comparing the phonemes of the input string to those of each word in the lexicon
getAlliterations(String, Set, int) - Method in class rita.RiLexicon
Finds alliterations by comparing the phonemes of the input string to those of each word in the lexicon
getAllMeronyms(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getAllMeronyms(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns array of whole-to-part relationships for all senses of word/pos, or null if not found
X is a meronym of Y if Y has X as a part.
X is a holonym of Y if X has Y as a part.
getAllMeronyms(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getAllNominalizations(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getAllNominalizations(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns nominalized terms for all sense of word/pos or null if not found
Refers to the use of a verb or an adjective as a noun.
getAllNominalizations(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getAllSimilar(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getAllSimilar(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns similar-to list for all sense of word/pos or null if not found
Holds for adjectives
Example:
happy(a) -> [blessed, blissful, bright, golden, halcyon, prosperous...]
getAllSimilar(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getAllSynonyms(int, int) - Method in class rita.support.dyn.RiWordnetImpl
 
getAllSynonyms(int) - Method in class rita.support.dyn.RiWordnetImpl
 
getAllSynonyms(String, String, int) - Method in class rita.support.dyn.RiWordnetImpl
 
getAllSynonyms(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getAllSynonyms(int, int) - Method in interface rita.support.ifs.RiWordnetIF
Returns an unordered String[] containing the synset, hyponyms, similars, alsoSees, and coordinate terms (checking each in order), or null if not found.
getAllSynonyms(int) - Method in interface rita.support.ifs.RiWordnetIF
 
getAllSynonyms(String, String, int) - Method in interface rita.support.ifs.RiWordnetIF
Returns an unordered String[] containing the synset, hyponyms, similars, alsoSees, and coordinate terms (checking each in order) for all senses of word with pos, or null if not found
getAllSynonyms(String, String) - Method in interface rita.support.ifs.RiWordnetIF
 
getAllSynonyms(int, int) - Method in class rita.support.remote.RiWordnetSupport
 
getAllSynonyms(int) - Method in class rita.support.remote.RiWordnetSupport
 
getAllSynonyms(String, String, int) - Method in class rita.support.remote.RiWordnetSupport
 
getAllSynonyms(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getAllSynsets(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getAllSynsets(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns String[] of words in each synset for all senses of word with pos, or null if not found
getAllSynsets(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getAllVerbGroups(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getAllVerbGroups(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns verb group for all senses of verb or null if not found
Example: live -> [dwell, inhabit]
Holds for verbs
getAllVerbGroups(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getAlpha() - Method in class rita.RiText
Returns the fill alpha value (transparency)
getAlsoSees(int) - Method in class rita.support.dyn.RiWordnetImpl
 
getAlsoSees(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getAlsoSees(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns also-see terms for 1st sense of word/pos or null if not found
Holds for nouns (?) & adjectives
Example: happy -> [cheerful, elated, euphoric, felicitous, joyful, joyous...]
getAlsoSees(int) - Method in interface rita.support.ifs.RiWordnetIF
Returns also-see terms for seseId or null if not found
Holds for nouns (?) & adjectives
Example: happy -> [cheerful, elated, euphoric, felicitous, joyful, joyous...]
getAlsoSees(int) - Method in class rita.support.remote.RiWordnetSupport
 
getAlsoSees(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getAnagrams(String, String, int) - Method in class rita.support.dyn.RiWordnetImpl
 
getAnagrams(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getAnagrams(String, String, int) - Method in interface rita.support.ifs.RiWordnetIF
Returns up to maxResults full anagram matches for the specified word and pos
getAnagrams(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns all full anagram matches for the specified word and pos
getAnagrams(String, String, int) - Method in class rita.support.remote.RiWordnetSupport
 
getAnagrams(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getAntonyms(int) - Method in class rita.support.dyn.RiWordnetImpl
 
getAntonyms(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getAntonyms(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns String[] of Antonyms for the 1st sense of word with pos or null if not found
Holds for adjectives only (?)
getAntonyms(int) - Method in interface rita.support.ifs.RiWordnetIF
Returns String[] of Antonyms for the specified id, or null if not found
Holds for adjectives only (?)
getAntonyms(int) - Method in class rita.support.remote.RiWordnetSupport
 
getAntonyms(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getAnyExample(CharSequence, CharSequence) - Method in class rita.support.dyn.RiWordnetImpl
 
getAnyExample(CharSequence, CharSequence) - Method in interface rita.support.ifs.RiWordnetIF
Return a random example from the set of examples from all senses of word with pos, assuming they contain word, or else null if not found
getAnyExample(CharSequence, CharSequence) - Method in class rita.support.remote.RiWordnetSupport
 
getApiKey() - Method in class rita.support.MsNGramClient
 
getAt(String, int) - Method in class rita.support.MultiMap
Looks up the key and returns the element at the specified index or null if the key doesnt exist
getAudioFileName() - Method in class rita.support.RiFreeTTSEngine
 
getAudioFileName() - Method in class rita.support.RiMacSpeechEngine
 
getAudioFileName() - Method in interface rita.support.RiSpeechEngine
 
getAvailableFeatures() - Method in class rita.RiAnalyzer
Returns the Set of available features
getAvailableFeatures() - Method in class rita.RiText
Returns a Set of all the available feature keys for the RiText
getAvailableFeatures() - Method in class rita.support.Featured
 
getAvailableFeatures() - Method in interface rita.support.FeaturedIF
 
getAvailableModels() - Method in class rita.support.MsNGramClient
Get a list of currently supported N-Gram models
getAvailableVoiceNames() - Method in class rita.RiSpeech
Returns the names for all currently available voices.
getBackoffValue() - Method in class rita.support.MsNGramClient
The backoff value is made available in the event that you wish to call generate() with a shortened phraseContext, so as to make the returned values compare-able.
getBehavior() - Method in class rita.RiTimer
 
getBehaviorById(int) - Static method in class rita.RiText
Returns the behavior corresponding to the specified 'id'.
getBehaviorById(int) - Static method in class rita.RiTextBehavior
Returns the behavior corresponding to the specified 'id'.
getBehaviors() - Method in class rita.RiText
Returns a list of behaviors for the object.
getBehaviorsByType(int) - Method in class rita.RiText
Returns a list of behaviors of the specified type for this object, where type is generally one of (MOVE, FADE_IN, FADE_OUT, FADE_TO_TEXT, SCALE_TO, etc.)
getBestPos(String) - Method in class rita.support.dyn.RiWordnetImpl
 
getBestPos(String) - Method in interface rita.support.ifs.RiWordnetIF
Returns most-common pos according to polysemy count, returning the pos with the most different senses.
getBestPos(String) - Method in class rita.support.remote.RiWordnetSupport
 
getBigram(String, String) - Method in class rita.RiGoogleSearch
Returns the bigram coherence for the word pair where coherence(w1, w2) = count(w1 + w2)/(count(w1) + count(w2)) [from Gervas]
getBigram(String, String) - Method in interface rita.support.ifs.RiSearcherIF
Returns the bigram coherence for the word pair where coherence(w1, w2) = bigram(w1 + w2)/(count(w1) + count(w2)) [from Gervas]
getBigramAvg(String[]) - Method in class rita.RiGoogleSearch
Returns the avg value of all bigram pairs in the sentence.
getBigramAvg(List) - Method in class rita.RiGoogleSearch
Returns the avg value of all bigram pairs in the sentence.
getBigramAvg(String[]) - Method in interface rita.support.ifs.RiSearcherIF
Returns the avg value of all bigram pairs in the sentence.
getBigramMin(String[]) - Method in class rita.RiGoogleSearch
Returns the min value of all bigram pairs in the sentence.
getBigramMin(List) - Method in class rita.RiGoogleSearch
Returns the min value of all bigram pairs in the sentence.
getBigramMin(String[]) - Method in interface rita.support.ifs.RiSearcherIF
Returns the min value of all bigram pairs in the sentence.
getBOMOffset() - Method in class rita.support.UnicodeInputStream
 
getBottomMargin() - Method in class rita.RiPageLayout
 
getBoundingBox() - Method in class rita.RiText
Returns a rectangle representing the current screen position of the bounding box
getBoundingBoxFill() - Method in class rita.RiText
Returns the current bounding box fill color for this object
getBoundingBoxStroke() - Method in class rita.RiText
Returns the current bounding box stroke color for this object
getBuffer() - Method in class rita.RiGrammar
Return all the text generated since the last call to any of the expand() methods.
getBuffer() - Method in class rita.support.grammar.Grammar
Return all the text generated thus far, that is, since the last call to expand(), expandFrom(), or expandWith().
getBytes() - Method in class rita.RiString
 
getBytes(String) - Method in class rita.RiString
 
getCallCount() - Method in class rita.RiAnalyzer
Returns the number of non-cached lookups made by this object so far
getCallCount() - Method in class rita.RiGoogleSearch
Returns the number of live URL connections made by this object so far
getCallee() - Method in exception rita.support.remote.RiMethodMissing
 
getCapacity() - Method in class rita.support.HistoryQueue
 
getCenter() - Method in class rita.RiText
Returns the point representing the center of the RiText
getChars(int, int, char[], int) - Method in class rita.RiString
 
getChildMap() - Method in interface rita.support.RiTextNode
 
getChildMap() - Method in class rita.support.TextNode
 
getChildNodes() - Method in interface rita.support.RiTextNode
 
getChildNodes(String) - Method in interface rita.support.RiTextNode
Returns a List of all children matching the supplied regular expression.
getChildNodes() - Method in class rita.support.TextNode
 
getChildNodes(String) - Method in class rita.support.TextNode
Returns a List of all children matching the supplied regular expression.
getChunkData() - Method in class rita.RiChunker
 
getChunkData() - Method in interface rita.support.ifs.RiChunkerIF
 
getChunkData() - Method in class rita.support.me.MaxEntChunker
 
getChunkData() - Method in class rita.support.remote.RemoteChunker
 
getColor() - Method in class rita.RiText
Returns the current text color for this object
getColors() - Method in class rita.support.RiTurtle
 
getCommonParents(String, String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getCommonParents(String, String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns String[] of Common Parents for 1st senses of words with specified pos' or null if not found
getCommonParents(String, String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getCompletion(String) - Method in class rita.RiTravesty
Chooses a single completion (if there are more than 1) based upon probabilistic random choices.
getCompletions(String[], String[]) - Method in class rita.RiMarkov
Returns an unordered list of possible words w that complete an n-gram consisting of: pre[0]...pre[k], w, post[k+1]...post[n].
getCompletions(String[]) - Method in class rita.RiMarkov
Returns all possible next words (or tokens), ordered by probability, for the given seed array, or null if none are found.
getCompletions(String[]) - Method in interface rita.support.ifs.RiMarkovIF
Returns all possible next words (or tokens), ordered by probability, for the given seed array, or null if none are found.
getCompletions(String[], String[]) - Method in interface rita.support.ifs.RiMarkovIF
Returns an unordered list of possible words w that complete an n-gram consisting of: pre[0]...pre[k], w, post[k+1]...post[n].
getCompletions(String[]) - Method in class rita.support.MarkovModel
Returns all possible next words (or tokens), ordered by probability, for the given seed array, or null if none are found.
getCompletions(String[], String[]) - Method in class rita.support.MarkovModel
Returns an unordered list of possible words w that complete an n-gram consisting of: pre[0]...pre[k], w, post[k+1]...post[n].
getCompletions(String[]) - Method in interface rita.support.NGramIF
Returns all possible next words (or tokens), ordered by probability, for the given seed array, or null if none are found.
getCompletions(String[], String[]) - Method in interface rita.support.NGramIF
Returns an unordered list of possible words w that complete an n-gram consisting of: pre[0]...pre[k], w, post[k+1]...post[n].
getCompletions(String[]) - Method in class rita.support.NGramModel
 
getCompletions(String[], String[]) - Method in class rita.support.NGramModel
 
getCompletions(String[]) - Method in class rita.support.remote.RemoteMarkov
 
getCompletions(String[], String[]) - Method in class rita.support.remote.RemoteMarkov
 
getComponentWithFocus() - Method in class rita.support.gui.RiGUIController
 
getConditionalProbability(String) - Method in class rita.support.MsNGramClient
Finds the conditional probability of the words in a phrase (a sequence of space-separated words) using the current model.
getConnectTimeout() - Method in class rita.RiHtmlParser
 
getContains(String, String, int) - Method in class rita.support.dyn.RiWordnetImpl
 
getContains(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getContains(String, String, int) - Method in interface rita.support.ifs.RiWordnetIF
Returns up to maxResults of the specified pos where each contains the given word
getContains(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns all 'contains' matches for the specified word and pos
getContains(String, String, int) - Method in class rita.support.remote.RiWordnetSupport
 
getContains(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getController() - Method in class rita.support.gui.RiGUIWidget
 
getCookie() - Method in class rita.RiGoogleSearch
Returns the cookie string used in the last sent query
getCoordinates(int) - Method in class rita.support.dyn.RiWordnetImpl
 
getCoordinates(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getCoordinates(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns coordinate terms for 1st sense of word/pos, or null if not found
X is a coordinate term of Y if there exists a term Z which is the hypernym of both X and Y.
Examples: blackbird and robin are coordinate terms (since they are both a kind of thrush) gun and bow are coordinate terms (since they are both weapons) fork and spoon are coordinate terms (since they are both cutlery, or eating utensils) hat and helmet are coordinate terms (since they are both a kind of headgear or headdress) Example: arm -> [hind-limb, forelimb, flipper, leg, crus, thigh, arm...]
Holds btwn nouns/nouns and verbs/verbs
getCoordinates(int) - Method in interface rita.support.ifs.RiWordnetIF
Returns String[] of Coordinates for the specified id, or null if not found
getCoordinates(int) - Method in class rita.support.remote.RiWordnetSupport
 
getCoordinates(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getCount(String) - Method in class rita.RiConcorder
Returns the # of occurences of word or 0 if the word does not exist in the table.
getCount(String) - Method in class rita.RiGoogleSearch
Returns the number of hits via Google for the search query.
getCount(String) - Method in interface rita.support.ifs.RiSearcherIF
Returns the number of hits for the search query.
getCount() - Method in interface rita.support.RiTextNode
 
getCount() - Method in class rita.support.TextNode
 
getCurrentFrame() - Method in class rita.EssSamplePlayer
 
getCurrentFrame() - Method in class rita.MinimSamplePlayer
 
getCurrentFrame() - Method in class rita.RiSample
Returns current frame in sample
getCurrentFrame() - Method in class rita.SoniaSamplePlayer
 
getData() - Method in class rita.RiTaEvent
Returns auxillary data that varies based on the different event types.
For example, if type == SPEECH_COMPLETED, then data will contain a String with the last spoken text.
getDataDirectoryGuesses() - Static method in class rita.RiTa
 
getDefaultEncoding() - Method in class rita.support.UnicodeInputStream
 
getDefaultFont(PApplet) - Static method in class rita.RiText
Returns the current default font.
getDefinition(String) - Method in class rita.RiGrammar
Gets a production definition by name
getDefinition(String) - Method in class rita.support.grammar.Grammar
 
getDefinitions() - Method in class rita.RiGrammar
Returns a Map of the current Definitions, with names as keys and String-representations of each Definition as values.
getDefinitions() - Method in class rita.support.grammar.Grammar
Returns a Map of the current Definitions, with names as keys and String-representations of each Definition as values.
getDelegate() - Method in class rita.support.dyn.RiDynamicObject
 
getDelegate() - Method in class rita.support.RiPhrase
 
getDerivedTerms(int) - Method in class rita.support.dyn.RiWordnetImpl
 
getDerivedTerms(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getDerivedTerms(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns derived terms for 1st sense of word/pos or null if not found
Holds for adverbs
Example: happily -> [jubilant, blithe, gay, mirthful, merry, happy]
getDerivedTerms(int) - Method in interface rita.support.ifs.RiWordnetIF
Returns derived terms for the id, or null if not found
Holds for adverbs
Example: happily -> [jubilant, blithe, gay, mirthful, merry, happy]
getDerivedTerms(int) - Method in class rita.support.remote.RiWordnetSupport
 
getDerivedTerms(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getDescription() - Method in class rita.RiTaEvent
Deprecated.  
getDescription(int) - Method in class rita.support.dyn.RiWordnetImpl
 
getDescription(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getDescription(int) - Method in interface rita.support.ifs.RiWordnetIF
Returns description for word with unique senseId, or null if not found
getDescription(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns description for word with pos or null if not found
getDescription(int) - Method in class rita.support.remote.RiWordnetSupport
 
getDescription(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getDescription() - Method in class rita.support.RiPos
 
getDistance(String, String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getDistance(String, String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns the min distance between any two senses for the 2 words in the wordnet tree (result normalized to 0-1) with specified pos, or 1.0 if either is not found
getDistance(String, String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getDuration() - Method in class rita.RiTextBehavior
Returns the total duration for the behavior
getEncoding() - Method in class rita.support.UnicodeInputStream
 
getEndOfSequenceChar() - Method in class rita.RiTravesty
Returns the character marking the end of an input sequence;
getEndsWith(String, String, int) - Method in class rita.support.dyn.RiWordnetImpl
 
getEndsWith(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getEndsWith(String, String, int) - Method in interface rita.support.ifs.RiWordnetIF
Returns up to maxResults of the specified pos ending with the given word.
getEndsWith(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns up to maxResults of the specified pos ending with the given word.
getEndsWith(String, String, int) - Method in class rita.support.remote.RiWordnetSupport
 
getEndsWith(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getEnterCode() - Method in class rita.RiTextField
Returns the key that currently triggers 'enter' in the text field; the default value is 10, for the enter key on most keyboards.
getErrorDescription() - Method in class rita.support.RiUtteranceTokenizer
if hasErrors returns true, this will return a description of the error encountered, otherwise it will return null
getExamples(CharSequence, CharSequence) - Method in class rita.support.dyn.RiWordnetImpl
 
getExamples(int) - Method in class rita.support.dyn.RiWordnetImpl
 
getExamples(CharSequence, CharSequence) - Method in interface rita.support.ifs.RiWordnetIF
Returns all examples for 1st sense of word with pos, or null if not found
getExamples(int) - Method in interface rita.support.ifs.RiWordnetIF
Returns examples for word with unique senseId, or null if not found
getExamples(CharSequence, CharSequence) - Method in class rita.support.remote.RiWordnetSupport
 
getExamples(int) - Method in class rita.support.remote.RiWordnetSupport
 
getExamples() - Method in class rita.support.RiPos
 
getFeature(String) - Method in class rita.RiAnalyzer
Returns the feature specified by name.
getFeature(CharSequence) - Method in class rita.RiText
Returns the String value for the given feature
getFeature(CharSequence) - Method in class rita.support.Featured
 
getFeature(CharSequence) - Method in interface rita.support.FeaturedIF
 
getFeatures(int) - Method in class rita.RiAnalyzer
Returns a Map (of String key-value pairs) of all the features for the word at the specified word-index.
getFeatures() - Method in class rita.RiAnalyzer
Returns a Map (of String key-value pairs) of all the features for the last analyzed phrase
getFeatures(String) - Method in class rita.RiLexicon
 
getFeatures() - Method in class rita.RiText
Returns a Map of all the features (key-value pairs) exists for this RiText
getFeatures() - Method in class rita.support.Featured
 
getFeatures(FeaturedIF[], String) - Static method in class rita.support.Featured
 
getFeatures() - Method in interface rita.support.FeaturedIF
 
getFeatures(String) - Method in class rita.support.RiLexiconImpl
 
getFeatureString() - Method in class rita.RiAnalyzer
Returns a String representation of the feature list for the last analyzed text
getFeatureString() - Method in class rita.support.RiPhrase
 
getFile(PApplet, String, boolean) - Static method in class rita.support.me.OpenNLPUtil
 
getFileAsBufferedReader(PApplet, String) - Static method in class rita.support.me.OpenNLPUtil
 
getFileAsBufferedReader(PApplet, String, boolean) - Static method in class rita.support.me.OpenNLPUtil
 
getFileAsModel(PApplet, String) - Static method in class rita.support.me.OpenNLPUtil
 
getFileAsModel(PApplet, String, boolean) - Static method in class rita.support.me.OpenNLPUtil
 
getFocusStatusForComponent(RiGUIWidget) - Method in class rita.support.gui.RiGUIController
 
getFont() - Method in class rita.RiText
Return the current font for this object
getFooter() - Method in class rita.RiPageLayout
 
getGloss(int) - Method in class rita.support.dyn.RiWordnetImpl
 
getGloss(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getGloss(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns full gloss for !st sense of 'word' with 'pos' or null if not found
getGloss(int) - Method in interface rita.support.ifs.RiWordnetIF
Returns full gloss for word with unique senseId, or null if not found
getGloss(int) - Method in class rita.support.remote.RiWordnetSupport
 
getGloss(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getGrammarFileName() - Method in class rita.RiGrammar
 
getGrammarFileName() - Method in class rita.RiGrammarX
 
getGrammarFileName() - Method in class rita.support.grammar.Grammar
 
getGrammarFileName() - Method in interface rita.support.ifs.RiGrammarIF
 
getHeader() - Method in class rita.RiPageLayout
 
getHeight() - Method in class rita.support.gui.RiGUIWidget
 
getHolonyms(int) - Method in class rita.support.dyn.RiWordnetImpl
 
getHolonyms(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getHolonyms(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns part-to-whole relationships for 1st sense of word/pos, or none if not found
X is a meronym of Y if Y has X as a part.
X is a holonym of Y if X has Y as a part.
getHolonyms(int) - Method in interface rita.support.ifs.RiWordnetIF
Returns part-to-whole relationships for 1st sense of word/pos, or none if not found
X is a meronym of Y if Y has X as a part.
X is a holonym of Y if X has Y as a part.
getHolonyms(int) - Method in class rita.support.remote.RiWordnetSupport
 
getHolonyms(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getHost() - Method in class rita.support.RiDataStore
 
getHypernyms(int) - Method in class rita.support.dyn.RiWordnetImpl
 
getHypernyms(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getHypernyms(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns Hypernym String[] for all senses of word with pos or null if not found
getHypernyms(int) - Method in interface rita.support.ifs.RiWordnetIF
Returns Hypernym String[] for id, or null if not found
getHypernyms(int) - Method in class rita.support.remote.RiWordnetSupport
 
getHypernyms(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getHypernymTree(int) - Method in class rita.support.dyn.RiWordnetImpl
 
getHypernymTree(int) - Method in interface rita.support.ifs.RiWordnetIF
Returns an ordered String[] of hypernym-synsets (each a semi-colon delimited String) up to the root of Wordnet for the id, or null if not found
getHypernymTree(int) - Method in class rita.support.remote.RiWordnetSupport
 
getHyponyms(int) - Method in class rita.support.dyn.RiWordnetImpl
 
getHyponyms(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getHyponyms(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns Hyponym String[] for 1st sense of word with pos or null if not found
getHyponyms(int) - Method in interface rita.support.ifs.RiWordnetIF
Returns Hyponym String[] for id, or null if not found
getHyponyms(int) - Method in class rita.support.remote.RiWordnetSupport
 
getHyponyms(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getHyponymTree(int) - Method in class rita.support.dyn.RiWordnetImpl
 
getHyponymTree(int) - Method in interface rita.support.ifs.RiWordnetIF
Returns an unordered String[] of hyponym-synsets (each a colon-delimited String) representing all paths to leaves in the ontology (the full hyponym tree), or null if not found
getHyponymTree(int) - Method in class rita.support.remote.RiWordnetSupport
 
getId() - Method in class rita.RiObject
 
getId() - Method in class rita.RiTaEvent
 
getId() - Method in class rita.RiTextBehavior
Returns the unique Id for this behavior
getId() - Method in class rita.support.Featured
Returns the unique Id for this object; also available as a (default) feature
getImageHeight() - Method in class rita.RiText
Returns the height of the image associated with this RiText
getImageWidth() - Method in class rita.RiText
Returns the width of the image associated with this RiText
getIndentSize() - Method in class rita.RiPageLayout
 
getIndex() - Method in class rita.support.gui.RiGUIWidget
 
getInstance() - Static method in class rita.RiPosTagger
 
getInstance(PApplet) - Static method in class rita.RiPosTagger
 
getInstance() - Static method in class rita.RiTokenizer
 
getInstance(PApplet) - Static method in class rita.RiTokenizer
 
getInstance(int) - Static method in class rita.RiTokenizer
 
getInstance(PApplet, int) - Static method in class rita.RiTokenizer
 
getInstance(PApplet) - Static method in class rita.support.BrillPosTagger
invisible deprecated public static BrillPosTagger getInstance() { return getInstance(null); }
getInstance() - Static method in class rita.support.dyn.RiWordnetImpl
 
getInstance() - Static method in class rita.support.EntityLookup
 
getInstance() - Static method in class rita.support.me.MaxEntChunker
 
getInstance(PApplet) - Static method in class rita.support.me.MaxEntChunker
 
getInstance() - Static method in class rita.support.me.MaxEntParser
 
getInstance(PApplet) - Static method in class rita.support.me.MaxEntParser
 
getInstance() - Static method in class rita.support.me.MaxEntTagger
 
getInstance(PApplet) - Static method in class rita.support.me.MaxEntTagger
 
getInstance() - Static method in class rita.support.Regex
 
getInstance() - Static method in class rita.support.RiCMULexicon
 
getInstance(PApplet) - Static method in class rita.support.RiCMULexicon
Creates, loads and returns the singleton lexicon instance.
getInstance(PApplet, String) - Static method in class rita.support.RiCMULexicon
Creates, loads and returns the singleton lexicon instance.
getInstance() - Static method in class rita.support.RiLexiconImpl
Deprecated.  
getInstance(PApplet) - Static method in class rita.support.RiLexiconImpl
Creates, loads and returns the singleton lexicon instance.
getInstance(PApplet, String) - Static method in class rita.support.RiLexiconImpl
Creates, loads and returns the singleton lexicon instance.
getInstance() - Static method in class rita.support.RiSplitter
 
getInstance() - Static method in class rita.support.RiVoiceManager
Gets the instance of the VoiceManager
getInstances() - Static method in class rita.RiText
Returns all existing instances of RiText objects in an array
getLabel() - Method in class rita.support.gui.RiGUIWidget
 
getLeading() - Method in class rita.RiPageLayout
Returns the current leading, or -1 if using the defaults
getLeastCommonTokens(int) - Method in class rita.RiConcorder
Returns the numberToReturn words with the highest frequency.
getLeftHandSide() - Method in class rita.support.RegexRule
Gets the left hand side.
getLeftMargin() - Method in class rita.RiPageLayout
 
getLexicalData() - Method in class rita.RiLexicon
Returns the raw data (as a Map) used in the lexicon, allowing for deletion or modification of existing lexical entires.
getLexicalData() - Method in class rita.support.RiLexiconImpl
Returns the raw data (as a Map) used in the lexicon.
getLineBreak() - Method in class rita.support.grammar.Grammar
 
getLines() - Method in class rita.RiPageLayout
 
getLogin() - Method in class rita.support.RiDataStore
 
getLookAndFeel() - Method in class rita.support.gui.RiGUIController
 
getMatcher(String, String) - Method in class rita.support.Regex
Returns a matcher for the given pattern and string
getMaxSentenceLength() - Method in class rita.RiMarkov
Returns the maximum # of words allowed in a generated sentence
getMaxSentenceLength() - Method in interface rita.support.ifs.RiMarkovIF
 
getMaxSentenceLength() - Method in class rita.support.MarkovModel
Returns the maximum # of words allowed in a generated sentence
getMaxSentenceLength() - Method in class rita.support.remote.RemoteMarkov
 
getMeronyms(int) - Method in class rita.support.dyn.RiWordnetImpl
 
getMeronyms(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getMeronyms(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns array of whole-to-part relationships for 1st sense of word/pos, or null if not found
X is a meronym of Y if Y has X as a part.
X is a holonym of Y if X has Y as a part.
getMeronyms(int) - Method in interface rita.support.ifs.RiWordnetIF
Returns array of whole-to-part relationships for id, or null if not found
X is a meronym of Y if Y has X as a part.
X is a holonym of Y if X has Y as a part.
getMeronyms(int) - Method in class rita.support.remote.RiWordnetSupport
 
getMeronyms(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getMessage() - Method in class rita.support.gui.RiGUIEvent
 
getMethodName() - Method in exception rita.support.remote.RiMethodMissing
 
getMinSentenceLength() - Method in class rita.RiMarkov
Returns the minimum # of words allowed in a generated sentence
getMinSentenceLength() - Method in interface rita.support.ifs.RiMarkovIF
 
getMinSentenceLength() - Method in class rita.support.MarkovModel
Returns the minimum # of words allowed in a generated sentence
getMinSentenceLength() - Method in class rita.support.remote.RemoteMarkov
 
getModel() - Method in class rita.support.MsNGramClient
 
getModelDir() - Static method in class rita.RiTa
Returns the directory from which statistical models are loaded
getModelDir() - Static method in class rita.support.me.RiObjectME
 
getMostCommonTokens(int) - Method in class rita.RiConcorder
Returns the numberToReturn words with the highest frequency.
getMotionType() - Method in class rita.RiText
Returns the motionType for this object,
getMotionType() - Method in class rita.support.behavior.RiInterpolater
 
getName() - Method in class rita.RiTaEvent
Return the user-specified name for this event, or for the associated TextBehavior.
getName() - Method in class rita.RiTextBehavior
Returns the user-assigned name for this behavior; Will return the class name if not set by the user.
getName() - Method in class rita.support.grammar.Definition
 
getNamespace() - Method in class rita.support.RiDataStore
 
getNewest() - Method in class rita.support.HistoryQueue
Returns the oldest item in the queue.
getNextToken() - Method in class rita.support.grammar.RuleParser
 
getNextToken() - Method in class rita.support.RiUtteranceTokenizer
Returns the next token.
getNFactor() - Method in class rita.RiMarkov
Returns the current n-value for the model
getNFactor() - Method in class rita.RiTravesty
Returns the current n-value for the model
getNFactor() - Method in interface rita.support.ifs.RiMarkovIF
Returns the current n-value for the model
getNFactor() - Method in class rita.support.MarkovModel
Returns the current n-value for the model
getNFactor() - Method in interface rita.support.NGramIF
Returns the current n-value for the model
getNFactor() - Method in class rita.support.NGramModel
 
getNFactor() - Method in class rita.support.remote.RemoteMarkov
 
getNominalizations(int) - Method in class rita.support.dyn.RiWordnetImpl
 
getNominalizations(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getNominalizations(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns nominalized terms for 1st sense of word/pos or null if not found
Refers to the use of a verb or an adjective as a noun.
getNominalizations(int) - Method in interface rita.support.ifs.RiWordnetIF
Returns nominalized terms for id, or null if not found
Refers to the use of a verb or an adjective as a noun.
getNominalizations(int) - Method in class rita.support.remote.RiWordnetSupport
 
getNominalizations(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getNounPhrases() - Method in class rita.RiChunker
Returns an array of noun phrases found in the last chunking operation.
getNounPhrases() - Method in interface rita.support.ifs.RiChunkerIF
 
getNounPhrases() - Method in class rita.support.me.MaxEntChunker
 
getNounPhrases() - Method in class rita.support.remote.RemoteChunker
 
getNumber() - Method in class rita.RiConjugator
Returns a String representing the current number from one of (singular, plural)
getNumFrames() - Method in class rita.EssSamplePlayer
 
getNumFrames() - Method in class rita.MinimSamplePlayer
 
getNumFrames() - Method in class rita.RiSample
Returns total # of frames in sample
getNumFrames() - Method in class rita.SoniaSamplePlayer
 
getNumInstances() - Static method in class rita.RiText
Returns the number of existing RiTexts
getObjectCount() - Static method in class rita.RiTaServer
 
getObjectNames() - Static method in class rita.RiTaServer
 
getOldest() - Method in class rita.support.HistoryQueue
Returns the oldest item in the queue.
getOpenClassWords(String[]) - Static method in class rita.RiTa
Returns an array without the closed-class words
getOS() - Static method in class rita.RiTa
Returns a String representing the current OS ["mac", "windows", "linux" ]
getOutputFile() - Method in class rita.RiSpeech
Returns the current output filename of null if none is specified.
getPageHeight() - Method in class rita.RiPageLayout
 
getPageNo() - Method in class rita.RiPageLayout
 
getPageWidth() - Method in class rita.RiPageLayout
 
getPan() - Method in class rita.EssSamplePlayer
 
getPan() - Method in class rita.MinimSamplePlayer
 
getPan() - Method in class rita.RiSample
Returns current panValue
getPan() - Method in class rita.SoniaSamplePlayer
 
getPApplet() - Method in class rita.RiObject
 
getPApplet() - Method in class rita.RiText
 
getParams() - Method in exception rita.support.remote.RiMethodMissing
 
getParamTypes() - Method in exception rita.support.remote.RiMethodMissing
 
getParent() - Method in class rita.RiTextBehavior
Returns the RiText object in which this behavior is operating.
getParent() - Method in class rita.support.gui.RiGUIController
 
getParses(String, int) - Method in class rita.support.me.MaxEntParser
 
getPassword() - Method in class rita.support.RiDataStore
 
getPast(String, int, int) - Method in class rita.RiConjugator
 
getPast(String) - Method in class rita.RiConjugator
 
getPastParticiple(String) - Method in class rita.RiConjugator
 
getPerson() - Method in class rita.RiConjugator
Returns a String representing the current person from one of (first, second, third)
getPhonemeArr(String, boolean) - Method in class rita.support.RiLexiconImpl
Gets the phoneme list for a given word, either via lookup or, if not found, (and useLTS is true), generated via the letter-to-sound engine, else null.
getPhonemeArray() - Method in class rita.support.RiPhrase
 
getPhonemes() - Method in class rita.RiAnalyzer
Returns a String containing all phonemes for the input text, delimited by semi-colons, e.g., "dh:ax:d:ao:g:r:ae:n:f:ae:s:t", or null if no text has been input.
getPhonemes(String, boolean) - Method in class rita.support.RiLexiconImpl
Gets the phoneme list for a given word, either via lookup or, if not found, (and useLTS is true), generated via the letter-to-sound engine, else null.
getPhonemes() - Method in class rita.support.RiPhrase
 
getPhonemesAt(int) - Method in class rita.RiAnalyzer
Returns the phonemes for the word at wordIdx
getPhones(String, String) - Method in class rita.support.RiCMULexicon
Gets the phone list for a given word.
getPhones(String, String, boolean) - Method in class rita.support.RiCMULexicon
Gets the phone list for a given word.
getPhones(String) - Method in class rita.support.RiCMULexicon
 
getPhones(String, String) - Method in class rita.support.RiLetterToSound
Calculates the phone list for a given word.
getPhones(String, String) - Method in class rita.support.RiLexiconImpl
Gets the phone list (+ stresses) for a given word.
getPhones(String, String, boolean) - Method in class rita.support.RiLexiconImpl
Gets the phone list (+ stresses) for a given word.
getPicked(float, float) - Static method in class rita.RiText
Returns all RiTexts that contain the point x,y or null if none do.
getPos() - Method in class rita.RiAnalyzer
Returns a String containing all pos tags for the input text, delimited by semi-colons, e.g., "dt:nn:vbd:rb", or null if no text has been input.
getPos(String, boolean) - Method in class rita.RiString
Returns an String of part-of-speech tags, 1 per word, using the default WordTokenizer & PosParser, delimited by delim.
getPos(String) - Method in class rita.RiString
Returns an String of part-of-speech tags, 1 per word, using the default WordTokenizer & PosParser, delimited by delim.
getPos() - Method in class rita.RiString
Returns an String of part-of-speech tags, 1 per word, using the default WordTokenizer & PosParser, delimited by spaces.
getPos(boolean) - Method in class rita.RiString
 
getPos() - Method in class rita.RiText
Returns the part-of-speech tags, one per word, separated by WORD_BOUNDARY, using the default Tokenizer & Poart-of-speech tagger.
getPos(boolean) - Method in class rita.RiText
See rita.RiString#getPos(java.lang.String)
getPos(int) - Method in class rita.support.dyn.RiWordnetImpl
 
getPos(String) - Method in class rita.support.dyn.RiWordnetImpl
 
getPos(String) - Method in interface rita.support.ifs.RiWordnetIF
Returns an array of all parts-of-speech ordered according to their polysemy count, returning the pos with the most different senses in the first position, etc.
getPos(int) - Method in interface rita.support.ifs.RiWordnetIF
 
getPos(int) - Method in class rita.support.remote.RiWordnetSupport
 
getPos(String) - Method in class rita.support.remote.RiWordnetSupport
 
getPos() - Method in class rita.support.RiPhrase
 
getPos(String) - Method in class rita.support.RiPhrase
Returns a String representing the pos for the first index of word in the phrase, or null if there is no such word.
getPosArr(boolean) - Method in class rita.RiString
Returns an array of part-of-speech tags, one per word, using the default WordTokenizer & PosParser...
getPosArr(boolean) - Method in class rita.RiText
See rita.RiString#getPos()
getPosArr() - Method in class rita.RiText
See rita.RiString#getPos()
getPosArr(String) - Method in interface rita.support.ifs.RiLexiconIF
 
getPosArr(String) - Method in class rita.support.RiCMULexicon
 
getPosArr(String) - Method in class rita.support.RiLexiconImpl
 
getPosAt(int) - Method in class rita.RiAnalyzer
Returns the pos for the word at wordIdx
getPosAt(int) - Method in class rita.RiString
Returns the part-of-speech at wordIdx using the default WordTokenizer & PosParser...
getPosAt(int, boolean) - Method in class rita.RiString
Returns the part-of-speech at wordIdx using the default WordTokenizer & PosParser...
getPosAt(int, boolean) - Method in class rita.RiText
See rita.RiString#getPosAt(int)
getPosAt(int) - Method in class rita.RiText
See rita.RiString#getPosAt(int)
getPosAt(int) - Method in class rita.support.RiPhrase
 
getPosEntries(String) - Method in class rita.RiLexicon
Return the list of possible parts-of-speech for the word , or null if not found.
getPosition() - Method in class rita.RiText
Returns a 2 or 3-dimensional array with the objects x,y, or x,y,z position (depending on the renderer)
getPosStr(String) - Method in class rita.RiLexicon
Returns
getPosStr(String) - Method in class rita.support.RiLexiconImpl
 
getPosStr() - Method in class rita.support.RiPhrase
 
getPosStrOld(String) - Method in class rita.support.RiLexiconImpl
 
getPrepPhrases() - Method in class rita.RiChunker
Returns an array of prepositions found in the last chunking operation.
getPrepPhrases() - Method in interface rita.support.ifs.RiChunkerIF
 
getPrepPhrases() - Method in class rita.support.me.MaxEntChunker
 
getPrepPhrases() - Method in class rita.support.remote.RemoteChunker
 
getPresent(String, int, int) - Method in class rita.RiConjugator
Processes the baseform of this Verb to obtain the present tense form for a specific Person and Number combination.
getPresentParticiple(String) - Method in class rita.RiConjugator
 
getProbabilities(String[]) - Method in class rita.RiMarkov
Returns the full set of possible next tokens (as a HashMap: String -> Float (probability)) given an array of tokens representing the path down the tree (with length less than n).
getProbabilities(String) - Method in class rita.RiTravesty
Returns the full set of possible next tokens (as a HashMap: String -> Float (probability)) given an array of tokens representing the path down the tree (with length less than n).
getProbabilities(String[]) - Method in interface rita.support.ifs.RiMarkovIF
Returns the full set of possible next tokens (as a HashMap: String -> Float (probability)) given an array of tokens representing the path down the tree (with length less than n).
getProbabilities(String[]) - Method in class rita.support.MarkovModel
Returns the full set of possible next tokens (as a HashMap: String -> Float (probability)) given an array of tokens representing the path down the tree (with length less than n).
getProbabilities(String[]) - Method in interface rita.support.NGramIF
Returns the full set of possible next tokens (as a HashMap: String -> Float (probability)) given an array of tokens representing the path down the tree (with length less than n).
getProbabilities(String[]) - Method in class rita.support.NGramModel
 
getProbabilities(String[]) - Method in class rita.support.remote.RemoteMarkov
 
getProbability(String) - Method in class rita.RiConcorder
Returns the normalized frequency (probability) of word, 1 if it is the only word in the model, 0 if it does not exist.
getProbability(String[]) - Method in class rita.RiMarkov
Returns the probability of obtaining a sequence of k character tokens were k <= nFactor, e.g., if nFactor = 3, then valid lengths for the String tokens are 1, 2 & 3.
getProbability(String) - Method in class rita.RiMarkov
Returns the raw (unigram) probability for a token in the model, or 0 if it does not exist
getProbability(char) - Method in class rita.RiTravesty
Returns the raw (unigram) probability for a token in the model, or 0 if it does not exist
getProbability(String) - Method in class rita.RiTravesty
Returns the probability of obtaining a sequence of k character tokens were k <= nFactor, e.g., if nFactor = 3, then valid lengths for the String tokens are 1, 2 & 3.
getProbability(String) - Method in interface rita.support.ifs.RiMarkovIF
Returns the raw (unigram) probability for a token in the model, or 0 if it does not exist
getProbability(String[]) - Method in interface rita.support.ifs.RiMarkovIF
Returns the probability of obtaining a sequence of k character tokens were k <= nFactor, e.g., if nFactor = 3, then valid lengths for the String tokens are 1, 2 & 3.
getProbability(String) - Method in class rita.support.MarkovModel
Returns the raw (unigram) probability for a token in the model, or 0 if it does not exist
getProbability(String[]) - Method in class rita.support.MarkovModel
Returns the probability of obtaining a sequence of k character tokens were k <= nFactor, e.g., if nFactor = 3, then valid lengths for the String tokens are 1, 2 & 3.
getProbability(String) - Method in class rita.support.MsNGramClient
Finds the joint probability of the words in a phrase (a sequence of space-separated words), in the current model.
getProbability(String) - Method in interface rita.support.NGramIF
Returns the raw (unigram) probability for a token in the model, or 0 if it does not exist
getProbability(String[]) - Method in interface rita.support.NGramIF
Returns the probability of obtaining a sequence of k character tokens were k <= nFactor, e.g., if nFactor = 3, then valid lengths for the String tokens are 1, 2 & 3.
getProbability(String) - Method in class rita.support.NGramModel
 
getProbability(String[]) - Method in class rita.support.NGramModel
 
getProbability(String) - Method in class rita.support.remote.RemoteMarkov
 
getProbability(String[]) - Method in class rita.support.remote.RemoteMarkov
 
getProbability() - Method in interface rita.support.RiProbable
Returns a probability value between 0 - 1
getProbability() - Method in interface rita.support.RiTextNode
 
getProbability() - Method in class rita.support.TextNode
 
getProductions(String) - Method in class rita.support.grammar.Grammar
 
getProxy() - Static method in class rita.support.remote.RiClientStub
 
getRandomExample(CharSequence) - Method in class rita.support.dyn.RiWordnetImpl
 
getRandomExample(CharSequence) - Method in interface rita.support.ifs.RiWordnetIF
Returns a random example from a random word w' pos
getRandomExample(CharSequence) - Method in class rita.support.remote.RiWordnetSupport
 
getRandomExamples(CharSequence, int) - Method in class rita.support.dyn.RiWordnetImpl
 
getRandomExamples(CharSequence, int) - Method in interface rita.support.ifs.RiWordnetIF
Returns numExamples random examples from random words w' pos
getRandomExamples(CharSequence, int) - Method in class rita.support.remote.RiWordnetSupport
 
getRandomWord(String, int) - Method in class rita.RiLexicon
Returns a random word from the lexicon with the specified part-of-speech and target-length, or null if no such word exists.
getRandomWord() - Method in class rita.RiLexicon
Returns a random word from the lexicon
getRandomWord(String) - Method in class rita.RiLexicon
Returns a random word from the lexicon with the specified part-of-speech
getRandomWord(int) - Method in class rita.RiLexicon
Returns a random word from the lexicon with the specified target-length (where length>0), or null if no such word exists.
getRandomWord(CharSequence, boolean, int) - Method in class rita.support.dyn.RiWordnetImpl
 
getRandomWord(CharSequence) - Method in class rita.support.dyn.RiWordnetImpl
 
getRandomWord(CharSequence) - Method in interface rita.support.ifs.RiWordnetIF
Returns a random stem with pos and a max length of this.maxCharsPerWord.
getRandomWord(CharSequence, boolean, int) - Method in interface rita.support.ifs.RiWordnetIF
Returns a random word with pos and a maximum of maxChars.
getRandomWord(CharSequence, boolean, int) - Method in class rita.support.remote.RiWordnetSupport
 
getRandomWord(CharSequence) - Method in class rita.support.remote.RiWordnetSupport
 
getRandomWords(CharSequence, int) - Method in class rita.support.dyn.RiWordnetImpl
 
getRandomWords(CharSequence, int) - Method in interface rita.support.ifs.RiWordnetIF
Returns count random words w' pos
getRandomWords(CharSequence, int) - Method in class rita.support.remote.RiWordnetSupport
 
getRandomWordWithSyllableCount(int) - Method in class rita.RiLexicon
Returns a random word from the lexicon with the specified syllable-count or null if no such word exists.
getRandomWordWithSyllableCount(String, int) - Method in class rita.RiLexicon
Returns a random word from the lexicon with the specified part-of-speech and syllable-count, or null if no such word exists.
getRawPhones(String) - Method in class rita.support.RiLexiconImpl
 
getRawPhones(String, boolean) - Method in class rita.support.RiLexiconImpl
 
getRawStresses(String) - Method in class rita.support.RiCMULexicon
returns a '-' (denoting no mark) or 0 (unstressed) or 1 (stressed) for each phoneme
getRawValue() - Method in interface rita.support.RiProbable
Returns the raw value from which probability will be calculated
getRawValue() - Method in class rita.support.TextNode
To satisfy the RiProbable interface; simply returns the count here
getReadTimeout() - Method in class rita.RiHtmlParser
 
getRegex() - Method in class rita.support.RegexTokenizer
Returns the regular expression used for tokenizing
getRegexMatch(String, String, int) - Method in class rita.support.dyn.RiWordnetImpl
 
getRegexMatch(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getRegexMatch(String, String, int) - Method in interface rita.support.ifs.RiWordnetIF
Returns up to maxResults of the specified pos matching the the given regular expression pattern.
getRegexMatch(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns up to maxResults of the specified pos Example: 'table' returns 'turntable' & 'uncomfortable'
getRegexMatch(String, String, int) - Method in class rita.support.remote.RiWordnetSupport
 
getRegexMatch(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getRemainingText() - Method in class rita.RiPageLayout
 
getRemoteObjectCount() - Method in class rita.support.remote.RiClientStub
 
getResourceAsBufferedReader(Class, String) - Static method in class rita.support.me.OpenNLPUtil
 
getResourceAsModel(Class, String) - Static method in class rita.support.me.OpenNLPUtil
 
getRhymes(String) - Method in class rita.RiLexicon
Returns the rhymes for a given word or null if none found
getRhymes(String, Set) - Method in class rita.RiLexicon
Returns the rhymes for a given word or null if none found.
getRightMargin() - Method in class rita.RiPageLayout
 
getRiString() - Method in class rita.support.RiPhrase
Returns an RiString (String + Feature-Map) representation of the phrase
getRoot() - Method in class rita.RiMarkov
 
getRoot() - Method in class rita.support.MarkovModel
Returns the TextNode representing the root of the model's tree, so that it can be (manually) navigated.
getRoot() - Method in class rita.support.NGramModel
 
getRule(String) - Method in class rita.RiGrammarX
 
getRule(String) - Method in class rita.support.grammar.RuleList
 
getRules() - Method in class rita.support.grammar.Definition
 
getSample() - Method in class rita.RiText
Returns the RiSample object associated with this RiText
getScale() - Method in class rita.RiText
Returns a 3-dimensional array with the objects x,y,z scale (1=100% or unscaled)
getSenseCount(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getSenseCount(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Return the # of senses (polysemy) for a given word/pos.
getSenseCount(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getSenseIds(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getSenseIds(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns String[] of unique ids, one for each 'sense' of word with pos, or null if none are found.
getSenseIds(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getServerHost() - Static method in class rita.support.remote.RiClientStub
 
getServerPort() - Static method in class rita.support.remote.RiClientStub
 
getServiceUri() - Method in class rita.support.MsNGramClient
// doesn't seem to work at moment Returns the generated cookie (an opaque placeholder to facilitate subsequent calls) from a the last call to generate().
getSimilar(int) - Method in class rita.support.dyn.RiWordnetImpl
 
getSimilar(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getSimilar(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns similar-to list for first sense of word/pos or null if not found
Holds for adjectives
Example:
happy(a) -> [blessed, blissful, bright, golden, halcyon, prosperous...]
getSimilar(int) - Method in interface rita.support.ifs.RiWordnetIF
Returns similar-to list for id, or null if not found
Holds for adjectives
Example:
happy(a) -> [blessed, blissful, bright, golden, halcyon, prosperous...]
getSimilar(int) - Method in class rita.support.remote.RiWordnetSupport
 
getSimilar(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getSize() - Method in class rita.support.RiRandomIterator
returns the # of elements in the backing set
getSonority(String) - Static method in class rita.support.RiPhone
Determines the sonority for the given phone.
getSoundsLike(String, String, int) - Method in class rita.support.dyn.RiWordnetImpl
 
getSoundsLike(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getSoundsLike(String, String, int) - Method in interface rita.support.ifs.RiWordnetIF
Returns up to maxResults of the specified pos that match the soundex code of the given word.
getSoundsLike(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns up to maxResults of the specified pos that match the soundex code of the given word.
getSoundsLike(String, String, int) - Method in class rita.support.remote.RiWordnetSupport
 
getSoundsLike(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getSource() - Method in class rita.support.gui.RiGUIEvent
 
getStartOffset() - Method in class rita.RiTextBehavior
Returns the original startOffset for the behavior
getStartPosition() - Method in class rita.support.RiRandomIterator
returns the last start position
getStartsWith(String, String, int) - Method in class rita.support.dyn.RiWordnetImpl
 
getStartsWith(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getStartsWith(String, String, int) - Method in interface rita.support.ifs.RiWordnetIF
Returns up to maxResults of the specified pos starting with the given word.
getStartsWith(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns up to maxResults of the specified pos starting with the given word.
getStartsWith(String, String, int) - Method in class rita.support.remote.RiWordnetSupport
 
getStartsWith(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getStartValue() - Method in class rita.support.behavior.RiInterpolater
 
getStartValueFromParent(RiText, Interpolater) - Method in class rita.support.behavior.BoundingBoxAlphaFade
 
getStartValueFromParent(RiText, Interpolater) - Method in class rita.support.behavior.InterpolatingBehavior
 
getStartValueFromParent(RiText, Interpolater) - Method in class rita.support.behavior.RiLerpBehavior
 
getStartValueFromParent(RiText, Interpolater) - Method in class rita.support.behavior.ScaleBehavior
 
getStartValueFromParent(RiText, Interpolater) - Method in class rita.support.behavior.TextColorFade
 
getStartValueFromParent(RiText, Interpolater) - Method in class rita.support.behavior.TextMotion2D
 
getStartValueFromParent(RiText, Interpolater) - Method in class rita.support.behavior.TextMotion3D
 
getStemmer() - Method in class rita.RiStemmer
Returns the concrete stemmer (delegate) object that actually does the work
getStems(String, CharSequence) - Method in class rita.support.dyn.RiWordnetImpl
 
getStems(String, CharSequence) - Method in interface rita.support.ifs.RiWordnetIF
Returns an array of all stems, or null if not found
getStems(String, CharSequence) - Method in class rita.support.remote.RiWordnetSupport
 
getStresses() - Method in class rita.RiAnalyzer
Returns a String containing the stresses for each syllable of the input text, delimited by semi-colons, e.g., "0:1:0:1", with 1's meaning 'stressed', and 0's meaning 'unstressed', or null if no text has been input.
getStresses() - Method in class rita.support.RiPhrase
 
getStressesAt(int) - Method in class rita.RiAnalyzer
Returns the stresses for the word at wordIdx
getSyllables() - Method in class rita.RiAnalyzer
Returns a String containing the phonemes for each syllable of each word of the input text, delimited by dashes (phonemes) and semi-colons (words), e.g., "dh-ax:d-ao-g:r-ae-n:f-ae-s-t" for the 4 syllables of the phrase 'The dog ran fast', or null if no text has been input.
getSyllables() - Method in class rita.support.RiPhrase
 
getSynonyms(String, String, int) - Method in class rita.support.dyn.RiWordnetImpl
 
getSynonyms(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getSynonyms(String, String, int) - Method in interface rita.support.ifs.RiWordnetIF
Returns an unordered String[] containing the synset, hyponyms, similars, alsoSees, and coordinate terms (checking each in order) for all senses of word with pos, or null if not found
getSynonyms(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns an unordered String[] containing the synset, hyponyms, similars, alsoSees, and coordinate terms (checking each in order) for all senses of word with pos, or null if not found
getSynonyms(String, String, int) - Method in class rita.support.remote.RiWordnetSupport
 
getSynonyms(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getSynset(int) - Method in class rita.support.dyn.RiWordnetImpl
 
getSynset(String, String, boolean) - Method in class rita.support.dyn.RiWordnetImpl
 
getSynset(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getSynset(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns String[] of words in synset for first sense of word with pos, or null if not found.
getSynset(String, String, boolean) - Method in interface rita.support.ifs.RiWordnetIF
Returns String[] of words in synset for first sense of word with pos, or null if not found.
getSynset(int) - Method in interface rita.support.ifs.RiWordnetIF
Returns String[] of Synsets for unique id id or null if not found.
getSynset(int) - Method in class rita.support.remote.RiWordnetSupport
 
getSynset(String, String, boolean) - Method in class rita.support.remote.RiWordnetSupport
 
getSynset(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getTag() - Method in class rita.RiTaEvent
Deprecated.  
getTag() - Method in class rita.support.RiPos
 
getTail() - Method in class rita.support.RiWordRelation
Returns the last item in this WordRelation.
getTarget() - Method in class rita.support.behavior.Interpolater
 
getTarget() - Method in class rita.support.behavior.InterpolatingBehavior
 
getTarget() - Method in class rita.support.behavior.RiInterpolater
 
getTarget() - Method in class rita.support.behavior.RiInterpolater2D
 
getTarget() - Method in class rita.support.behavior.RiInterpolater3D
 
getTarget() - Method in class rita.support.behavior.RiInterpolater4D
 
getTargetValue() - Method in class rita.support.behavior.RiInterpolater
 
getTargetX() - Method in class rita.support.behavior.RiInterpolater2D
 
getTargetY() - Method in class rita.support.behavior.RiInterpolater2D
 
getTense() - Method in class rita.RiConjugator
Returns a String representing the current tense from one of (past, present, future)
getText() - Method in class rita.RiAnalyzer
Returns the last analyzed text
getText() - Method in class rita.RiString
 
getText() - Method in class rita.RiText
Returns the current text
getText() - Method in class rita.support.Featured
 
getText() - Method in interface rita.support.FeaturedIF
 
getText() - Method in class rita.support.RiPhrase
 
getTextAlignment() - Method in class rita.RiText
Returns the current alignment (default=LEFT)
getTextOffsetY() - Method in class rita.RiTextField
Returns the current Y-offset for typed text
getTextRectangle() - Method in class rita.RiPageLayout
 
getTextX() - Method in class rita.RiPageLayout
 
getTextY() - Method in class rita.RiPageLayout
 
getToken() - Method in interface rita.support.RiTextNode
 
getToken() - Method in class rita.support.TextNode
 
getTokenArray() - Method in class rita.support.RiPhrase
 
getTokenItem() - Method in class rita.support.RiTokenToWords
Returns the currently processing token Item.
getTokenizer() - Method in class rita.RiMarkov
 
getTokenizer() - Method in class rita.support.MarkovModel
 
getTokens() - Method in class rita.RiAnalyzer
Returns an array of the words (no punctuation) in the current text, or null if no text has been input.
getTokens() - Method in class rita.support.RiPhrase
 
getTopMargin() - Method in class rita.RiPageLayout
 
getTotalAdds() - Method in class rita.support.HistoryQueue
 
getTrigram(String, String, String) - Method in class rita.RiGoogleSearch
Returns the trigram coherence for the word pair where trigram-coherence (w1, w2, w3) = count(w1 + w2 + w3) / (getBigram(w1,w2) + getBigram(w2,w3)))
getType() - Method in class rita.RiTaEvent
Returns one of the event types specified in the RiConstants interface, e.g., BEHAVIOR_COMPLETED, or SPEECH_COMPLETED.
getType() - Method in class rita.RiTextBehavior
Returns the type for the behavior
getType() - Method in class rita.support.RiPos
 
getUserAgent() - Method in interface rita.HtmlParserIF
 
getUserAgent() - Method in class rita.RiGoogleSearch
Returns the current user-agent
getUserAgent() - Method in class rita.RiHtmlParser
 
getUserAgent() - Method in interface rita.support.ifs.RiSearcherIF
Sets the user-agent for subsequent requests
getUserAgent() - Method in class rita.support.MsNGramClient
 
getValue() - Method in class rita.RiTextBehavior
 
getValue() - Method in class rita.RiTextField
 
getValue() - Method in class rita.support.behavior.RiInterpolater
 
getValue() - Method in class rita.support.behavior.RiLerpBehavior
 
getValues() - Method in class rita.support.behavior.Interpolater
 
getValues() - Method in class rita.support.behavior.RiInterpolater
 
getValues() - Method in class rita.support.behavior.RiInterpolater2D
 
getValues() - Method in class rita.support.behavior.RiInterpolater3D
 
getValues() - Method in class rita.support.behavior.RiInterpolater4D
 
getVerb() - Method in class rita.RiConjugator
Returns the current verb
getVerbGroup(int) - Method in class rita.support.dyn.RiWordnetImpl
 
getVerbGroup(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getVerbGroup(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns verb group for 1st sense of verb or null if not found
Example: live -> [dwell, inhabit]
Holds for verbs
getVerbGroup(int) - Method in interface rita.support.ifs.RiWordnetIF
Returns verb group for id, or null if not found
Example: live -> [dwell, inhabit]
Holds for verbs
getVerbGroup(int) - Method in class rita.support.remote.RiWordnetSupport
 
getVerbGroup(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getVerbPhrases() - Method in class rita.RiChunker
Returns the array of verb phrases found in the last chunking operation.
getVerbPhrases() - Method in interface rita.support.ifs.RiChunkerIF
 
getVerbPhrases() - Method in class rita.support.me.MaxEntChunker
 
getVerbPhrases() - Method in class rita.support.remote.RemoteChunker
 
getVisible() - Method in class rita.support.gui.RiGUIController
 
getVoice() - Method in class rita.support.RiFreeTTSEngine
 
getVoice() - Method in class rita.support.RiMacSpeechEngine
 
getVoice() - Method in interface rita.support.RiSpeechEngine
 
getVoice(String) - Method in class rita.support.RiVoiceManager
Get a Voice with a given name.
getVoiceClassLoader() - Static method in class rita.support.RiVoiceManager
Gets the class loader used for loading dynamically detected jars.
getVoiceDescription() - Method in class rita.RiSpeech
Returns descriptive info on the current voice
getVoiceDescription() - Method in class rita.support.RiFreeTTSEngine
 
getVoiceDescription() - Method in class rita.support.RiMacSpeechEngine
 
getVoiceDescription() - Method in interface rita.support.RiSpeechEngine
 
getVoiceDescriptions() - Method in class rita.RiSpeech
Returns the names and descriptions for each available voice.
getVoiceDescriptions() - Method in class rita.support.RiFreeTTSEngine
 
getVoiceDescriptions() - Method in class rita.support.RiMacSpeechEngine
 
getVoiceDescriptions() - Method in interface rita.support.RiSpeechEngine
 
getVoiceInfo() - Method in class rita.RiSpeech
Deprecated.  
getVoiceInfo() - Method in class rita.support.RiVoiceManager
Prints detailed information about all available voices.
getVoiceName() - Method in class rita.RiSpeech
Returns a descriptive name for the current voice
getVoiceName() - Method in class rita.support.RiFreeTTSEngine
 
getVoiceName() - Method in class rita.support.RiMacSpeechEngine
 
getVoiceName() - Method in interface rita.support.RiSpeechEngine
 
getVoiceNames() - Method in class rita.support.RiFreeTTSEngine
 
getVoiceNames() - Method in class rita.support.RiMacSpeechEngine
 
getVoiceNames() - Method in interface rita.support.RiSpeechEngine
 
getVoicePitch() - Method in class rita.RiSpeech
Returns the pitch of the current voice
getVoicePitch() - Method in class rita.support.RiFreeTTSEngine
 
getVoicePitch() - Method in class rita.support.RiMacSpeechEngine
 
getVoicePitch() - Method in interface rita.support.RiSpeechEngine
 
getVoicePitchRange() - Method in class rita.RiSpeech
Returns the pitch range of the current voice
getVoicePitchRange() - Method in class rita.support.RiFreeTTSEngine
 
getVoicePitchRange() - Method in class rita.support.RiMacSpeechEngine
 
getVoicePitchRange() - Method in interface rita.support.RiSpeechEngine
 
getVoicePitchShift() - Method in class rita.RiSpeech
Returns the pitch shift of the current voice
getVoicePitchShift() - Method in class rita.support.RiFreeTTSEngine
 
getVoicePitchShift() - Method in class rita.support.RiMacSpeechEngine
 
getVoicePitchShift() - Method in interface rita.support.RiSpeechEngine
 
getVoiceRate() - Method in class rita.RiSpeech
Returns the rate of the current voice
getVoiceRate() - Method in class rita.support.RiFreeTTSEngine
 
getVoiceRate() - Method in class rita.support.RiMacSpeechEngine
 
getVoiceRate() - Method in interface rita.support.RiSpeechEngine
 
getVoices() - Method in class rita.support.RiVoiceManager
Provide an array of all voices available to FreeTTS.
getVoiceVolume() - Method in class rita.RiSpeech
Returns the volume of the current voice
getVoiceVolume() - Method in class rita.support.RiFreeTTSEngine
 
getVoiceVolume() - Method in class rita.support.RiMacSpeechEngine
 
getVoiceVolume() - Method in interface rita.support.RiSpeechEngine
 
getVolume() - Method in class rita.EssSamplePlayer
 
getVolume() - Method in class rita.MinimSamplePlayer
 
getVolume() - Method in class rita.RiSample
Returns current volume for the sample
getVolume() - Method in class rita.SoniaSamplePlayer
 
getWeightedBigram(String[]) - Method in class rita.RiGoogleSearch
Returns the product of the avg value of all bigram pairs and the min bigram value in the sentence.
getWeightedBigram(List) - Method in class rita.RiGoogleSearch
Returns the weighted value of all bigram pairs in the sentence.
getWeightedBigram(String[]) - Method in interface rita.support.ifs.RiSearcherIF
Returns the product of the avg value of all bigram pairs and the min bigram value in the sentence.
getWeightedUnigram(String) - Method in class rita.RiGoogleSearch
Returns the product of the count of the query and the # of words.
getWeightedUnigram(String[]) - Method in class rita.RiGoogleSearch
Returns the product of the count of the query and the # of words.
getWeightedUnigram(String) - Method in interface rita.support.ifs.RiSearcherIF
Returns the product of the count of the query and the # of words.
getWeightedUnigram(String[]) - Method in interface rita.support.ifs.RiSearcherIF
Returns the product of the count of the query and the # of words.
getWidth() - Method in class rita.support.gui.RiGUIWidget
 
getWiggle() - Method in class rita.support.behavior.TextMotion
 
getWildcardMatch(String, String, int) - Method in class rita.support.dyn.RiWordnetImpl
 
getWildcardMatch(String, String) - Method in class rita.support.dyn.RiWordnetImpl
 
getWildcardMatch(String, String, int) - Method in interface rita.support.ifs.RiWordnetIF
Returns up to maxResults of the specified pos matching a wildcard pattern,
with * '*' equals any number of characters,
and '?' equals any single character.
getWildcardMatch(String, String) - Method in interface rita.support.ifs.RiWordnetIF
Returns up to maxResults of the specified pos matching a wildcard pattern,
with '*' representing any number of characters,
and '?' equals any single character..
getWildcardMatch(String, String, int) - Method in class rita.support.remote.RiWordnetSupport
 
getWildcardMatch(String, String) - Method in class rita.support.remote.RiWordnetSupport
 
getWordAt(int) - Method in class rita.RiString
Returns the word at wordIdx using the default WordTokenizer.
getWordAt(int) - Method in class rita.support.RiPhrase
 
getWordCount() - Method in class rita.RiMarkov
Returns the # of words loaded into the model
getWordCount() - Method in class rita.RiString
Returns the # of words in the object according to the default WordTokenizer.
getWordCount() - Method in class rita.RiText
See rita.RiString#getWordCount()
getWordCount() - Method in interface rita.support.ifs.RiMarkovIF
Returns the # of words loaded into the model
getWordCount() - Method in class rita.support.MarkovModel
Returns the # of words loaded into the model
getWordCount() - Method in class rita.support.remote.RemoteMarkov
 
getWordCount() - Method in class rita.support.RiPhrase
 
getWords(String) - Method in class rita.RiLexicon
Returns the set of words in the lexicon (including those from user-addenda) that match the supplied regular expression.
getWords() - Method in class rita.RiLexicon
Returns the full set of words in the lexicon (including those from user-addenda)
getWords() - Method in class rita.RiPageLayout
 
getWords() - Method in class rita.RiString
Returns the array of words in the object, via a call to RiTa.tokenize().
getWords() - Method in class rita.RiText
See rita.RiString#getWords()
getWords() - Method in class rita.support.RiCMULexicon
 
getWords(String) - Method in class rita.support.RiCMULexicon
 
getWords() - Method in class rita.support.RiLexiconImpl
 
getWords(String) - Method in class rita.support.RiLexiconImpl
 
getWords() - Method in class rita.support.RiPhrase
 
getWordsWithPos(String) - Method in class rita.support.RiLexiconImpl
 
getX() - Method in class rita.RiText
Gets the current x-position of the RiText
getX() - Method in class rita.support.gui.RiGUIWidget
 
getY() - Method in class rita.RiText
Gets the current y-position of the RiText
getY() - Method in class rita.support.gui.RiGUIWidget
 
getZ() - Method in class rita.RiText
Returns the z position for this object
GLINK - Static variable in class rita.support.RiPos
Part of Speech TYPE -> Glink FORMAT
grammar - Variable in class rita.RiGrammar
 
Grammar - Class in rita.support.grammar
Simple context-free grammar based loosely on Mike Cleron's 'rsg-grammar'
Grammar(Object, URL) - Constructor for class rita.support.grammar.Grammar
 
Grammar(Object, CharSequence) - Constructor for class rita.support.grammar.Grammar
 
Grammar(Object, InputStream, String) - Constructor for class rita.support.grammar.Grammar
 
groups(String, String) - Method in class rita.support.Regex
in = "sdfakjsdhfljksh Fee! Fie! Foe! Fum! sdfakjsdhfljksh Fee! Fie! Foe! Fum!"; pat = "((F[a-z]{2}! ){4})+"; Regex.groups(pat, in) returns ["Fee! Fie! Foe! Fum!", "Fee! Fie! Foe! Fum!"]

H

hasChildren(String) - Method in interface rita.support.RiTextNode
Return true if the node has at least one child matching the given regular expression (if one is supplied).
hasChildren() - Method in interface rita.support.RiTextNode
 
hasChildren(String) - Method in class rita.support.TextNode
 
hasChildren() - Method in class rita.support.TextNode
 
hasErrors() - Method in class rita.support.RiUtteranceTokenizer
Returns true if there were errors while reading tokens
hasFeature(CharSequence) - Method in class rita.RiText
Checks whether the named feature (key-value pair) exists for this RiText
hasFeature(CharSequence) - Method in class rita.support.Featured
 
hasFeature(CharSequence) - Method in interface rita.support.FeaturedIF
 
hashCode() - Method in class rita.RiString
 
hashCode() - Method in class rita.support.HistoryQueue
 
hashCode() - Method in class rita.support.ObjectPair
 
hasMoreTokens() - Method in class rita.support.RiUtteranceTokenizer
Returns true if there are more tokens, false otherwise.
hasNext() - Method in class rita.support.RiRandomIterator
 
hasRule(String) - Method in class rita.RiGrammarX
 
hasRule(String) - Method in class rita.support.grammar.RuleList
 
hasVowel(String[], int) - Static method in class rita.support.RiPhone
Determines if there is a vowel in the remainder of the array, starting at the given index.
hasVowel(List) - Static method in class rita.support.RiPhone
Determines if there is a vowel in given list of phones.
hideCursor(PApplet) - Static method in class rita.RiTa
Hides the cursor for the duration of the program (requires an application or signed applet).
highlightColor - Variable in class rita.support.gui.RiGUILookAndFeel
 
HistoryQueue - Class in rita.support
This is an implementation of a growable(by default) or fixed-size array of Objects that implements the java.util.Set & Collection interfaces.
HistoryQueue() - Constructor for class rita.support.HistoryQueue
 
HistoryQueue(int) - Constructor for class rita.support.HistoryQueue
 
HistoryQueue(Collection, boolean) - Constructor for class rita.support.HistoryQueue
 
HistoryQueue(Object[], boolean) - Constructor for class rita.support.HistoryQueue
 
HistoryQueue(int, boolean) - Constructor for class rita.support.HistoryQueue
 
HtmlParserIF - Interface in rita
 
HttpTimeoutHandler - Class in rita.support
Adapted from code by Niels Campbell
HttpTimeoutHandler(int) - Constructor for class rita.support.HttpTimeoutHandler
 
HttpTimeoutURLConnection - Class in rita.support
Adapted from code by Niels Campbell
HttpTimeoutURLConnection(URL, HttpTimeoutHandler, int) - Constructor for class rita.support.HttpTimeoutURLConnection
 

I

ID - Static variable in interface rita.support.RiConstants
 
ignoreCompoundWords(boolean) - Method in class rita.support.dyn.RiWordnetImpl
 
ignoreCompoundWords(boolean) - Method in interface rita.support.ifs.RiWordnetIF
 
ignoreCompoundWords(boolean) - Method in class rita.support.remote.RiWordnetSupport
 
ignoreUpperCaseWords(boolean) - Method in class rita.support.dyn.RiWordnetImpl
 
ignoreUpperCaseWords(boolean) - Method in interface rita.support.ifs.RiWordnetIF
 
ignoreUpperCaseWords(boolean) - Method in class rita.support.remote.RiWordnetSupport
 
implement(Class, Object) - Static method in class rita.support.dyn.RiDynamicRemote
Causes object to implement the interface and returns an instance of the object implementing interface even if interface was not declared in object.getClass()'s implements declaration.
implement(Class[], Object) - Static method in class rita.support.dyn.RiDynamicRemote
Causes object to implement the listed interfaces.
implement(Class, Object) - Static method in class rita.support.dyn.RiDynamicType
Causes object to implement the interface and returns an instance of the object implementing interface even if interface was not declared in object.getClass()'s implements declaration.
in(String, RiPos[]) - Static method in class rita.support.RiPos
Retuns true if pos exists in the group choices
increment() - Method in interface rita.support.RiTextNode
 
increment() - Method in class rita.support.TextNode
 
IND_PHRASE - Static variable in class rita.support.me.MaxEntChunker
 
indexOf(int, int) - Method in class rita.RiString
 
indexOf(int) - Method in class rita.RiString
 
indexOf(String, int) - Method in class rita.RiString
 
indexOf(String) - Method in class rita.RiString
 
indexOf(int, int) - Method in class rita.RiText
 
indexOf(int) - Method in class rita.RiText
 
indexOf(String, int) - Method in class rita.RiText
 
indexOf(String) - Method in class rita.RiText
See rita.RiString#indexOf(java.lang.String)
indexOf(T) - Method in class rita.support.FinalSet
Returns the position in the array or -1
indexOf(Object) - Method in class rita.support.HistoryQueue
 
indexOf(String) - Method in class rita.support.RiPhrase
 
init(String[]) - Static method in class rita.RiTaServer
 
initialize(PApplet, Map) - Method in interface rita.support.Xmlable
 
initWithParent() - Method in class rita.RiTextField
 
initWithParent() - Method in class rita.support.gui.RiGUIWidget
 
inlineTags(String[], String[], String) - Static method in class rita.RiPosTagger
Takes an array of words and of tags and returns a combined String of the form:
inlineTags(String[], String[]) - Static method in class rita.RiPosTagger
Takes an array of words and of tags and returns a combined String of the form:
insert(Parse) - Method in class rita.support.me.RiParseConstit
Inserts the specified constituent into this parse based on its text span.
insertAt(int, String) - Method in class rita.RiText
Inserts the 'toInsert' String at the desired character index ('idx').
insertCharAt(int, char) - Method in class rita.RiText
Inserts the character at the specified character index ('idx').
insertWordAt(String, int) - Method in class rita.RiString
Inserts newWord at wordIdx and shifts each subsequent word accordingly.
insertWordAt(String, int) - Method in class rita.RiText
 
insertWordAt(String, int) - Method in class rita.support.RiPhrase
 
instanceOf(Class, Object) - Static method in class rita.support.dyn.RiDynamicObject
Indicates if an object is a Dynamic (DuckTyped) instance of an interface.
instances - Static variable in class rita.RiSample
 
instances - Static variable in class rita.RiTextBehavior
 
intern() - Method in class rita.RiString
 
Interpolater - Class in rita.support.behavior
Provides a variety of static interpolation methods each of which take 4 values: (millisSoFar, startValue, changeSoFar, totalDuration).
Interpolater() - Constructor for class rita.support.behavior.Interpolater
 
InterpolatingBehavior - Class in rita.support.behavior
 
InterpolatingBehavior(RiText, float, float) - Constructor for class rita.support.behavior.InterpolatingBehavior
 
intersection(Set, Set) - Static method in class rita.support.SetOp
Set intersection
IntHashMap - Class in rita.support
A hash map that uses primitive ints as keys.
IntHashMap() - Constructor for class rita.support.IntHashMap
Constructs a new, empty hashtable with a default capacity and load factor, which is 20 and 0.75 respectively.
IntHashMap(int) - Constructor for class rita.support.IntHashMap
Constructs a new, empty hashtable with the specified initial capacity and default load factor, which is 0.75.
IntHashMap(int, float) - Constructor for class rita.support.IntHashMap
Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
invoke(Object, String, Class[], Object[]) - Static method in class rita.RiTa
Calls 'methodName' on 'callee' Object with args via reflection
invoke(Object, String, Object[]) - Static method in class rita.RiTa
Calls 'method' on 'object' via reflection, passing 'args' and inferring the Class[] of argument types by calls to Object.getClass() for each arg.
invoke(Object, String) - Static method in class rita.RiTa
Calls 'methodName' on 'callee' Object via reflection
invoke(Object, Method, Object[]) - Method in class rita.support.dyn.RiDynamicRemote
 
invoke(Object, Method, Object[]) - Method in class rita.support.dyn.RiDynamicType
 
invokeHidden(Object, String, Class[], Object[]) - Static method in class rita.RiTa
Calls inaccessible (default, private, or protected) 'methodName' on 'callee' Object with 'args' via reflection.
invokeOnServer(String) - Method in class rita.support.remote.RiClientStub
 
irregular - Static variable in class rita.support.PlingStemmer
Maps irregular Germanic English plural nouns to their singular form
is3D(PGraphics) - Static method in class rita.RiTa
 
isAbbreviation(String) - Static method in class rita.RiTa
Returns true if 'input' is an abbreviation
isAbsolutePath(String) - Static method in class rita.RiTa
 
isAdj(String) - Static method in class rita.support.RiPos
 
isAdjective(String) - Static method in class rita.RiPosTagger
Returns true if pos is an adjective
isAdjective(String) - Method in class rita.support.BrillPosTagger
 
isAdjective(String) - Method in class rita.support.dyn.RiWordnetImpl
 
isAdjective(String) - Method in interface rita.support.ifs.RiTaggerIF
Returns true if word is an adjective.
isAdjective(String) - Method in interface rita.support.ifs.RiWordnetIF
 
isAdjective(String) - Method in class rita.support.me.MaxEntTagger
 
isAdjective(String) - Method in class rita.support.remote.RemotePosTagger
 
isAdjective(String) - Method in class rita.support.remote.RiWordnetSupport
 
isAdverb(String) - Static method in class rita.RiPosTagger
Returns true if pos is an adverb
isAdverb(String) - Method in class rita.support.BrillPosTagger
 
isAdverb(String) - Method in class rita.support.dyn.RiWordnetImpl
 
isAdverb(String) - Method in interface rita.support.ifs.RiTaggerIF
Returns true if word is an adverb.
isAdverb(String) - Method in interface rita.support.ifs.RiWordnetIF
 
isAdverb(String) - Method in class rita.support.me.MaxEntTagger
 
isAdverb(String) - Method in class rita.support.remote.RemotePosTagger
 
isAdverb(String) - Method in class rita.support.remote.RiWordnetSupport
 
isAdverb(String) - Static method in class rita.support.RiPos
 
isAllCaps(String) - Static method in class rita.RiTa
Verifies only the absence of lowercase letters
isAlliteration(String, String) - Method in class rita.RiLexicon
Returns true if the first stressed consonant of the two words match, else false.
isAllowingDuplicates() - Method in class rita.RiMarkov
 
isAllowingDuplicates() - Method in interface rita.support.ifs.RiMarkovIF
 
isAllowingDuplicates() - Method in class rita.support.MarkovModel
 
isAllowingDuplicates() - Method in class rita.support.remote.RemoteMarkov
 
isBoundingBoxVisible() - Method in class rita.RiText
Returns the visibility of the objects bounding box (default=false)
isBreak() - Method in class rita.support.RiUtteranceTokenizer
Determines if the current token should start a new sentence.
isCacheEnabled() - Method in class rita.RiAnalyzer
 
isCacheEnabled() - Static method in class rita.RiGoogleSearch
Returns whether the cache is enabled
isCacheEnabled() - Static method in class rita.support.PorterStemmerDCH
Returns whethe the cache is enabled
isCaching() - Static method in class rita.support.RiLexiconImpl
 
isCaseInsensitive() - Method in class rita.support.Regex
 
isClosedClass(String) - Static method in class rita.RiTa
Returns true if word is a close-class word.
isCompleted() - Method in class rita.RiTextBehavior
Returns whether this behavior has completed
isCompleted() - Method in class rita.support.behavior.Interpolater
 
isCompleted() - Method in class rita.support.behavior.RiInterpolater
 
isCompleted() - Method in class rita.support.behavior.RiInterpolater2D
 
isConsonant(String) - Static method in class rita.support.RiPhone
Determines if the given phone is a consonant
isContaining(String, String) - Method in class rita.RiLexicon
Returns true if orig is a sub or super-string of toCheck.
isDigit(char) - Static method in class rita.support.RiNumberExpander
Returns true if the given character is a digit (0-9 only).
isEmpty() - Method in class rita.support.HistoryQueue
 
isEmpty() - Method in class rita.support.IntHashMap
Tests if this hashtable maps no keys to values.
isEmpty() - Method in class rita.support.MultiMap
 
isExecEnabled() - Static method in class rita.RiGrammar
Returns the state of the execEnabled flag.
isExecEnabled() - Static method in class rita.support.grammar.Grammar
Returns the state of the execEnabled flag
isFull() - Method in class rita.support.HistoryQueue
 
isGrowable() - Method in class rita.support.HistoryQueue
 
isIgnoringCase() - Method in class rita.RiConcorder
Returns whether the model is ignoring case by considering all words as lowerCase (default=false)
isIgnoringCase() - Method in class rita.RiMarkov
 
isIgnoringCase() - Method in interface rita.support.ifs.RiMarkovIF
 
isIgnoringCase() - Method in class rita.support.MarkovModel
 
isIgnoringCase() - Method in class rita.support.remote.RemoteMarkov
 
isIgnoringCase() - Method in interface rita.support.RiTextNode
 
isIgnoringCase() - Method in class rita.support.TextNode
 
isIgnoringCompoundWords() - Method in class rita.support.dyn.RiWordnetImpl
 
isIgnoringCompoundWords() - Method in interface rita.support.ifs.RiWordnetIF
 
isIgnoringCompoundWords() - Method in class rita.support.remote.RiWordnetSupport
 
isIgnoringPunctuation() - Method in class rita.RiConcorder
Returns whether the model is ignoring punctuation (default = true)
isIgnoringStopWords() - Method in class rita.RiConcorder
Returns whether the model is ignoring stopWords (default = false)
isIgnoringUpperCaseWords() - Method in class rita.support.dyn.RiWordnetImpl
 
isIgnoringUpperCaseWords() - Method in interface rita.support.ifs.RiWordnetIF
 
isIgnoringUpperCaseWords() - Method in class rita.support.remote.RiWordnetSupport
 
isInsertSpaces() - Method in class rita.support.grammar.Grammar
 
isLeaf() - Method in interface rita.support.RiTextNode
 
isLeaf() - Method in class rita.support.TextNode
 
isLoaded() - Method in class rita.support.RiCMULexicon
Determines if this lexicon is loaded.
isLoaded() - Method in class rita.support.RiLexiconImpl
Determines if this lexicon is loaded.
isLooping() - Method in class rita.EssSamplePlayer
 
isLooping() - Method in class rita.MinimSamplePlayer
 
isLooping() - Method in class rita.RiSample
Returns true if the sample is looping
isLooping() - Method in class rita.SoniaSamplePlayer
 
isLowerCase(String) - Static method in class rita.RiTa
Verifies that every character in word is lowerCase
isMouseDraggable() - Method in class rita.RiText
Returns true if the object has been set to be draggable by the mouse
isMouseOver(int, int) - Method in class rita.support.gui.RiGUIWidget
 
isMultiLine() - Method in class rita.support.Regex
 
isMutable() - Method in class rita.support.RiPhrase
 
isNoun(String) - Static method in class rita.RiPosTagger
Returns true if partOfSpeech is a noun
isNoun(String) - Method in class rita.support.BrillPosTagger
 
isNoun(String) - Method in class rita.support.dyn.RiWordnetImpl
 
isNoun(String) - Method in interface rita.support.ifs.RiTaggerIF
Returns true if word is a noun.
isNoun(String) - Method in interface rita.support.ifs.RiWordnetIF
 
isNoun(String) - Method in class rita.support.me.MaxEntTagger
 
isNoun(String) - Method in class rita.support.remote.RemotePosTagger
 
isNoun(String) - Method in class rita.support.remote.RiWordnetSupport
 
isNoun(String) - Static method in class rita.support.RiPos
 
isOffscreen() - Method in class rita.RiText
Returns true if the object is offscreen
isOffscreen(PGraphics) - Method in class rita.RiText
Returns true if the object is offscreen
isPassive() - Method in class rita.RiConjugator
Returns whether the conjugation will use passive tense
isPaused() - Method in class rita.RiTextBehavior
Returns the paused status for the behavior
isPaused() - Method in class rita.RiTimer
 
isPennTag(String) - Static method in class rita.support.RiPos
 
isPerfect() - Method in class rita.RiConjugator
Returns whether the conjugation will use perfect tense
isPhoneme(String) - Static method in class rita.support.RiPhone
 
isPlaying() - Method in class rita.EssSamplePlayer
 
isPlaying() - Method in class rita.MinimSamplePlayer
 
isPlaying() - Method in class rita.RiSample
Returns true if the sample is playing
isPlaying() - Method in class rita.SoniaSamplePlayer
 
isPlural(String) - Method in class rita.support.PlingStemmer
Tells whether a noun is plural.
isPrintingIgnoredText() - Method in class rita.RiMarkov
 
isPrintingIgnoredText() - Method in interface rita.support.ifs.RiMarkovIF
 
isPrintingIgnoredText() - Method in class rita.support.MarkovModel
 
isPrintingIgnoredText() - Method in class rita.support.remote.RemoteMarkov
 
isProgressive() - Method in class rita.RiConjugator
Returns whether the conjugation will use progressive tense
isPronounceable(String) - Method in class rita.support.RiTokenToWords
Returns true if the given word is pronounceable.
isQuestion(String[]) - Static method in class rita.RiTa
Returns true if sentence starts with a question sword.
isRecognizingSentences() - Method in class rita.RiMarkov
 
isRecognizingSentences() - Method in interface rita.support.ifs.RiMarkovIF
Returns whether the model will attempt to recognize (english-like) sentences in the input text (default=true).
isRecognizingSentences() - Method in class rita.support.MarkovModel
Returns whether the model will attempt to recognize (english-like) sentences in the input text (default=true).
isRecognizingSentences() - Method in class rita.support.remote.RemoteMarkov
 
isRemovingQuotations() - Method in class rita.RiMarkov
Returns whether the model is ignoring quotations found in the input
isRemovingQuotations() - Method in interface rita.support.ifs.RiMarkovIF
Tells whether the model is ignoring quotations found in the input (default=true)
isRemovingQuotations() - Method in class rita.support.MarkovModel
Tells whether the model is ignoring quotations found in the input (default=true)
isRemovingQuotations() - Method in class rita.support.remote.RemoteMarkov
 
isRemovingQuotations() - Method in class rita.support.RiSplitter
Returns whether the parser is trimming single and double quotes from input text.
isRepeating() - Method in class rita.RiTextBehavior
Returns whether the behavior will repeat (indefinately) when finished
isReturningDelims() - Method in class rita.support.RegexTokenizer
Whether delimiters are returned as tokens or ignored
isReusable() - Method in class rita.RiTextBehavior
 
isRhyme(String, String) - Method in class rita.RiLexicon
Returns true if the two words rhyme (that is, if their final stressed phoneme and all following phonemes are identical) else false.
isRoot() - Method in interface rita.support.RiTextNode
 
isRoot() - Method in class rita.support.TextNode
 
isRunning() - Method in class rita.RiTextBehavior
Returns the paused status for the behavior
isRunning() - Method in class rita.support.behavior.Interpolater
 
isRunning() - Method in class rita.support.behavior.RiInterpolater
 
isRunning() - Method in class rita.support.behavior.RiInterpolater2D
 
isSentenceEnd(String, String) - Static method in class rita.RiTa
Returns true if 'currentWord' is the final word of a sentence.
isSentenceEnd(String, String) - Static method in class rita.support.RiSplitter
Returns true if currentToken is the final token of a sentence.
isSentenceEnd(String, String, boolean) - Static method in class rita.support.RiSplitter
Returns true if currentToken is the final token of a sentence.
isSentenceStart() - Method in interface rita.support.RiTextNode
 
isSentenceStart() - Method in class rita.support.TextNode
 
isServerEnabled() - Static method in class rita.RiTa
Returns whether RiTa will attempt to use the server for processing.
isShowingBoundingBox() - Method in class rita.RiText
 
isSilence(String) - Static method in class rita.support.RiPhone
Determines if the given phone represents a silent phone.
isSingular(String) - Method in class rita.support.PlingStemmer
Tells whether a word form is singular.
isSingularAndPlural(String) - Method in class rita.support.PlingStemmer
Tells whether a word form is the singular form of one word and at the same time the plural form of another.
isSmoothing() - Method in class rita.RiMarkov
Returns whether (add-1) smoothing is enabled for the model
isSmoothing() - Method in class rita.RiTravesty
Returns whether (add-1) smoothing is enabled for the model
isSmoothing() - Method in interface rita.support.ifs.RiMarkovIF
Returns whether (add-1) smoothing is enabled for the model
isSmoothing() - Method in class rita.support.MarkovModel
Returns whether (add-1) smoothing is enabled for the model
isSmoothing() - Method in class rita.support.remote.RemoteMarkov
 
isSpeaking() - Method in class rita.support.RiFreeTTSEngine
 
isSpeaking() - Method in class rita.support.RiMacSpeechEngine
 
isSpeaking() - Method in interface rita.support.RiSpeechEngine
 
isSplittingContractions() - Method in class rita.support.PennWordTokenizer
 
isStem(String, CharSequence) - Method in class rita.support.dyn.RiWordnetImpl
 
isStem(String, CharSequence) - Method in interface rita.support.ifs.RiWordnetIF
Returns true if 'word' exists with 'pos' and is equal (via String.equals()) to any of its stem forms, else false;
isStem(String, CharSequence) - Method in class rita.support.remote.RiWordnetSupport
 
isStopWord(String) - Method in class rita.RiLexicon
Returns true if the word is a 'stop' (or 'closed-class') word else false.
isStopWord(String) - Static method in class rita.RiTa
Returns true if the word is a so-called 'stop-word'
isSubstring(String, String) - Method in class rita.RiLexicon
Returns true if orig is a substring of toCheck.
isSuperstring(String, String) - Method in class rita.RiLexicon
Returns true if orig is a superstring of toCheck.
isSyllableBoundary(List, String[], int) - Method in class rita.support.RiCMULexicon
Determines if the currentPhone represents a new syllable boundary.
isSyllableBoundary(List, String[], int) - Method in class rita.support.RiLexiconImpl
Determines if the currentPhone represents a new syllable boundary.
isTitleCase(String) - Static method in class rita.RiTa
Verifies the first char is upperCase and the rest are lowerCase
isTrimmingSpaces() - Method in class rita.support.RegexTokenizer
Whether spaces are trimmed from each ends of tokens
isTTSEnabled() - Static method in class rita.RiSpeech
Returns whether Text-To-Speech is currently enabled
isTTSEnabled() - Static method in class rita.support.RiFreeTTSEngine
 
isUpperCase(String) - Static method in class rita.RiTa
Returns true if all characters are uppercase letters
isUsingMacTTS() - Method in class rita.RiSpeech
Returns true if the speech engine is using the built-in Mac Speech API
isVerb(String) - Static method in class rita.RiPosTagger
Returns true if pos is a verb
isVerb(String) - Method in class rita.support.BrillPosTagger
 
isVerb(String) - Method in class rita.support.dyn.RiWordnetImpl
 
isVerb(String) - Method in interface rita.support.ifs.RiTaggerIF
Returns true if word is a verb.
isVerb(String) - Method in interface rita.support.ifs.RiWordnetIF
 
isVerb(String) - Method in class rita.support.me.MaxEntTagger
 
isVerb(String) - Method in class rita.support.remote.RemotePosTagger
 
isVerb(String) - Method in class rita.support.remote.RiWordnetSupport
 
isVerb(String) - Static method in class rita.support.RiPos
 
isVisible() - Method in class rita.RiText
Returns true if the objects is not hidden
isVisible() - Method in class rita.RiTextField
Returns true if the object is visible
isVowel(char) - Static method in class rita.RiTa
Returns true if c is a vowel
isVowel(String) - Static method in class rita.support.RiPhone
Determines if the given phone is a vowel
isW_Question(String[]) - Static method in class rita.RiTa
Returns true if sentence starts with a w-question word, eg (who,what,why,where,when,etc.)
isWaiting() - Method in class rita.RiTextBehavior
 
iterator() - Method in class rita.RiLexicon
Returns an iterator over the words in lexicon
iterator(String) - Method in class rita.RiLexicon
Returns an iterator over the words in lexicon matching the supplied regular expression.
iterator() - Method in class rita.support.grammar.RuleList
 
iterator() - Method in class rita.support.HistoryQueue
Returns an iterator over the Strings in proper sequence.
iterator() - Method in class rita.support.RiCMULexicon
 
iterator(boolean) - Method in class rita.support.RiCMULexicon
 
iterator() - Method in class rita.support.RiLexiconImpl
 

J

JET - Static variable in class rita.support.RiPos
Part of Speech TYPE -> JET FORMAT
join(RiString[], String) - Method in class rita.RiString
 
join(List) - Static method in class rita.RiTa
Joins a list using space as a delimiter.
join(String[], char) - Static method in class rita.RiTa
Concatenates the array 'input' into a single String, spearated by 'delim'
join(List, String) - Static method in class rita.RiTa
Concatenates the list 'input' into a single String, spearated by 'delim'
join(Object[]) - Static method in class rita.RiTa
Joins Array of String into space-delimited String.
join(Object[], String) - Static method in class rita.RiTa
Joins Array of String into delimited String.

K

keyEvent(KeyEvent) - Method in class rita.RiTextField
 
keyEvent(KeyEvent) - Method in class rita.support.gui.RiGUIController
 
keyEvent(KeyEvent) - Method in class rita.support.gui.RiGUIWidget
 
keySet() - Method in class rita.support.grammar.RuleList
 
keySet() - Method in class rita.support.MultiMap
 
keySet() - Method in class rita.support.RiCMULexicon
 
keySet() - Method in class rita.support.RiLexiconImpl
 
kingLike(Item) - Static method in class rita.support.RiTokenToWords
Returns true if the given token item contains a token that is in a king-like context, e.g., "King" or "Louis".

L

LANCASTER_STEMMER - Static variable in class rita.RiStemmer
Type constant for Lancaster stemmer
LancasterStemmer - Class in rita.support
 
LancasterStemmer() - Constructor for class rita.support.LancasterStemmer
 
lastCharIs(String, char) - Static method in class rita.RiTa
 
lastCharMatches(String, char[]) - Static method in class rita.RiTa
 
lastIdx(String) - Method in class rita.RiAnalyzer
Returns the index of the last token matching word or -1 if not found
lastIndexOf(int, int) - Method in class rita.RiString
 
lastIndexOf(int) - Method in class rita.RiString
 
lastIndexOf(String, int) - Method in class rita.RiString
 
lastIndexOf(String) - Method in class rita.RiString
 
lastIndexOf(int, int) - Method in class rita.RiText
 
lastIndexOf(int) - Method in class rita.RiText
 
lastIndexOf(String, int) - Method in class rita.RiText
 
lastIndexOf(String) - Method in class rita.RiText
 
lastIndexOf(String) - Method in class rita.support.RiPhrase
Returns the index of the last token matching word or -1 if not found
lastModifiedAt() - Method in class rita.support.HistoryQueue
 
lastVolume - Variable in class rita.SoniaSamplePlayer
 
layout(String) - Method in class rita.RiPageLayout
Creates an array of RiText, one per line from the input text and lays it out on the page.
layout(PFont, String) - Method in class rita.RiPageLayout
Creates an array of RiText, one per line from the input text and lays it out on the page.
layoutFromFile(PFont, String) - Method in class rita.RiPageLayout
Creates an array of RiText, one per line from the text loaded from the specified 'fileName', and lays it out on the page according to the specified font.
LB - Static variable in interface rita.support.remote.RemoteConstants
 
length() - Method in class rita.RiString
 
length() - Method in class rita.RiText
Returns number of characters in the contained String
length(String) - Method in class rita.support.MultiMap
Returns number of elements for the key
length() - Method in class rita.support.RiPhrase
Returns the number of characters in the phrase
LERP - Static variable in interface rita.support.RiConstants
Specifies 'LERP' as the behavior type for a RiTextBehavior
libPath(PApplet) - Static method in class rita.RiTa
Returns the path to the 'libaries' directory in the Processing sketchbook
lightGrayColor - Variable in class rita.support.gui.RiGUILookAndFeel
 
LINE_BREAK - Static variable in class rita.RiTa
 
linear(float, float, float, float) - Static method in class rita.support.behavior.Interpolater
 
LINEAR - Static variable in interface rita.support.RiConstants
Specifies 'linear' as the motion type for moveXX() methods (default)
lineBreakIndent - Variable in class rita.support.grammar.Grammar
 
LINUX - Static variable in class rita.RiTa
 
listToStrArr(List) - Method in class rita.support.remote.RiClientStub
 
load(String, float) - Method in class rita.EssSamplePlayer
 
load(String) - Method in class rita.EssSamplePlayer
 
load(String) - Method in class rita.MinimSamplePlayer
 
load(String, float) - Method in class rita.MinimSamplePlayer
Takes String name or Url of wav, aiff, or mp3 file
load(String, float) - Method in class rita.RiSample
Loads the sample specified by sampleFileName and sets the initial volume to initialVolume
load(String) - Method in class rita.RiSample
 
load(String) - Method in class rita.SoniaSamplePlayer
 
load(String, float) - Method in class rita.SoniaSamplePlayer
 
load() - Method in class rita.support.RiCMULexicon
Loads the data into this lexicon.
load() - Method in class rita.support.RiLexiconImpl
Loads the data into this lexicon.
LOAD_FROM_MODEL_DIR - Static variable in class rita.support.me.RiObjectME
 
loadBytes(PApplet, InputStream) - Static method in class rita.RiTa
 
loadCharData(String, int) - Method in class rita.RiTravesty
Load a String into the model, treating each character as separate entity
loadFile(String) - Method in class rita.RiConcorder
Loads the data from the file into a frequency table
loadFile(String, int) - Method in class rita.RiMarkov
Load a text file into the model -- if using Processing, the file should be in the sketch's data folder.
loadFile(String) - Method in class rita.RiMarkov
 
loadFile(String, int) - Method in class rita.RiTravesty
Load a text file into the model -- if using Processing, the file should be in the sketch's data folder.
loadFile(String) - Method in class rita.RiTravesty
 
loadFile(String, int) - Method in interface rita.support.ifs.RiMarkovIF
Load a text file into the model -- if using Processing, the file should be in the sketch's data folder.
loadFile(String) - Method in interface rita.support.ifs.RiMarkovIF
 
loadFile(String, int) - Method in class rita.support.MarkovModel
Load a text file into the model -- if using Processing, the file should be in the sketch's data folder.
loadFile(String) - Method in class rita.support.MarkovModel
 
loadFile(String, int) - Method in class rita.support.remote.RemoteMarkov
 
loadFile(String) - Method in class rita.support.remote.RemoteMarkov
 
loadFiles(String[]) - Method in class rita.RiConcorder
Loads the data from the files into a single frequency table
loadFont(String) - Method in class rita.RiText
Returns the font specified after loading it and setting it as the the current font.
loadFont(String, float) - Method in class rita.RiText
Returns the font specified after loading it and setting the current font size.
loadFromString(String) - Method in class rita.support.MultiMap
 
loadGrammarFile(String) - Method in class rita.RiGrammar
Loads a grammar from the file specified by grammarFileName, replacing any existing grammar file.
loadPropertyFile(PApplet, String) - Static method in class rita.RiTa
Loads a properties-format (key=value) File from the 'data' directory (if the path is relative) and parses it into a Map
loadSample(PApplet, String) - Static method in class rita.RiTa
 
loadSample(PApplet, String, int) - Static method in class rita.RiTa
 
loadSample(PApplet, String, int, boolean) - Static method in class rita.RiTa
Convenience method that loads a RiSample object and (if 'setLooping' is true) starts it looping.
loadSample(String, int, boolean) - Method in class rita.RiText
Loads a sample file and returns the appropriate type of RiSample object according to the library specified in playerType (defaults to Minim).
loadSample(String, boolean) - Method in class rita.RiText
 
loadSample(String, int) - Method in class rita.RiText
 
loadSample(String) - Method in class rita.RiText
 
loadSentences(String[], int) - Method in class rita.RiMarkov
Loads an array of sentences into the model; each element in the array must be a single sentence for proper parsing.
loadSentences(String[]) - Method in class rita.RiMarkov
 
loadSentences(String[]) - Method in interface rita.support.ifs.RiMarkovIF
Loads an array of sentences into the model; each element in the array must be a single sentence for proper parsing.
loadSentences(String[], int) - Method in interface rita.support.ifs.RiMarkovIF
Loads an array of sentences into the model; each element in the array must be a single sentence for proper parsing.
loadSentences(String[], int) - Method in class rita.support.MarkovModel
Loads an array of sentences into the model; each element in the array must be a single sentence for proper parsing.
loadSentences(String[]) - Method in class rita.support.MarkovModel
 
loadSentences(String[]) - Method in class rita.support.remote.RemoteMarkov
 
loadSentences(String[], int) - Method in class rita.support.remote.RemoteMarkov
 
loadString(PApplet, String) - Static method in class rita.RiTa
Loads a File by name and reads the contents into a single String
loadStrings(URL) - Static method in class rita.RiTa
Opens a URL (line-by-line) and reads the contents into a String[], one line per array element
loadStrings(PApplet, String) - Static method in class rita.RiTa
Same as pApplet.loadStrings but correctly handles UTF-8 characters.
loadStrings(PApplet, String) - Static method in class rita.RiText
Creates an array of RiText from a file, by delegating to PApplet.loadStrings(), then creating one array element per line (including blanks).
loadText(String, int) - Method in class rita.RiMarkov
Load a String into the model, splitting the text first into sentences, then into words, according to the current regular expression.
loadText(String) - Method in class rita.RiMarkov
 
loadText(String) - Method in interface rita.support.ifs.RiMarkovIF
 
loadText(String, int) - Method in interface rita.support.ifs.RiMarkovIF
Load a String into the model, splitting the text first into sentences, then into words, according to the current regular expression.
loadText(String) - Method in class rita.support.MarkovModel
 
loadText(String, int) - Method in class rita.support.MarkovModel
Load a String into the model, splitting the text first into sentences, then into words, according to the current regular expression.
loadText(String) - Method in class rita.support.remote.RemoteMarkov
 
loadText(String, int) - Method in class rita.support.remote.RemoteMarkov
 
loadTokens(char[]) - Method in class rita.RiMarkov
 
loadTokens(String[], int) - Method in class rita.RiMarkov
Loads an array of tokens (or words) into the model; each element in the array must be a single token for proper construction of the model.
loadTokens(String[]) - Method in class rita.RiMarkov
 
loadTokens(String[]) - Method in interface rita.support.ifs.RiMarkovIF
Loads an array of tokens (or words) into the model; each element in the array must be a single token for proper construction of the model.
loadTokens(String[], int) - Method in interface rita.support.ifs.RiMarkovIF
Loads an array of tokens (or words) into the model; each element in the array must be a single token for proper construction of the model.
loadTokens(char[]) - Method in interface rita.support.ifs.RiMarkovIF
 
loadTokens(String[], int, boolean) - Method in class rita.support.MarkovModel
Loads an array of tokens (or words) into the model; each element in the array must be a single token for proper construction of the model.
loadTokens(String[], int) - Method in class rita.support.MarkovModel
 
loadTokens(String[]) - Method in class rita.support.MarkovModel
 
loadTokens(char[]) - Method in class rita.support.MarkovModel
 
loadTokens(String[], int) - Method in class rita.support.NGramModel
Loads an array of tokens (or words) into the model; each element in the array must be a single token for proper construction of the model.
loadTokens(String[]) - Method in class rita.support.NGramModel
 
loadTokens(char[]) - Method in class rita.support.NGramModel
 
loadTokens(char[]) - Method in class rita.support.remote.RemoteMarkov
 
loadTokens(String[]) - Method in class rita.support.remote.RemoteMarkov
 
loadTokens(String[], int) - Method in class rita.support.remote.RemoteMarkov
 
lookup(String) - Method in class rita.RiKWICker
Does a lookup on the current model and returns an array of hits or null if none exist.
lookup(String) - Method in class rita.support.BrillPosTagger
 
lookup(String) - Method in interface rita.support.RiTextNode
Does a lookup on the children of this node and returns any nodes that match tokenToLookup, else returns null.
lookup(RiTextNode) - Method in interface rita.support.RiTextNode
Does a lookup on the children of this node and returns any nodes that match tokenToLookup, else returns null.
lookup(char) - Method in interface rita.support.RiTextNode
Does a lookup on the children of this node and returns any nodes that match charToLookup, else returns null.
lookup(String) - Method in class rita.support.TextNode
 
lookup(RiTextNode) - Method in class rita.support.TextNode
 
lookup(char) - Method in class rita.support.TextNode
 
lookupPhonemesAndStresses(String) - Method in class rita.support.RiCMULexicon
 
lookupRaw(String) - Method in class rita.support.RiCMULexicon
 
lookupRaw(String) - Method in class rita.support.RiLexiconImpl
 
lookupRegex(String) - Method in class rita.RiKWICker
Returns List of hits or null if none exist.
loop() - Method in class rita.EssSamplePlayer
 
loop(int) - Method in class rita.EssSamplePlayer
 
loop(String) - Method in class rita.EssSamplePlayer
 
loop() - Method in class rita.MinimSamplePlayer
 
loop(int) - Method in class rita.MinimSamplePlayer
 
loop(String) - Method in class rita.MinimSamplePlayer
 
loop() - Method in class rita.RiSample
Starts the current sample which will loop indefinately
loop(int) - Method in class rita.RiSample
Starts the sample which will loop for 'numberOfTimes'
loop(String) - Method in class rita.RiSample
Loads and loops indefinately the sample specified by 'sampleFileName'
loop() - Method in class rita.SoniaSamplePlayer
 
loop(int) - Method in class rita.SoniaSamplePlayer
 
loop(String) - Method in class rita.SoniaSamplePlayer
 
loopSample(PApplet, String) - Static method in class rita.RiTa
 
loopSample(PApplet, String, int) - Static method in class rita.RiTa
Convenience method that loads a RiSample object and starts it looping.
lostOwnership(Clipboard, Transferable) - Method in class rita.support.gui.RiGUIController
 
LOVINS_STEMMER - Static variable in class rita.RiStemmer
Type constant for Pacie-Husk stemmer
LovinsStemmer - Class in rita.support
 
LovinsStemmer() - Constructor for class rita.support.LovinsStemmer
 
LP - Static variable in interface rita.support.remote.RemoteConstants
 
ls() - Static method in class rita.RiTa
 

M

MAC - Static variable in class rita.RiTa
 
main(String[]) - Static method in class rita.RiAnalyzer
 
main(String[]) - Static method in class rita.RiChunker
 
main(String[]) - Static method in class rita.RiConcorder
 
main(String[]) - Static method in class rita.RiConjugator
 
main(String[]) - Static method in class rita.RiGoogleSearch
 
main(String[]) - Static method in class rita.RiGrammar
 
main(String[]) - Static method in class rita.RiGrammarX
 
main(String[]) - Static method in class rita.RiHtmlParser
 
main(String[]) - Static method in class rita.RiKWICker
 
main(String[]) - Static method in class rita.RiLexicon
 
main(String[]) - Static method in class rita.RiMarkov
 
main(String[]) - Static method in class rita.RiPageLayout
 
main(String[]) - Static method in class rita.RiParser
 
main(String[]) - Static method in class rita.RiPluralizer
 
main(String[]) - Static method in class rita.RiPosTagger
 
main(String[]) - Static method in class rita.RiSpeech
 
main(String[]) - Static method in class rita.RiStemmer
 
main(String[]) - Static method in class rita.RiString
 
main(String[]) - Static method in class rita.RiTa
 
main(String[]) - Static method in exception rita.RiTaException
 
main(String[]) - Static method in class rita.RiTaServer
 
main(String[]) - Static method in class rita.RiText
 
main(String[]) - Static method in class rita.RiTokenizer
 
main(String[]) - Static method in class rita.RiTravesty
 
main(String[]) - Static method in class rita.support.behavior.Interpolater
 
main(String[]) - Static method in class rita.support.behavior.RiInterpolater
 
main(String[]) - Static method in class rita.support.behavior.RiInterpolater2D
 
main(String[]) - Static method in class rita.support.behavior.RiInterpolater3D
 
main(String[]) - Static method in class rita.support.behavior.RiInterpolater4D
 
main(String[]) - Static method in class rita.support.behavior.RiLerpBehavior
 
main(String[]) - Static method in class rita.support.behavior.TextMotion2D
 
main(String[]) - Static method in class rita.support.BrillPosTagger
 
main(String[]) - Static method in class rita.support.CompareProperties
 
main(String[]) - Static method in class rita.support.dyn.RiDynamicObject
 
main(String[]) - Static method in class rita.support.dyn.RiDynamicType
 
main(String[]) - Static method in class rita.support.dyn.RiWordnetImpl
 
main(String[]) - Static method in class rita.support.EntityLookup
 
main(String[]) - Static method in class rita.support.FinalMap
Test routine
main(String[]) - Static method in class rita.support.grammar.Definition
 
main(String[]) - Static method in class rita.support.grammar.Grammar
 
main(String[]) - Static method in class rita.support.HistoryQueue
 
main(String[]) - Static method in class rita.support.HttpTimeoutHandler
 
main(String[]) - Static method in class rita.support.LancasterStemmer
Method: main * Returns: void * Recives: String args[] input file * Purpose: creates instance of Paice and calls stripAffixes *
main(String[]) - Static method in class rita.support.MarkovModel
 
main(String[]) - Static method in class rita.support.me.MaxEntChunker
 
main(String[]) - Static method in class rita.support.me.MaxEntParser
 
main(String[]) - Static method in class rita.support.me.MaxEntTagger
 
main(String[]) - Static method in class rita.support.MinEditDist
 
main(String[]) - Static method in class rita.support.MsNGramClient
 
main(String[]) - Static method in class rita.support.MultiMap
 
main(String[]) - Static method in class rita.support.NGramModel
 
main(String[]) - Static method in class rita.support.PennWordTokenizer
 
main(String[]) - Static method in class rita.support.PlingStemmer
Test routine
main(String[]) - Static method in class rita.support.PorterStemmer
 
main(String[]) - Static method in class rita.support.PorterStemmerDCH
 
main(String[]) - Static method in class rita.support.Regex
 
main(String[]) - Static method in class rita.support.RegexTokenizer
 
main(String[]) - Static method in class rita.support.remote.RemotePosTagger
 
main(String[]) - Static method in class rita.support.remote.RiWordnetSupport
 
main(String[]) - Static method in class rita.support.RiCMULexicon
 
main(String[]) - Static method in class rita.support.RiDataStore
 
main(String[]) - Static method in class rita.support.RiFreeTTSEngine
 
main(String[]) - Static method in class rita.support.RiLetterToSound
Translates between text and binary forms of the CMU6 LTS rules.
main(String[]) - Static method in class rita.support.RiLexiconImpl
 
main(String[]) - Static method in class rita.support.RiMacSpeechEngine
 
main(String[]) - Static method in class rita.support.RiPhone
 
main(String[]) - Static method in class rita.support.RiPhrase
 
main(String[]) - Static method in class rita.support.RiPos
 
main(String[]) - Static method in class rita.support.RiRandomIterator
 
main(String[]) - Static method in class rita.support.RiSplitter
 
main(String[]) - Static method in class rita.support.RitaSpanishDictionary
 
main(String[]) - Static method in class rita.support.SetOp
 
main(String[]) - Static method in class rita.support.TextNode
 
main(String[]) - Static method in class rita.support.TTSWordTokenizer
 
mainc(String[]) - Static method in class rita.RiKWICker
 
mainc(String[]) - Static method in class rita.RiTa
 
mainLSys(String[]) - Static method in class rita.RiGrammarX
 
mainX(String[]) - Static method in class rita.RiGrammar
 
mainX(String[]) - Static method in class rita.RiLexicon
 
mainX(String[]) - Static method in class rita.RiPluralizer
Delegates to the default stemmer to return whether the specified word is plural.
mainX(String[]) - Static method in class rita.support.grammar.Grammar
 
mainX(String[]) - Static method in class rita.support.NGramModel
 
mapToString(Map) - Static method in class rita.RiTa
 
MARKOV - Static variable in interface rita.support.remote.RemoteConstants
 
MarkovModel - Class in rita.support
Represents a Markov chain (or n-Gram) model for probabilistic text generation.
MarkovModel(PApplet, int, boolean) - Constructor for class rita.support.MarkovModel
Construct a sentence-generating Markov chain (or n-gram) model and set its n-Factor and ignoreCase flag
matches(String) - Method in class rita.RiString
 
matches(String) - Method in class rita.RiText
See rita.RiString#matches(java.lang.String)
matches(String, String) - Method in class rita.support.Regex
Regex.matches("a*b", "aaaaaaaaaab") returns true Regex.matches("a*b", "caaaaaaaabc") returns false
MAX_CHARS_PERS_SENTENCE - Static variable in class rita.support.RiSplitter
 
MAX_GENERATION_ATTEMPTS - Static variable in class rita.support.MarkovModel
constant for max # of tries for a generation
maxDuplicatesToSkip - Static variable in class rita.support.MarkovModel
 
MAXENT_POS_TAGGER - Static variable in interface rita.support.RiConstants
Type-constant for a maximum entropy-based tagger
MaxEntChunker - Class in rita.support.me
Simple chunker that finds non-recursive syntactic 'chunks' such as noun-phrases, using the Penn conventions (shown below).
MaxEntChunker() - Constructor for class rita.support.me.MaxEntChunker
 
MaxEntChunker(PApplet) - Constructor for class rita.support.me.MaxEntChunker
 
MaxEntParser - Class in rita.support.me
 
MaxEntParser(PApplet) - Constructor for class rita.support.me.MaxEntParser
 
MaxEntTagger - Class in rita.support.me
Simple pos-tagger for the RiTa libary using the Penn tagset
MaxEntTagger(PApplet) - Constructor for class rita.support.me.MaxEntTagger
 
maxIterations - Variable in class rita.RiGrammarX
 
MBROLA_BASE - Static variable in class rita.support.RiFreeTTSEngine
 
methodMissing(String, Object[]) - Method in interface rita.support.dyn.RiMessagable
 
millis() - Static method in class rita.RiTa
Returns time since 'start' of program in ms
millis(long) - Static method in class rita.RiTa
Returns time since start as an int (milliseconds)
MIN_CHARS_PERS_SENTENCE - Static variable in class rita.support.RiSplitter
 
MinEditDist - Class in rita.support
Minimum-Edit-Distance (or Levenshtein distance) is a measure of the similarity between two strings, the source string and the target string (t).
MinEditDist() - Constructor for class rita.support.MinEditDist
 
MINIM - Static variable in interface rita.support.RiConstants
Specifies 'Minim' as the audio library to use (default)
MINIM_SAMPLE_PLAYER - Static variable in class rita.RiSample
 
MinimSamplePlayer - Class in rita
An implementation of RiSample using the Minim audio library.
MinimSamplePlayer(PApplet) - Constructor for class rita.MinimSamplePlayer
 
motionType - Variable in class rita.RiText
 
mouseEvent(MouseEvent) - Method in class rita.RiText
 
mouseEvent(MouseEvent) - Method in class rita.RiTextField
 
mouseEvent(MouseEvent) - Method in class rita.support.gui.RiGUIWidget
 
MOVE - Static variable in interface rita.support.RiConstants
Specifies 'MOVE' as the behavior type for a RiTextBehavior
moveBy(float, float, float, float) - Method in class rita.RiText
Move to new position by x,y offset over the duration specified by 'seconds', starting at 'startTime' seconds in the future
moveBy(float, float, float) - Method in class rita.RiText
Move to new position by x,y offset over the duration specified by 'seconds'.
moveBy(float[], float, float) - Method in class rita.RiText
Move to new position by x,y offset over the duration specified by 'seconds'.
moveBy3D(float, float, float, float) - Method in class rita.RiText
Move to new position by x,y,z offset over the duration specified by 'seconds'.
moveBy3D(float, float, float, float, float) - Method in class rita.RiText
Move to new position by x,y,z offset over the duration specified by 'seconds'.
moveTo(float, float, float) - Method in class rita.RiText
Move to new absolute x,y (or x,y,z) position over 'time' seconds
moveTo(float, float, float, float) - Method in class rita.RiText
Move to new absolute x,y (or x,y,z) position over 'time' seconds
moveTo(float[], float, float) - Method in class rita.RiText
Move to new absolute x,y (or x,y,z) position over 'time' seconds
moveTo3D(float, float, float, float, float) - Method in class rita.RiText
Move to new position by x,y,z over the duration specified by 'seconds'.
moveTo3D(float, float, float, float) - Method in class rita.RiText
Move to new position by x,y,z over the duration specified by 'seconds'.
MsNGramClient - Class in rita.support
A REST client for the Microsoft Web N-Gram Service.
MsNGramClient() - Constructor for class rita.support.MsNGramClient
 
MsNGramClient(PApplet) - Constructor for class rita.support.MsNGramClient
 
MultiMap - Class in rita.support
Properties type Map (String->String[]) holding multiple values for each Key When loaded from a file, follows Properties-style formatting conventions, allowing '=', ':', '=>' and '->' for delimiters.
MultiMap() - Constructor for class rita.support.MultiMap
 
MultiMap(String) - Constructor for class rita.support.MultiMap
 
MultiMap(PApplet, String) - Constructor for class rita.support.MultiMap
 
MUTABLE - Static variable in interface rita.support.RiConstants
 
mute(boolean) - Method in class rita.EssSamplePlayer
 
mute(boolean) - Method in class rita.MinimSamplePlayer
 
mute(boolean) - Method in class rita.RiSample
Mutes or unmutes the current sample
mute(boolean) - Method in class rita.SoniaSamplePlayer
 

N

N - Static variable in class rita.support.RiPos
 
next() - Method in class rita.support.RiRandomIterator
 
nextId() - Static method in class rita.RiObject
 
nextWord(String) - Method in class rita.support.MsNGramClient
 
NGramIF - Interface in rita.support
 
NGramModel - Class in rita.support
Represents a Markov chain (or n-Gram) model for probabilistic text generation.
NGramModel(PApplet, int, boolean) - Constructor for class rita.support.NGramModel
Construct a Markov chain (or n-gram) model and set its n-Factor and ignoreCase flag
NGramModel(PApplet, int) - Constructor for class rita.support.NGramModel
 
noCaps(String) - Static method in class rita.RiTa
Verifies the absence of uppercase letters
NOUN_PHRASE - Static variable in class rita.support.me.MaxEntChunker
 
NULL_CHAR - Static variable in class rita.RiTravesty
 
numChildren() - Method in interface rita.support.RiTextNode
Returns number of children of this node
numChildren() - Method in class rita.support.TextNode
 
numWords() - Method in class rita.support.RiPhrase
 

O

ObjectPair - Class in rita.support
A utility class for holding a pair of objects.
ObjectPair() - Constructor for class rita.support.ObjectPair
 
ObjectPair(Object, Object) - Constructor for class rita.support.ObjectPair
 
onRiTaEvent(RiTaEvent) - Method in interface rita.RiTaEventListener
 
OPEN_DEF - Static variable in class rita.support.grammar.Grammar
 
OPEN_QUANT - Static variable in class rita.support.grammar.Grammar
 
OPEN_TOKEN - Static variable in class rita.support.grammar.Grammar
 
openFile() - Method in class rita.support.RiEditorWindow
 
openGrammarEditor() - Method in class rita.RiGrammar
Provides a live, editable view of a RiGrammar text file that can be dynamically loaded into a sketch without stopping and restarting it.
openGrammarEditor(int, int) - Method in class rita.RiGrammar
Provides a live, editable view of a RiGrammar text file that can be dynamically loaded into a sketch without stopping and restarting it.
openGrammarEditor() - Method in class rita.RiGrammarX
Provides a live, editable view of a RiGrammar text file that can be dynamically loaded into a sketch without stopping and restarting it.
openGrammarEditor(int, int) - Method in class rita.RiGrammarX
Provides a live, editable view of a RiGrammar text file that can be dynamically loaded into a sketch without stopping and restarting it.
OpenNLPUtil - Class in rita.support.me
 
OpenNLPUtil() - Constructor for class rita.support.me.OpenNLPUtil
 
openStream(Class, String) - Static method in class rita.RiTa
Opens an InputStream to the specified filename
openStream(PApplet, String) - Static method in class rita.RiTa
Opens an InputStream for the specified file
orFilter(int[], String[], String, int) - Method in class rita.support.dyn.RiWordnetImpl
 
orFilter(int[], String[], String) - Method in class rita.support.dyn.RiWordnetImpl
 
orFilter(int[], String[], String, int) - Method in interface rita.support.ifs.RiWordnetIF
Return up to maxResults instances of specified matching ANY of the filters specified with filterFlags.
orFilter(int[], String[], String) - Method in interface rita.support.ifs.RiWordnetIF
 
orFilter(int[], String[], String, int) - Method in class rita.support.remote.RiWordnetSupport
 
orFilter(int[], String[], String) - Method in class rita.support.remote.RiWordnetSupport
 
OS_SLASH - Static variable in class rita.RiTa
 
OS_SLASH - Static variable in class rita.support.RiEditorWindow
 
OS_UNDEFINED - Static variable in class rita.RiTa
 

P

p - Variable in class rita.RiGrammarEditor
 
pack(PApplet, float[]) - Method in class rita.RiTa
Packs an array of floats (1,2,3, or 4 elements) into a single integer.
pack(int, int, int, int) - Static method in class rita.RiTa
 
pan(float) - Method in class rita.EssSamplePlayer
pan value 1- to 1;
pan(float, float) - Method in class rita.EssSamplePlayer
 
pan(float) - Method in class rita.MinimSamplePlayer
pan value 1- to 1;
pan(float, float) - Method in class rita.MinimSamplePlayer
 
pan(float, float) - Method in class rita.RiSample
Pans sound between left(-1) and right (1)
pan(float) - Method in class rita.RiSample
Pans sound between left(-1) and right (1)
pan(float) - Method in class rita.SoniaSamplePlayer
pan value 1- to 1;
pan(float, float) - Method in class rita.SoniaSamplePlayer
 
panFade - Variable in class rita.SoniaSamplePlayer
 
PAppletState - Class in rita.support
 
PAppletState() - Constructor for class rita.support.PAppletState
 
PAppletState(PApplet) - Constructor for class rita.support.PAppletState
 
parent - Variable in class rita.support.gui.RiGUIController
 
parse(String, boolean) - Method in class rita.RiParser
Returns the String of the most probable parse using Penn Treebank-style formatting with or without indents depending on the paramater indent.
parse(String) - Method in class rita.RiParser
Returns the String of the most probable parse using Penn Treebank-style formatting.
PARSE - Static variable in class rita.support.Featured
 
parse(String) - Method in interface rita.support.ifs.RiParserIF
Returns the String of the most probable parse using the Penn Treebank's inline format.
parse(String) - Method in class rita.support.me.MaxEntParser
Returns the String of the most probable parse using Penn Treebank-style formatting.
parse(String, boolean) - Method in class rita.support.me.MaxEntParser
Returns the String of the most probable parse using Penn Treebank-style formatting with or without indents depending on the paramater indent.
parse(String) - Method in class rita.support.remote.RemoteParser
 
PARSER - Static variable in interface rita.support.remote.RemoteConstants
 
parseTagString(String) - Static method in class rita.RiPosTagger
Takes a String of words and tags in the format:
parseToString(Parse, boolean) - Static method in class rita.support.me.MaxEntParser
 
parseToString(Parse, StringBuilder, String, String) - Static method in class rita.support.me.MaxEntParser
Appends the specified string buffer with a string representation of this parse.
PAST_TENSE - Static variable in interface rita.support.RiConstants
Specifies tense as one of (past, present or future)
paste() - Method in class rita.support.gui.RiGUIController
 
pathFromRoot(Stack) - Method in interface rita.support.RiTextNode
 
pathFromRoot(Stack) - Method in class rita.support.TextNode
 
pause() - Method in class rita.EssSamplePlayer
 
pause() - Method in class rita.MinimSamplePlayer
 
pause() - Method in class rita.RiSample
Pauses the currently playing sample
pause(float) - Method in class rita.RiTextBehavior
Pauses the behavior for 'pauseTime' seconds
pause(float) - Method in class rita.RiTimer
 
pause() - Method in class rita.SoniaSamplePlayer
 
pauseAll(boolean) - Static method in class rita.RiTextBehavior
Pauses/un-pauses all existing behaviors
pauseAllBehaviors(boolean) - Static method in class rita.RiText
Immediately pauses all Behaviors in the RiText's run queue
pauseBehaviors(boolean) - Method in class rita.RiText
Pauses (or unpauses) all Behaviors in the RiText's run queue
pauseCallbackTimer(Object, String, float) - Static method in class rita.RiTa
Pauses the callback timer with the specified name for 'pauseTime' seconds
pauseCallbackTimer(Object, String, boolean) - Static method in class rita.RiTa
Pauses (or unpauses) the callback timer with the specified name
pcwd() - Static method in class rita.RiTa
 
pElapsed(long) - Static method in class rita.RiTa
 
PENN - Static variable in class rita.support.RiPos
Part of Speech TYPE -> PENN FORMAT
PENN_ADJ - Static variable in class rita.support.RiPos
 
PENN_ADV - Static variable in class rita.support.RiPos
 
PENN_CC - Static variable in class rita.support.RiPos
 
PENN_CD - Static variable in class rita.support.RiPos
 
PENN_DT - Static variable in class rita.support.RiPos
 
PENN_EX - Static variable in class rita.support.RiPos
 
PENN_FW - Static variable in class rita.support.RiPos
 
PENN_IN - Static variable in class rita.support.RiPos
 
PENN_JJ - Static variable in class rita.support.RiPos
 
PENN_JJR - Static variable in class rita.support.RiPos
 
PENN_JJS - Static variable in class rita.support.RiPos
 
PENN_LS - Static variable in class rita.support.RiPos
 
PENN_MD - Static variable in class rita.support.RiPos
 
PENN_NN - Static variable in class rita.support.RiPos
 
PENN_NNP - Static variable in class rita.support.RiPos
 
PENN_NNPS - Static variable in class rita.support.RiPos
 
PENN_NNS - Static variable in class rita.support.RiPos
 
PENN_NOUNS - Static variable in class rita.support.RiPos
 
PENN_PDT - Static variable in class rita.support.RiPos
 
PENN_POS - Static variable in class rita.support.RiPos
 
PENN_PRP - Static variable in class rita.support.RiPos
 
PENN_PRP$ - Static variable in class rita.support.RiPos
 
PENN_RB - Static variable in class rita.support.RiPos
 
PENN_RBR - Static variable in class rita.support.RiPos
 
PENN_RBS - Static variable in class rita.support.RiPos
 
PENN_RP - Static variable in class rita.support.RiPos
 
PENN_SYM - Static variable in class rita.support.RiPos
 
PENN_TO - Static variable in class rita.support.RiPos
 
PENN_UH - Static variable in class rita.support.RiPos
 
PENN_VB - Static variable in class rita.support.RiPos
 
PENN_VBD - Static variable in class rita.support.RiPos
 
PENN_VBG - Static variable in class rita.support.RiPos
 
PENN_VBN - Static variable in class rita.support.RiPos
 
PENN_VBP - Static variable in class rita.support.RiPos
 
PENN_VBZ - Static variable in class rita.support.RiPos
 
PENN_VERBS - Static variable in class rita.support.RiPos
 
PENN_WDT - Static variable in class rita.support.RiPos
 
PENN_WP - Static variable in class rita.support.RiPos
 
PENN_WP$ - Static variable in class rita.support.RiPos
 
PENN_WRB - Static variable in class rita.support.RiPos
 
PennWordTokenizer - Class in rita.support
Simple word tokenizer that tokenizes according to the Penn Treebank conventions.
PennWordTokenizer() - Constructor for class rita.support.PennWordTokenizer
 
PennWordTokenizer(PApplet) - Constructor for class rita.support.PennWordTokenizer
 
PennWordTokenizer(boolean) - Constructor for class rita.support.PennWordTokenizer
 
PennWordTokenizer(PApplet, boolean) - Constructor for class rita.support.PennWordTokenizer
 
persist(Xmlable, String) - Static method in class rita.RiTa
Creates a file with fileName and writes the contents of persistent to it in XML format
PHONEME_BOUNDARY - Static variable in interface rita.support.RiConstants
 
PHONEMES - Static variable in interface rita.support.RiConstants
 
play() - Method in class rita.EssSamplePlayer
 
play(String) - Method in class rita.EssSamplePlayer
 
play() - Method in class rita.MinimSamplePlayer
 
play(String) - Method in class rita.MinimSamplePlayer
 
play() - Method in class rita.RiSample
Starts the current sample which will play once
play(String) - Method in class rita.RiSample
Loads and starts the sample specified by 'sampleFileName'
play() - Method in class rita.SoniaSamplePlayer
 
play(String) - Method in class rita.SoniaSamplePlayer
 
playSample(PApplet, String) - Static method in class rita.RiTa
 
playSample(PApplet, String, int) - Static method in class rita.RiTa
Convenience method that loads a RiSample object and starts it playing.
PLING_STEMMER - Static variable in class rita.RiStemmer
Type constant for Pling stemmer
PLING_STEMMER - Static variable in interface rita.support.RiConstants
Type-constant for the Pling-based stemmer
PlingStemmer - Class in rita.support
This class is closely based on the PlingStemmer stemmer implementation included in the Java Tools pacakge (see http://mpii.de/yago-naga/javatools).
PlingStemmer() - Constructor for class rita.support.PlingStemmer
 
pls() - Static method in class rita.RiTa
 
PLURAL - Static variable in interface rita.support.RiConstants
Specifies agreement as one of (singular or plural)
pluralize(String) - Method in class rita.RiPluralizer
Returns the regular or irregular plural form of noun.
popArray(RiText[]) - Static method in class rita.RiText
Pops the last value off the array, deletes it, and returns the new array (shortened by one element).
port - Static variable in class rita.RiTa
 
port - Static variable in class rita.RiTaServer
 
PORTER_STEMMER - Static variable in class rita.RiStemmer
Type constant for Porter stemmer
PORTER_STEMMER - Static variable in interface rita.support.RiConstants
Type-constant for the Porter-based stemmer
PorterStemmer - Class in rita.support
 
PorterStemmer() - Constructor for class rita.support.PorterStemmer
 
PorterStemmerDCH - Class in rita.support
A simple stemmer for extracting base roots from a word by removing prefixes and suffixes.
PorterStemmerDCH() - Constructor for class rita.support.PorterStemmerDCH
 
PorterStemmerDCH(PApplet) - Constructor for class rita.support.PorterStemmerDCH
 
POS - Static variable in interface rita.support.RiConstants
 
posIterator(String) - Method in class rita.RiLexicon
Returns an iterator over the words in lexicon, for the supplied part-of-speech
posIterator(String) - Method in class rita.support.RiLexiconImpl
 
positionForChar(int) - Method in class rita.RiText
Returns the x-position (in pixels) for the character at 'charIdx'.
positionForChar(PFont, int) - Method in class rita.RiText
Returns the x-position (in pixels) for the character at 'charIdx'.
post(String, Map) - Method in interface rita.HtmlParserIF
Fetches page contents from the specified URL via a POST request using the String values specified in 'keyValuePairs'.
post(URL, Map) - Method in interface rita.HtmlParserIF
Fetches page contents from the specified URL via a POST request using the String values specified in 'keyValuePairs'.
post(String, Map) - Method in class rita.RiHtmlParser
 
post(URL, Map) - Method in class rita.RiHtmlParser
 
posTag(String[]) - Static method in class rita.RiTa
Uses the default PosTagger to tag the input with the PENN tag set
posTag(FeaturedIF[]) - Static method in class rita.RiTa
Uses the default PosTagger to tag (and add features for) each element of words.
powerSet(Set) - Static method in class rita.support.SetOp
returns the powerset of a set
preload() - Method in class rita.RiSpeech
Loads all speech resources immediately (on initialization) to avoid any delays on the first utterance -- only necessary if there is a noticeable delay in program execution when speech begins.
preloadFeatures() - Method in class rita.RiLexicon
Use this method to preload the Lexicon with feature data (stress, syllables, pos, phones, etc).
preloadFeatures() - Method in class rita.support.RiLexiconImpl
 
PREP_PHRASE - Static variable in class rita.support.me.MaxEntChunker
 
PRESENT_TENSE - Static variable in interface rita.support.RiConstants
Specifies tense as one of (past, present or future)
PRINT_CUSTOM_TAGS - Static variable in class rita.support.BrillPosTagger
 
printHypernymTree(int) - Method in class rita.support.dyn.RiWordnetImpl
 
printHypernymTree(int) - Method in interface rita.support.ifs.RiWordnetIF
Prints the full hypernym tree to System.out (primarily for debugging).
printHypernymTree(int) - Method in class rita.support.remote.RiWordnetSupport
 
printHyponymTree(int) - Method in class rita.support.dyn.RiWordnetImpl
 
printHyponymTree(int) - Method in interface rita.support.ifs.RiWordnetIF
Prints the full hyponym tree to System.out (primarily for debugging).
printHyponymTree(int) - Method in class rita.support.remote.RiWordnetSupport
 
printTree(PrintStream, boolean) - Method in class rita.RiMarkov
Outputs a String representing the models probability tree using the supplied print stream (or System.out).
printTree() - Method in class rita.RiMarkov
 
printTree(boolean) - Method in class rita.RiMarkov
 
printTree(PrintStream) - Method in class rita.RiMarkov
 
printTree(PrintStream, boolean) - Method in class rita.RiTravesty
Outputs a String representing the models probability tree using the supplied print stream (or System.out).
printTree(boolean) - Method in class rita.RiTravesty
 
printTree(PrintStream) - Method in class rita.RiTravesty
 
printTree() - Method in class rita.RiTravesty
 
printTree(PrintStream, boolean) - Method in class rita.support.MarkovModel
Outputs a String representing the models probability tree using the supplied print stream (or System.out).
printTree(boolean) - Method in class rita.support.MarkovModel
 
printTree(PrintStream) - Method in class rita.support.MarkovModel
 
printTree() - Method in class rita.support.MarkovModel
 
printTree(PrintStream, boolean) - Method in class rita.support.NGramModel
Outputs a String representing the models probability tree using the supplied print stream (or System.out).
printTree(boolean) - Method in class rita.support.NGramModel
 
printTree(PrintStream) - Method in class rita.support.NGramModel
 
printTree() - Method in class rita.support.NGramModel
 
PROB_PATTERN - Static variable in class rita.RiGrammarX
 
probabalisticSelect(Collection) - Static method in class rita.RiTa
 
probabilityPattern - Variable in class rita.RiGrammarX
 
processUtterance(Utterance) - Method in class rita.support.RiTokenToWords
Processes the utterance
propertiesFromXml(String) - Static method in class rita.RiTa
Returns a map of key-value pairs in an XML string with format: <...
PRT_PHRASE - Static variable in class rita.support.me.MaxEntChunker
 
PUNCTUATION - Static variable in class rita.RiTa
 
put(int, Object) - Method in class rita.support.IntHashMap
Maps the specified key to the specified value in this hashtable.
put(String, String[]) - Method in class rita.support.MultiMap
 

Q

QQ - Static variable in class rita.RiTa
 
QQ - Static variable in interface rita.support.remote.RemoteConstants
 
querySystemForVoices() - Static method in class rita.support.RiMacSpeechEngine
 

R

r() - Method in class rita.support.behavior.RiInterpolater4D
 
R - Static variable in class rita.support.RiPos
 
random(Collection) - Static method in class rita.RiTa
Returns a random element from a Collection
random(List) - Static method in class rita.RiTa
Returns a random element from a List
random(Object[]) - Static method in class rita.RiTa
Returns a random element from a List
randomElement() - Method in class rita.support.HistoryQueue
 
randomIterator() - Method in class rita.RiLexicon
Returns an iterator over the words in lexicon beginning at a random offset.
randomIterator(Set) - Static method in class rita.RiLexicon
Utility method that returns a random-iterator over the specified set.
randomIterator(String) - Method in class rita.RiLexicon
Returns an iterator over the words in the lexicon matching the supplied regular expression beginning from a random offset.
randomIterator() - Method in class rita.support.RiLexiconImpl
 
randomOrdering(int) - Static method in class rita.RiTa
Returns a randomly ordered array of unique integers from 0 to numElements -1.
randomPosIterator(String) - Method in class rita.RiLexicon
Returns an iterator over the words in lexicon, for the supplied part-of-speech beginning at a random offset.
randomPosIterator(String) - Method in class rita.support.RiLexiconImpl
 
RB - Static variable in interface rita.support.remote.RemoteConstants
 
read() - Method in class rita.support.UnicodeInputStream
 
rectMode - Variable in class rita.support.PAppletState
 
refresh() - Method in class rita.RiTaServer
Clears all objects from the server so that new ones will be created on subsequent calls.
refreshServer() - Static method in class rita.RiTa
Clears all objects from the RiTaServer so that they can be reloaded
refreshServer() - Method in class rita.support.remote.RiClientStub
 
Regex - Class in rita.support
A utility class for regular expression matching.
regexMatch(String, String) - Static method in class rita.RiString
Utility method to test whether a String partially matches a regex pattern.
regexMatch(String, String) - Static method in class rita.RiText
Utility method to test whether a String partially matches a regex pattern.
regexReplace(String, String, String) - Static method in class rita.RiString
Utility method to do regex replacement on a String
regexReplace(String, String, String) - Static method in class rita.RiText
Utility method to do regex replacement on a String
RegexRule - Class in rita.support
Adapted from the SnlgPatternRule class in the SimpleNLG package
RegexRule(String, int, String, int) - Constructor for class rita.support.RegexRule
Instantiates a new pattern action rule.
RegexRule(String, int, String) - Constructor for class rita.support.RegexRule
Instantiates a new pattern action rule.
RegexTokenizer - Class in rita.support
Simple tokenizer for user-supplied regular expressions.
RegexTokenizer(PApplet, String) - Constructor for class rita.support.RegexTokenizer
 
RegexTokenizer(PApplet, Pattern) - Constructor for class rita.support.RegexTokenizer
 
RegexTokenizer(String) - Constructor for class rita.support.RegexTokenizer
 
RegexTokenizer(PApplet) - Constructor for class rita.support.RegexTokenizer
 
RegexTokenizer() - Constructor for class rita.support.RegexTokenizer
 
regionMatches(boolean, int, String, int, int) - Method in class rita.RiString
 
regionMatches(int, String, int, int) - Method in class rita.RiString
 
regionMatches(boolean, int, String, int, int) - Method in class rita.RiText
 
RemoteChunker - Class in rita.support.remote
 
RemoteChunker(Class) - Constructor for class rita.support.remote.RemoteChunker
 
RemoteConstants - Interface in rita.support.remote
 
RemoteMarkov - Class in rita.support.remote
 
RemoteMarkov(int, boolean) - Constructor for class rita.support.remote.RemoteMarkov
 
RemoteParser - Class in rita.support.remote
 
RemoteParser(Class) - Constructor for class rita.support.remote.RemoteParser
 
RemotePosTagger - Class in rita.support.remote
 
RemotePosTagger(Class) - Constructor for class rita.support.remote.RemotePosTagger
 
remove(RiGUIWidget) - Method in class rita.support.gui.RiGUIController
 
remove(Object) - Method in class rita.support.HistoryQueue
 
remove(int) - Method in class rita.support.HistoryQueue
Removes the element at the specified index in this list and shifts any subsequent elements to the left
remove(int) - Method in class rita.support.IntHashMap
Removes the key (and its corresponding value) from this hashtable.
remove() - Method in class rita.support.RiRandomIterator
 
removeAddendum(String, String) - Method in class rita.support.RiCMULexicon
Removes a word from the lexicon.
removeAddendum(String, String) - Method in class rita.support.RiLexiconImpl
Removes a word from the lexicon.
removeAll(RiText[]) - Static method in class rita.RiText
Deprecated.  
removeAll(List) - Static method in class rita.RiText
Deprecated.  
removeAll() - Static method in class rita.RiText
Deprecated.  
removeAll(Collection) - Method in class rita.support.HistoryQueue
 
removeBehavior(RiTextBehavior) - Method in class rita.RiText
Remove a Behavior from the RiText's run queue
removeBehaviors() - Method in class rita.RiText
Remove all Behaviors from the RiText's run queue
removeCharAt(int) - Method in class rita.RiText
Deletes the character at at the specified character index ('idx').
removeFeature(CharSequence) - Method in class rita.RiText
Clears the entry for the named feature (a key-value pair)
removeFeature(CharSequence) - Method in class rita.support.Featured
 
removeFeature(CharSequence) - Method in interface rita.support.FeaturedIF
 
removeListener(Object) - Method in class rita.RiTimer
 
removeListeners() - Method in class rita.RiTimer
 
removeNewest() - Method in class rita.support.HistoryQueue
Removes the oldest item in the queue and shifts any subsequent elements appropriately.
removeNonExistent(Collection) - Method in class rita.support.dyn.RiWordnetImpl
 
removeNonExistent(Collection) - Method in interface rita.support.ifs.RiWordnetIF
Check each word in 'words' and removes those that don't exist in the ontology.
removeNonExistent(Collection) - Method in class rita.support.remote.RiWordnetSupport
 
removeOldest() - Method in class rita.support.HistoryQueue
Removes the oldest item in the queue and shifts any subsequent elements appropriately.
removeRandom(List) - Static method in class rita.RiTa
Removes a random element from a List, maintaining the ordering
removeRandom(Collection) - Static method in class rita.RiTa
Removes a random element from a Collection, maintaining the ordering
render() - Method in class rita.RiText
Override in subclasses to do custom rendering
render(PGraphics) - Method in class rita.RiText
Override in subclasses to do custom rendering
replace(String, String) - Method in class rita.RiString
Replaces all instances of oldText with newText in the object.
replace(char, char) - Method in class rita.RiString
 
replace(CharSequence, CharSequence) - Method in class rita.RiString
 
replace(char, char) - Method in class rita.RiText
 
replace(CharSequence, CharSequence) - Method in class rita.RiText
See rita.RiString#replace(java.lang.CharSequence, java.lang.CharSequence)
replace(String, String) - Method in class rita.RiText
See rita.RiString#replace(java.lang.String, java.lang.String)
replace(String, String, String) - Method in class rita.support.Regex
Regex.replace(" ", "[aa] [bb]", " ") returns '[aa] [bb]'
replaceAll(String, String) - Method in class rita.RiString
 
replaceAll(String, String) - Method in class rita.RiText
See rita.RiString#replaceAll(java.lang.String, java.lang.String)
replaceAny(String, String) - Method in class rita.support.RiPhrase
Replaces a single word with the given 'pos' by 'newWord' starting at a random location in the string.
replaceAny(int, String, String) - Method in class rita.support.RiPhrase
Replaces any word with the given 'pos' by 'newWord' starting at word at 'wordIdx' in the string.
replaceByPos(String, String) - Method in class rita.RiString
Randomly chooses from all words matching pos and replaces a random one with newWord.
replaceByPos(String, String) - Method in class rita.RiText
 
replaceCharAt(int, String) - Method in class rita.RiString
Replaces the character at 'idx' with 'replaceWith'.
replaceCharAt(int, char) - Method in class rita.RiText
Replaces the character at the specified character index ('idx') with the 'replaceWith' character.
replaceCharAt(int, String) - Method in class rita.RiText
Replaces the character at 'idx' with 'replaceWith'.
replaceEntities(String) - Static method in class rita.RiTa
Returns input String with XML/HTML entities replaced
replaceFirst(String, String) - Method in class rita.RiString
 
replaceFirst(String, String) - Method in class rita.RiText
 
replaceWordAt(String, int) - Method in class rita.RiString
Replaces the word at wordIdx with newWord.
replaceWordAt(String, int) - Method in class rita.RiText
See rita.RiString#replaceWordAt(java.lang.String, int)
replaceWordAt(int, String) - Method in class rita.support.RiPhrase
Replaces the word at index 'wordNum' with 'newWord' As usual, the first word is at index 0.
requestFocus(RiGUIWidget) - Method in class rita.support.gui.RiGUIController
 
reset() - Method in class rita.RiGrammarX
 
reset(float) - Method in class rita.RiTextBehavior
Causes the behavior to be (immediately) repeated with its initial params and the specified 'duration'
reset(float[], float[], int, int) - Method in class rita.support.behavior.Interpolater
 
reset(float) - Method in class rita.support.behavior.InterpolatingBehavior
 
reset(float, float, int, int) - Method in class rita.support.behavior.RiInterpolater
 
reset(float[], float[], int, int) - Method in class rita.support.behavior.RiInterpolater
 
reset(float[], float[], int, int) - Method in class rita.support.behavior.RiInterpolater2D
 
reset(float[], float[], int, int) - Method in class rita.support.behavior.RiInterpolater3D
 
reset(float[], float[], int, int) - Method in class rita.support.behavior.RiInterpolater4D
 
reset(float, float, float) - Method in class rita.support.behavior.RiLerpBehavior
 
reset(float, float, float, float) - Method in class rita.support.behavior.RiLerpBehavior
 
reset() - Method in class rita.support.RiRandomIterator
 
reset(int) - Method in class rita.support.RiRandomIterator
 
resetCallbackTimer(PApplet, String, float, float) - Static method in class rita.RiTa
Resets the callback timer with the specified name
resetCallbackTimer(Object, String, float, float, boolean) - Static method in class rita.RiTa
Resets the callback timer with the specified name
resetDefinition(String, List) - Method in class rita.support.grammar.Grammar
 
resetEnterCode(int) - Method in class rita.RiTextField
Resets the key that triggers 'enter' in the text field; the default value is 10, for the enter key on most keyboards.
resetTarget(float[], float[], float, float) - Method in class rita.support.behavior.InterpolatingBehavior
 
restoreSettingsToApplet(PApplet) - Method in class rita.support.PAppletState
 
retainAll(Collection) - Method in class rita.support.HistoryQueue
 
rg - Variable in class rita.RiGrammarEditor
 
rhymeScheme(String[]) - Method in class rita.RiAnalyzer
Returns the rhyme scheme for a given set of lines.
RiAnalyzer - Class in rita
Analyzes String phrases, annotating each phrase and each contained word with 'feature' data.
RiAnalyzer(PApplet) - Constructor for class rita.RiAnalyzer
Default constructor for RiAnalyzer
RiAnalyzer(boolean) - Constructor for class rita.RiAnalyzer
 
RiAnalyzer() - Constructor for class rita.RiAnalyzer
 
RiAnalyzer(PApplet, int, boolean) - Constructor for class rita.RiAnalyzer
Constructor for RiAnalyzer that specifies a specific PosTagger type to use, e.g., RiPosTagger.MAXENT_POS_TAGGER and a flag to indicate whether to enable the cache.
RiAnalyzer(PApplet, RiPhrase[], int, boolean) - Constructor for class rita.RiAnalyzer
 
RiAnalyzer(PApplet, boolean) - Constructor for class rita.RiAnalyzer
Constructor for RiAnalyzer with boolean specifying whether to enable the cache.
RiCharSequence - Interface in rita.support
A tagging subinterface of FeaturedIF that also implements CharSequence.
RiChunker - Class in rita
A simple and lightweight implementation of a phrase chunker for non-recursive syntactic elements (e.g., noun-phrases, verb-phrases, etc.) using the Penn conventions (shown below).
RiChunker() - Constructor for class rita.RiChunker
 
RiChunker(PApplet) - Constructor for class rita.RiChunker
 
RiChunkerIF - Interface in rita.support.ifs
Simple interface for text chunking
RiClientStub - Class in rita.support.remote
 
RiClientStub(Class) - Constructor for class rita.support.remote.RiClientStub
 
RiClientStub(int) - Constructor for class rita.support.remote.RiClientStub
 
RiClientStub(String, int) - Constructor for class rita.support.remote.RiClientStub
 
RiClientStub(Class, String, int) - Constructor for class rita.support.remote.RiClientStub
 
RiCMULexicon - Class in rita.support
Provides an implementation of a user-customizable Lexicon using CMU-style pronunciation tags and penn-style part-of-speech tags.
RiConcorder - Class in rita
Maintains a simple word frequency table for a set of input data
RiConcorder(PApplet, String[], RiTokenizer) - Constructor for class rita.RiConcorder
Constructs a new RiConcorder using the specified tokenizer ands loads it with the data in fileName(s).
RiConcorder(PApplet, String) - Constructor for class rita.RiConcorder
Constructs a new RiConcorder ands loads it with the data in fileName.
RiConcorder(PApplet, String[]) - Constructor for class rita.RiConcorder
Constructs a new RiConcorder ands loads it with the data in fileName.
RiConcorder(PApplet, RiTokenizer) - Constructor for class rita.RiConcorder
Constructs a new RiConcorder using the specified tokenizer
RiConcorder(PApplet) - Constructor for class rita.RiConcorder
Constructs a new RiConcorder
RiConcorder() - Constructor for class rita.RiConcorder
Constructs a new RiConcorder
RiConcorder(RiTokenizer) - Constructor for class rita.RiConcorder
Constructs a new RiConcorder using the specified tokenizer
RiConjugator - Class in rita
Handles verb conjugation based on tense, person, number for simple, passive, progressive, and perfect forms.
RiConjugator() - Constructor for class rita.RiConjugator
 
RiConjugator(PApplet) - Constructor for class rita.RiConjugator
 
RiConstants - Interface in rita.support
A subinterface of PConstants adding RiTa's own set.
RiDataStore - Class in rita.support
Simple key-value based datastore with 3 functions (get, set, & find).
RiDataStore(String) - Constructor for class rita.support.RiDataStore
 
RiDataStore(PApplet, String) - Constructor for class rita.support.RiDataStore
 
RiDynamicObject - Class in rita.support.dyn
Implements dynamic typing (eg 'duck-typing') for RiTa objects -- allowing programs to treat objects from separate hierarchies and packages as the same, assuming they implement the specified interfaces (which are checked only at runtime).
RiDynamicObject(Class, Class) - Constructor for class rita.support.dyn.RiDynamicObject
 
RiDynamicObject(Class, Class[]) - Constructor for class rita.support.dyn.RiDynamicObject
 
RiDynamicObject(Object, Class) - Constructor for class rita.support.dyn.RiDynamicObject
 
RiDynamicObject(Object, Class[]) - Constructor for class rita.support.dyn.RiDynamicObject
 
RiDynamicRemote - Class in rita.support.dyn
A dynamic proxy invocation handler that enables dynamic typing for remote RiTa objects
RiDynamicType - Class in rita.support.dyn
A dynamic proxy invocation handler that enables dynamic typing for local RiTa objects
RiEditorWindow - Class in rita.support
 
RiEditorWindow(String, int, int, int, int) - Constructor for class rita.support.RiEditorWindow
 
RiEditorWindow(String, PApplet, int, int, int, int) - Constructor for class rita.support.RiEditorWindow
 
RiFreeTTSEngine - Class in rita.support
Proxy object for the FreeTTS implementation of JSAPI
RiFreeTTSEngine(RiSpeech, String, String) - Constructor for class rita.support.RiFreeTTSEngine
 
RiFreeTTSEngine(PApplet, String, String) - Constructor for class rita.support.RiFreeTTSEngine
 
RiGoogleSearch - Class in rita
A utility object for obtaining unigram, bigram, and weighted-bigram counts for words and phrases via the Google search engine.
RiGoogleSearch() - Constructor for class rita.RiGoogleSearch
 
RiGoogleSearch(PApplet) - Constructor for class rita.RiGoogleSearch
 
RiGoogleSearch(String) - Constructor for class rita.RiGoogleSearch
Allows for a custom cookie String, generally of the format: "PREF=ID=ee8b4e3d4e15d9f5:TM=1219349742:LM=1219349742:S=MGXvStJPax5onGxv;"...
RiGrammar - Class in rita
Implementation of a (probabilistic) context-free grammar (with specific literary extensions) that performs generation from user-specified grammars.
RiGrammar() - Constructor for class rita.RiGrammar
 
RiGrammar(String) - Constructor for class rita.RiGrammar
 
RiGrammar(PApplet, String) - Constructor for class rita.RiGrammar
Specify a grammar file conforming to the example above.
To specify a rule multiplier, prepend it with the desired # in square brackets:
RiGrammar(PApplet) - Constructor for class rita.RiGrammar
Initialize a RiGrammar object with no grammar data.
RiGrammarEditor - Class in rita
Provides a live, editable view of a RiGrammar text file that can be dynamically loaded into a sketch without stopping and restarting it.
RiGrammarEditor(PApplet, RiGrammarIF) - Constructor for class rita.RiGrammarEditor
 
RiGrammarEditor(PApplet, RiGrammarIF, int, int) - Constructor for class rita.RiGrammarEditor
 
RiGrammarIF - Interface in rita.support.ifs
 
RiGrammarX - Class in rita
Implementation of a (probabilistic) context-free grammar (with specific literary extensions) that performs generation from user-specified grammars.
RiGrammarX(PApplet) - Constructor for class rita.RiGrammarX
New/experimental version of RiGrammar with simpler syntax...
RiGrammarX(PApplet, String) - Constructor for class rita.RiGrammarX
 
RiGUIController - Class in rita.support.gui
 
RiGUIController(PApplet) - Constructor for class rita.support.gui.RiGUIController
 
RiGUIController(PApplet, float) - Constructor for class rita.support.gui.RiGUIController
 
RiGUIController(PApplet, float, boolean) - Constructor for class rita.support.gui.RiGUIController
 
RiGUIEvent - Class in rita.support.gui
 
RiGUIEvent(RiGUIWidget, String) - Constructor for class rita.support.gui.RiGUIEvent
 
RiGUILookAndFeel - Class in rita.support.gui
 
RiGUILookAndFeel(PApplet, char) - Constructor for class rita.support.gui.RiGUILookAndFeel
 
RiGUIWidget - Class in rita.support.gui
 
RiGUIWidget(PApplet) - Constructor for class rita.support.gui.RiGUIWidget
 
RiHtmlParser - Class in rita
Provides various utility functions for fetching and parsing text data from web pages using either the Document-Object-Model (DOM) or regular expressions.
RiHtmlParser() - Constructor for class rita.RiHtmlParser
Deprecated.  
RiHtmlParser(PApplet) - Constructor for class rita.RiHtmlParser
 
RiInterpolater - Class in rita.support.behavior
 
RiInterpolater(float, float, int, int) - Constructor for class rita.support.behavior.RiInterpolater
 
RiInterpolater2D - Class in rita.support.behavior
 
RiInterpolater2D(float[], float[], int, int) - Constructor for class rita.support.behavior.RiInterpolater2D
 
RiInterpolater3D - Class in rita.support.behavior
 
RiInterpolater3D(float[], float[], int, int) - Constructor for class rita.support.behavior.RiInterpolater3D
 
RiInterpolater4D - Class in rita.support.behavior
A 4d interpolater (e.g., for color, etc)
RiInterpolater4D(float[], float[], int, int) - Constructor for class rita.support.behavior.RiInterpolater4D
 
RiKWICker - Class in rita
An implementation of a simple KeyWord-In-Context (KWIC) model for efficient indexing and lookup of words-in-phrases within a document.
RiKWICker(PApplet) - Constructor for class rita.RiKWICker
 
RiLerpBehavior - Class in rita.support.behavior
 
RiLerpBehavior(RiText, float, float, float) - Constructor for class rita.support.behavior.RiLerpBehavior
 
RiLerpBehavior(RiText, float, float, float, float) - Constructor for class rita.support.behavior.RiLerpBehavior
 
RiLetterToSound - Class in rita.support
Provides the phone list for words using the CMU6 letter-to-sound (LTS) rules, which are based on the Black, Lenzo, and Pagel paper, "Issues in Building General Letter-to-Sound Rules." Proceedings of ECSA Workshop on Speech Synthesis, pages 77-80, Australia, 1998.
RiLetterToSound(URL) - Constructor for class rita.support.RiLetterToSound
 
RiLetterToSound(URL, boolean) - Constructor for class rita.support.RiLetterToSound
Class constructor.
RiLexicon - Class in rita
RiLexicon represents the core 'dictionary' (or lexicon) for the RiTa tools.
RiLexicon() - Constructor for class rita.RiLexicon
 
RiLexicon(PApplet) - Constructor for class rita.RiLexicon
 
RiLexicon(PApplet, String) - Constructor for class rita.RiLexicon
 
RiLexiconIF - Interface in rita.support.ifs
 
RiLexiconImpl - Class in rita.support
Provides an implementation of a user-customizable Lexicon using CMU-style pronunciation tags and Penn-style part-of-speech tags.
RiMacSpeechEngine - Class in rita.support
 
RiMacSpeechEngine(RiSpeech) - Constructor for class rita.support.RiMacSpeechEngine
 
RiMacSpeechEngine(RiSpeech, String) - Constructor for class rita.support.RiMacSpeechEngine
 
RiMarkov - Class in rita
Performs analysis and text generation via Markov chains (aka N-Grams) with options to process single characters, words, sentences, and arbitrary regular expressions.
RiMarkov(int) - Constructor for class rita.RiMarkov
Construct a sentence-generating Markov chain (or n-gram) model and set its n-factor
RiMarkov(PApplet, int) - Constructor for class rita.RiMarkov
Construct a sentence-generating Markov chain (or n-gram) model and set its n-factor
RiMarkov(int, boolean) - Constructor for class rita.RiMarkov
invisible
RiMarkov(PApplet, int, boolean) - Constructor for class rita.RiMarkov
 
RiMarkovIF - Interface in rita.support.ifs
 
RiMessagable - Interface in rita.support.dyn
Supports object that can respond to method calls for methods they do not contain (a la Ruby's method-missing mechanism).
RiMethodMissing - Exception in rita.support.remote
 
RiMethodMissing(Object, String) - Constructor for exception rita.support.remote.RiMethodMissing
 
RiMethodMissing(Object, String, Object, Class) - Constructor for exception rita.support.remote.RiMethodMissing
 
RiMethodMissing(Object, String, Object[], Class[]) - Constructor for exception rita.support.remote.RiMethodMissing
 
RiMethodMissing(String, Throwable) - Constructor for exception rita.support.remote.RiMethodMissing
 
RiMethodMissing(String) - Constructor for exception rita.support.remote.RiMethodMissing
 
RiMethodMissing(Throwable) - Constructor for exception rita.support.remote.RiMethodMissing
 
RiNounInflector - Class in rita.support
 
RiNounInflector() - Constructor for class rita.support.RiNounInflector
 
RiNumberExpander - Class in rita.support
Expands Strings containing digits characters into a list of words representing those digits.
RiObject - Class in rita
Superclass for all RiTa objects
RiObject(PApplet) - Constructor for class rita.RiObject
 
RiObjectME - Class in rita.support.me
 
RiObjectME(PApplet) - Constructor for class rita.support.me.RiObjectME
 
RiPageLayout - Class in rita
Note: still under-development, use w' care...
RiPageLayout(PApplet, int, int, int, int) - Constructor for class rita.RiPageLayout
 
RiPageLayout(PApplet, int, int, int, int, int, int) - Constructor for class rita.RiPageLayout
 
RiPageLayout(PApplet, Rectangle, int, int) - Constructor for class rita.RiPageLayout
 
RiParseConstit - Class in rita.support.me
Data structure for holding parser constitents.
RiParseConstit(String, Span, String, double, RiParseConstit) - Constructor for class rita.support.me.RiParseConstit
 
RiParseConstit(String, Span, String, double, int) - Constructor for class rita.support.me.RiParseConstit
 
RiParser - Class in rita
Tree-based parser for recursive syntactic annotations, e.g., noun-phrases, using the Penn conventions.
An example:
RiParser() - Constructor for class rita.RiParser
Note: when using this constructor, the Processing 'sketchpad' directory will NOT be checked for models.
RiParser(PApplet) - Constructor for class rita.RiParser
 
RiParserIF - Interface in rita.support.ifs
 
RiPhone - Class in rita.support
Static utility methods for operations involving phonemes.
RiPhone() - Constructor for class rita.support.RiPhone
 
RiPhrase - Class in rita.support
Utility object for representing phrases which can be sent to the speech engine.
RiPhrase() - Constructor for class rita.support.RiPhrase
 
RiPhrase(String) - Constructor for class rita.support.RiPhrase
 
RiPhrase(PApplet, CharSequence) - Constructor for class rita.support.RiPhrase
 
RiPhrase(PApplet, Utterance, CharSequence) - Constructor for class rita.support.RiPhrase
 
RiPluralizer - Class in rita
A simple pluralizer for nouns.
RiPluralizer() - Constructor for class rita.RiPluralizer
 
RiPluralizer(PApplet) - Constructor for class rita.RiPluralizer
 
RiPos - Class in rita.support
Enumerated types for various Part-of-Speech representations.
RiPosTagger - Class in rita
Simple pos-tagger for the RiTa libary using the Penn tagset.
RiPosTagger() - Constructor for class rita.RiPosTagger
Deprecated.  
RiPosTagger(PApplet) - Constructor for class rita.RiPosTagger
 
RiPosTagger(PApplet, int) - Constructor for class rita.RiPosTagger
 
RiProbable - Interface in rita.support
Simple interface for probabilistic objects.
RiRandomIterator - Class in rita.support
A set iterator that supports randomized start positions
RiRandomIterator(Set) - Constructor for class rita.support.RiRandomIterator
 
RiRemotable - Class in rita.support.remote
 
RiRemotable(PApplet) - Constructor for class rita.support.remote.RiRemotable
 
RiSample - Class in rita
Simple library-agnostic audio support for RiTa that handles playback of .wav and .aiff samples and server-based streaming of .mp3s.
RiSearcherIF - Interface in rita.support.ifs
 
RiSpeech - Class in rita
Provides basic cross-platform text-to-speech facilities with control over a range of parameters including voice-selection, pitch, speed, rate, etc.
RiSpeech() - Constructor for class rita.RiSpeech
Creates a new object for Text-To-Speech and enables TTS for the system (if possible)
RiSpeech(PApplet) - Constructor for class rita.RiSpeech
Creates a new object for Text-To-Speech and enables TTS for the system (if possible)
RiSpeech(PApplet, String) - Constructor for class rita.RiSpeech
Creates a new object for Text-To-Speech and enables TTS for the system (if possible), using the specified voice name.
RiSpeech(PApplet, String, String) - Constructor for class rita.RiSpeech
Creates a new object for Text-To-Speech and enables TTS for the system
using the specified voice name, and setting the optional property 'mbrola.base' to mbrolaBase.
RiSpeechEngine - Interface in rita.support
 
RiSplitter - Class in rita.support
A simple interface for different sentence splitters.
RiSplitterIF - Interface in rita.support.ifs
Simple interface for all sentence-splitters
RiStemmer - Class in rita
A simple set of stemmers for extracting base roots from a word by removing prefixes and suffixes.
RiStemmer() - Constructor for class rita.RiStemmer
 
RiStemmer(PApplet) - Constructor for class rita.RiStemmer
Creates a default stemmer
RiStemmer(PApplet, int) - Constructor for class rita.RiStemmer
 
RiStemmerIF - Interface in rita.support.ifs
 
RiString - Class in rita
RiTa's version of the Java String object (both implement the CharSequence interface) with support for 'features'; key-value pairs that contain additional information about the object.
RiString(PApplet, CharSequence) - Constructor for class rita.RiString
Included only for consistency's sake
RiString(CharSequence) - Constructor for class rita.RiString
 
rita - package rita
 
RiTa - Class in rita
A range of constants and (static) utility functions for the rita package
RiTa() - Constructor for class rita.RiTa
 
rita.support - package rita.support
 
rita.support.behavior - package rita.support.behavior
 
rita.support.dyn - package rita.support.dyn
 
rita.support.grammar - package rita.support.grammar
 
rita.support.gui - package rita.support.gui
 
rita.support.ifs - package rita.support.ifs
 
rita.support.me - package rita.support.me
 
rita.support.remote - package rita.support.remote
 
RITA_WORDNET_CLASS - Static variable in class rita.support.remote.RiWordnetSupport
 
RITA_WORDNET_URL - Static variable in class rita.support.remote.RiWordnetSupport
 
RITA_XML - Static variable in interface rita.support.Xmlable
 
RiTaEvent - Class in rita
Simple class for event-based callbacks (generally dynamically dispatched to PApplet subclasses).
RiTaEvent(Object, int) - Constructor for class rita.RiTaEvent
 
RiTaEvent(Object, int, Object) - Constructor for class rita.RiTaEvent
 
RiTaEventListener - Interface in rita
Not required in general usage.
RiTaException - Exception in rita
Simple tagged RuntimeException for library errors
RiTaException() - Constructor for exception rita.RiTaException
 
RiTaException(String) - Constructor for exception rita.RiTaException
 
RiTaException(String, boolean) - Constructor for exception rita.RiTaException
 
RiTaException(Throwable) - Constructor for exception rita.RiTaException
 
RiTaException(String, Throwable) - Constructor for exception rita.RiTaException
 
RiTaException(Object, Throwable) - Constructor for exception rita.RiTaException
 
RiTaException(Object, String, Throwable) - Constructor for exception rita.RiTaException
 
RiTaException(Object, String) - Constructor for exception rita.RiTaException
 
RiTaggerIF - Interface in rita.support.ifs
Simple interface for all pos-taggers
RiTaServer - Class in rita
Another way of using the RiTa objects is in a server mode.
RiTaServer(Socket) - Constructor for class rita.RiTaServer
 
RitaSpanishDictionary - Class in rita.support
 
RitaSpanishDictionary() - Constructor for class rita.support.RitaSpanishDictionary
 
RiTest - Class in rita.support
 
RiTest(Object, Object, boolean) - Constructor for class rita.support.RiTest
 
RiText - Class in rita
RiTa's text display object.
RiText(PApplet) - Constructor for class rita.RiText
 
RiText(PApplet, String) - Constructor for class rita.RiText
 
RiText(PApplet, char) - Constructor for class rita.RiText
 
RiText(PApplet, float, float) - Constructor for class rita.RiText
 
RiText(PApplet, char, float, float) - Constructor for class rita.RiText
 
RiText(PApplet, String, float, float) - Constructor for class rita.RiText
 
RiText(PApplet, String, float, float, PFont) - Constructor for class rita.RiText
 
RiText(PApplet, String, float, float, int) - Constructor for class rita.RiText
 
RiText(PApplet, String, float, float, int, PFont) - Constructor for class rita.RiText
Creates a new RiText object base-aligned at x='xPos', y='yPos', with 'alignment' from one of (LEFT, CENTER, RIGHT), using font specified by 'theFont'.
RiTextBehavior - Class in rita
An abstract superclass for an extensible set of text-behaviors (found in rita.support.behaviors) including a variety of interpolation algorithms for moving, fading, scaling, color-change, etc.
RiTextBehavior(RiText, float) - Constructor for class rita.RiTextBehavior
Creates a behavior to start immediately
RiTextBehavior(RiText) - Constructor for class rita.RiTextBehavior
Creates a behavior and assigns it an Id.
RiTextBehavior(RiText, String, float) - Constructor for class rita.RiTextBehavior
Creates a behavior to start immediately
RiTextBehavior(RiText, float, float) - Constructor for class rita.RiTextBehavior
Creates a behavior to start at startOffsetInSec seconds in the future
RiTextField - Class in rita
A simple text widget to handle user keyboard input
RiTextField(PApplet) - Constructor for class rita.RiTextField
 
RiTextField(PApplet, int, int) - Constructor for class rita.RiTextField
 
RiTextField(PApplet, int, int, int) - Constructor for class rita.RiTextField
 
RiTextField(PApplet, int, int, int, int) - Constructor for class rita.RiTextField
 
RiTextField(PApplet, int, int, int, int, float) - Constructor for class rita.RiTextField
 
RiTextField(PApplet, int, int, int, int, float, String) - Constructor for class rita.RiTextField
 
RiTextNode - Interface in rita.support
 
RiTimer - Class in rita
A basic timer implementation to which one can pass a PApplet, a RiTaEventListener, or any other object that implements the method: onRiTaEvent(RiTaEvent re)
RiTimer(Object, float) - Constructor for class rita.RiTimer
 
RiTimer(Object, float, boolean) - Constructor for class rita.RiTimer
 
RiTimer(Object, float, String) - Constructor for class rita.RiTimer
 
RiTimer(Object, double) - Constructor for class rita.RiTimer
 
RiTimer(Object, double, boolean) - Constructor for class rita.RiTimer
 
RiTimer(Object, double, String) - Constructor for class rita.RiTimer
 
RiTimer(Object, float, String, boolean) - Constructor for class rita.RiTimer
 
RiTimer(Object, float, float, String, boolean) - Constructor for class rita.RiTimer
 
RiTokenizer - Class in rita
A simple tokenizer for word boundaries with regular expression support for custom-tokenizing.
RiTokenizer() - Constructor for class rita.RiTokenizer
 
RiTokenizer(PApplet) - Constructor for class rita.RiTokenizer
 
RiTokenizer(int) - Constructor for class rita.RiTokenizer
 
RiTokenizer(PApplet, int) - Constructor for class rita.RiTokenizer
 
RiTokenizerIF - Interface in rita.support.ifs
 
RiTokenToWords - Class in rita.support
Converts the tokens (in English words) in an Utterance into a list of words which are placed back into the Utterance.
RiTokenToWords(CART, PronounceableFSM, PronounceableFSM) - Constructor for class rita.support.RiTokenToWords
Constructs a default USTokenWordProcessor.
RiTravesty - Class in rita
Represents a Markov chain (or n-Gram) model that treats each character as a separate token (a la the original Travesty program).
RiTravesty(PApplet, int) - Constructor for class rita.RiTravesty
Construct a Markov (or n-gram) model and set its n-factor
RiTurtle - Class in rita.support
 
RiTurtle(PApplet, float, float, float) - Constructor for class rita.support.RiTurtle
 
RiTurtle(PApplet, String, float, float, float) - Constructor for class rita.support.RiTurtle
 
RiUtteranceTokenizer - Class in rita.support
 
RiUtteranceTokenizer() - Constructor for class rita.support.RiUtteranceTokenizer
Constructs a Tokenizer.
RiUtteranceTokenizer(String) - Constructor for class rita.support.RiUtteranceTokenizer
Creates a tokenizer that will return tokens from the given string.
RiUtteranceTokenizer(Reader) - Constructor for class rita.support.RiUtteranceTokenizer
Creates a tokenizer that will return tokens from the given file.
RiValuator - Interface in rita.support
Handles sorting of fixed-size Object array when insertion occirs.
RiVoiceManager - Class in rita.support
Provides access to voices for all of FreeTTS.
RiWordnetIF - Interface in rita.support.ifs
 
RiWordnetImpl - Class in rita.support.dyn
A Wordnet implementation that allows clients to dynamically load and calls methods from the RiTa.Wordnet package at runtime if it is available.
RiWordnetSupport - Class in rita.support.remote
Dynamically loads the RiTa.WordNet library (if it is present) and delegates calls to it.
RiWordnetSupport() - Constructor for class rita.support.remote.RiWordnetSupport
 
RiWordnetSupport(PApplet) - Constructor for class rita.support.remote.RiWordnetSupport
 
RiWordRelation - Class in rita.support
Helper class to add words and breaks into a Relation object.
rotate(float) - Method in class rita.RiText
Rotate the object via affine transform.
rotateX - Variable in class rita.RiText
 
rotateX(float) - Method in class rita.RiText
Sets the x-rotation for the object
rotateY - Variable in class rita.RiText
 
rotateY(float) - Method in class rita.RiText
Sets the y-rotation for the object
rotateZ - Variable in class rita.RiText
 
rotateZ(float) - Method in class rita.RiText
Sets the z-rotation for the object
RP - Static variable in interface rita.support.remote.RemoteConstants
 
RuleList - Class in rita.support.grammar
 
RuleList() - Constructor for class rita.support.grammar.RuleList
 
RuleParser - Class in rita.support.grammar
Simple stream-parser set-up to identify grammar definitions
RuleParser(InputStream) - Constructor for class rita.support.grammar.RuleParser
 
rules - Variable in class rita.RiGrammarX
 
ruleToString(int) - Method in class rita.support.grammar.Definition
 
run() - Method in class rita.RiTaServer
 
running - Variable in class rita.support.behavior.RiInterpolater
 

S

sample - Variable in class rita.RiText
Current Sample object for this text
saveSettingsForApplet(PApplet) - Method in class rita.support.PAppletState
 
SBAR_PHRASE - Static variable in class rita.support.me.MaxEntChunker
 
scale(float) - Method in class rita.RiText
Uniformly scales the object on all dimensions (x,y,z)
scale(float, float, float) - Method in class rita.RiText
Scales the object on all dimensions (x,y,z)
scale(float[]) - Method in class rita.RiText
Scales the object on either 2 or 3 dimensions (x,y,[z])
SCALE_TO - Static variable in interface rita.support.RiConstants
Specifies 'SCALE_TO' as the behavior type for a RiTextBehavior
ScaleBehavior - Class in rita.support.behavior
 
ScaleBehavior(RiText, float, float) - Constructor for class rita.support.behavior.ScaleBehavior
 
ScaleBehavior(RiText, float, float, float) - Constructor for class rita.support.behavior.ScaleBehavior
 
ScaleBehavior(RiText, float[], float) - Constructor for class rita.support.behavior.ScaleBehavior
 
ScaleBehavior(RiText, float[], float, float) - Constructor for class rita.support.behavior.ScaleBehavior
 
scaleTo(float, float, float) - Method in class rita.RiText
Scales object to 'newScale' over 'time' seconds, starting at 'startTime' seconds in the future
scaleTo(float, float) - Method in class rita.RiText
Scales object to 'newScale' over 'time' seconds, starting immediately.
scaleTo(float, float, float, float) - Method in class rita.RiText
Scales object to {scaleX, scaleY, scaleZ} over 'time' seconds.
scaleTo(float, float, float, float, float) - Method in class rita.RiText
Scales object to {scaleX, scaleY, scaleZ} over 'time' seconds, starting at 'startTime' seconds in the future.
scaleX - Variable in class rita.RiText
 
scaleX(float) - Method in class rita.RiText
Sets the x-scale for the object
scaleY - Variable in class rita.RiText
 
scaleY(float) - Method in class rita.RiText
Sets the y-scale for the object
scaleZ - Variable in class rita.RiText
 
scaleZ(float) - Method in class rita.RiText
Sets the z-scale for the object
second() - Method in class rita.support.ObjectPair
 
SECOND_PERSON - Static variable in interface rita.support.RiConstants
Specifies person as one of (first, scond or third)
sectionLike(Item) - Static method in class rita.support.RiTokenToWords
Returns true if the given token item contains a token that is in a section-like context, e.g., "chapter" or "act".
select(Collection, boolean) - Static method in class rita.RiTa
 
selectByType(List, int) - Static method in class rita.RiTextBehavior
Returns the sublist of the specified behaviors that is of the specified type, where type is generally one of (MOVE, FADE_IN, FADE_OUT, FADE_TO_TEXT, SCALE_TO, etc.)
selectChild() - Method in interface rita.support.RiTextNode
 
selectChild(boolean) - Method in interface rita.support.RiTextNode
 
selectChild(String, boolean) - Method in interface rita.support.RiTextNode
 
selectChild() - Method in class rita.support.TextNode
 
selectChild(boolean) - Method in class rita.support.TextNode
 
selectChild(String, boolean) - Method in class rita.support.TextNode
 
selectionColor - Variable in class rita.support.gui.RiGUILookAndFeel
 
SENTENCE_BOUNDARY - Static variable in interface rita.support.RiConstants
 
sentenceStarts - Variable in class rita.support.MarkovModel
 
serverHost - Static variable in class rita.support.remote.RiClientStub
 
serverPort - Static variable in class rita.support.remote.RiClientStub
 
set(String, String) - Method in class rita.support.RiDataStore
This method will inserts the value for the given key in the specified namespace, updating it if it already exists.
setActiveColor(float, float, float, float) - Method in class rita.RiTextField
 
setActiveColor(float) - Method in class rita.RiTextField
 
setActiveColor(float, float) - Method in class rita.RiTextField
 
setActiveColor(float, float, float) - Method in class rita.RiTextField
 
setActiveColor(float, float, float, float) - Method in interface rita.support.gui.TextField
Set the active color for this object
setActiveColor(float) - Method in interface rita.support.gui.TextField
 
setActiveColor(float, float) - Method in interface rita.support.gui.TextField
 
setActiveColor(float, float, float) - Method in interface rita.support.gui.TextField
 
setAddSpaces(boolean) - Method in class rita.RiMarkov
Determines whether to add spaces between generated tokens
setAddSpaces(boolean) - Method in interface rita.support.ifs.RiMarkovIF
 
setAddSpaces(boolean) - Method in class rita.support.MarkovModel
 
setAddSpaces(boolean) - Method in class rita.support.remote.RemoteMarkov
 
setAllowDuplicates(boolean) - Method in class rita.RiMarkov
Determines whether calls to generateSentence(s) will return sentences that exist (character-for-character) in the input text(s).
setAllowDuplicates(boolean) - Method in class rita.support.HistoryQueue
 
setAllowDuplicates(boolean) - Method in interface rita.support.ifs.RiMarkovIF
Determines whether calls to generateSentence(s) will return sentences that exist (character-for-character) in the input text.
setAllowDuplicates(boolean) - Method in class rita.support.MarkovModel
Determines whether calls to generateSentence(s) will return sentences that exist (character-for-character) in the input text.
setAllowDuplicates(boolean) - Method in class rita.support.remote.RemoteMarkov
 
setAlpha(float) - Method in class rita.RiText
Set the current alpha trasnparency for this object (0-255))
setApiKey(String) - Method in class rita.support.MsNGramClient
 
setAudioFileName(String) - Method in class rita.support.RiFreeTTSEngine
 
setAudioFileName(String) - Method in class rita.support.RiMacSpeechEngine
 
setAudioFileName(String) - Method in interface rita.support.RiSpeechEngine
 
setAutoDraw(boolean) - Method in class rita.RiText
Enables/disables auto-drawing for this object
setBgColor(float, float, float, float) - Method in class rita.RiTextField
 
setBgColor(float, float) - Method in class rita.RiTextField
 
setBgColor(float, float, float) - Method in class rita.RiTextField
 
setBgColor(float) - Method in class rita.RiTextField
 
setBgColor(float, float, float, float) - Method in interface rita.support.gui.TextField
Set the bg color for this object
setBgColor(float) - Method in interface rita.support.gui.TextField
 
setBgColor(float, float) - Method in interface rita.support.gui.TextField
 
setBgColor(float, float, float) - Method in interface rita.support.gui.TextField
 
setBoundingBoxesVisible(boolean) - Static method in class rita.RiText
Deprecated.  
setBoundingBoxStrokeWeights(float) - Static method in class rita.RiText
Deprecated. see RiText.setDefaultBBoxStrokeWeight(float)
setBuffer(CharSequence) - Method in class rita.RiGrammar
Resets the contents of the current buffer
setBuffer(CharSequence) - Method in class rita.support.grammar.Grammar
Resets the contents of the current buffer
setCacheEnabled(boolean) - Method in class rita.RiAnalyzer
 
setCacheEnabled(boolean) - Static method in class rita.RiGoogleSearch
Sets whether the cache is enabled and duplicate requests are returned immediately rather than re-contacting google (default=true).
setCacheEnabled(boolean) - Static method in class rita.support.PorterStemmerDCH
Sets whether the cache is enabled and duplicate requests are returned immediately rather than re-computed (default=true).
setCallbackHandler(Object) - Method in class rita.RiGrammarX
 
setCallbackTimer(Object, String, float, float) - Static method in class rita.RiTa
 
setCallbackTimer(Object, String, float) - Static method in class rita.RiTa
 
setCallbackTimer(Object, float, boolean) - Static method in class rita.RiTa
 
setCallbackTimer(Object, float, float) - Static method in class rita.RiTa
 
setCallbackTimer(Object, float, float, boolean) - Static method in class rita.RiTa
 
setCallbackTimer(Object, float) - Static method in class rita.RiTa
 
setCallbackTimer(Object, String, float, boolean) - Static method in class rita.RiTa
 
setCallbackTimer(Object, String, float, float, boolean) - Static method in class rita.RiTa
Creates and returns a new callback timer which will generate callbacks to pApplet.onRiTaEvent(RiTaEvent) according to the parameters specified.
setCallbackTimer(float) - Method in class rita.RiText
Deprecated.  
setCallbackTimer(float, boolean) - Method in class rita.RiText
Deprecated.  
setCallee(Object) - Method in exception rita.support.remote.RiMethodMissing
 
setCaseInsensitive(boolean) - Method in class rita.support.Regex
 
setColor(float[]) - Method in class rita.RiText
Set the text color for this object
setColor(float, float, float, float) - Method in class rita.RiTextField
 
setColor(float) - Method in class rita.RiTextField
 
setColor(float, float) - Method in class rita.RiTextField
 
setColor(float, float, float) - Method in class rita.RiTextField
 
setColors(float[]) - Method in class rita.support.RiTurtle
 
setConnectTimeout(int) - Method in class rita.RiHtmlParser
 
setController(RiGUIController) - Method in class rita.support.gui.RiGUIWidget
 
setCookie(String) - Method in class rita.RiGoogleSearch
Sets the cookie string for subsequent requests
setCookie(String) - Method in interface rita.support.ifs.RiSearcherIF
Sets the cookie string for subsequent requests
setCount(int) - Method in interface rita.support.RiTextNode
 
setCount(int) - Method in class rita.support.TextNode
 
setCurrentFrame(int) - Method in class rita.EssSamplePlayer
 
setCurrentFrame(int) - Method in class rita.MinimSamplePlayer
NOTE: can cause an error before the loop has played through once
setCurrentFrame(int) - Method in class rita.RiSample
Moves the playhead to the specified frame
setCurrentFrame(int) - Method in class rita.SoniaSamplePlayer
 
setDefaultAlignment(int) - Static method in class rita.RiText
Sets the default alignment for all RiTexts to be created.
setDefaultBBoxFill(float[]) - Static method in class rita.RiText
Set the bounding box fill color for all RiTexts to be created;
setDefaultBBoxFill(float, float, float, float) - Static method in class rita.RiText
Set the bounding box fill color for all RiTexts to be created;
setDefaultBBoxStroke(float[]) - Static method in class rita.RiText
Set the bounding box stroke color for all RiTexts to be created;
setDefaultBBoxStroke(float, float, float, float) - Static method in class rita.RiText
Set the bounding box fill color for all RiTexts to be created;
setDefaultBBoxStrokeWeight(float) - Static method in class rita.RiText
Set the default bounding box strokeweight for all RiTexts to be created.
setDefaultBBoxVisibility(boolean) - Static method in class rita.RiText
Sets the default behavior regarding whether newly created RiTexts are to display their bounding boxes
Note: this does not affect already created RiText objects
setDefaultColor(float, float, float, float) - Static method in class rita.RiText
Sets the default color for all RiTexts to be created.
setDefaultColor(float) - Static method in class rita.RiText
 
setDefaultColor(float, float) - Static method in class rita.RiText
 
setDefaultColor(float, float, float) - Static method in class rita.RiText
 
setDefaultColor(float[]) - Static method in class rita.RiText
Sets the default color for all (subsequently) created RiTexts.
setDefaultFont(String) - Static method in class rita.RiText
Sets the default font for all RiTexts to be created (via PApplet.loadFont(String)).
setDefaultMotionType(int) - Static method in class rita.RiText
Sets the default motion type for all (subsequently) created RiTexts.
setDefaultMouseDraggable(boolean) - Static method in class rita.RiText
Sets the default behavior regarding whether newly created RiTexts are to be mouse-draggable
Note: this does not affect already created RiText objects
setDefaultTagger(int) - Static method in class rita.RiAnalyzer
 
setDefaultTagger(int) - Static method in class rita.RiPosTagger
Sets the default tagger type for the application
setDefaultVolume(float) - Static method in class rita.RiSample
Sets the default volume, e.g., the starting volume, for the sample
setDefinition(String, String) - Method in class rita.RiGrammar
Adds a production definition by name, replacing the existing one it if it exists.
setEndOfSequenceChar(char) - Method in class rita.RiTravesty
Sets the character to mark the end of an input sequence.
setExecEnabled() - Static method in class rita.RiGrammar
Deprecated.  
setExecEnabled(boolean) - Static method in class rita.support.grammar.Grammar
Set to false (default=true) if you don't want to use the exec() mechanism for callbacks to a parent class.
setFeatures(Map) - Method in class rita.RiText
Replaces all the features (key-value pairs) for the RiText with those in features
setFeatures(Map) - Method in class rita.support.Featured
 
setFeatures(Map) - Method in interface rita.support.FeaturedIF
 
setFgColor(float, float, float, float) - Method in class rita.RiTextField
 
setFgColor(float) - Method in class rita.RiTextField
 
setFgColor(float, float) - Method in class rita.RiTextField
 
setFgColor(float, float, float) - Method in class rita.RiTextField
 
setFgColor(float, float, float, float) - Method in interface rita.support.gui.TextField
Set the fg color for this object
setFgColor(float) - Method in interface rita.support.gui.TextField
 
setFgColor(float, float) - Method in interface rita.support.gui.TextField
 
setFgColor(float, float, float) - Method in interface rita.support.gui.TextField
 
setFirst(Object) - Method in class rita.support.ObjectPair
 
setFlags(int) - Method in class rita.support.Regex
Set flags to override boolean vars (caseInsensitive & multiLine) with a custom bitmask
setFont(PFont) - Static method in class rita.RiText
Deprecated.  
setFont(String) - Static method in class rita.RiText
Deprecated.  
setFontSize(float) - Static method in class rita.RiText
Deprecated.  
setFooter(RiText) - Method in class rita.RiPageLayout
 
setFooter(String) - Method in class rita.RiPageLayout
 
setGrammar(String) - Method in class rita.RiGrammar
Deprecated.  
setGrammarFromProperties(Properties) - Method in class rita.RiGrammarX
 
setGrammarFromProps(MultiMap) - Method in class rita.RiGrammarX
 
setGrammarFromString(String) - Method in class rita.RiGrammar
Initializes a grammar from a String containing the rules (rather than a file), replacing any existing grammar.
setGrammarFromString(String) - Method in class rita.RiGrammarX
 
setGrammarFromString(String) - Method in interface rita.support.ifs.RiGrammarIF
 
setGrowable(boolean) - Method in class rita.support.HistoryQueue
 
setHeader(RiText) - Method in class rita.RiPageLayout
 
setHeader(String) - Method in class rita.RiPageLayout
 
setHeight(int) - Method in class rita.support.gui.RiGUIWidget
 
setHost(String) - Method in class rita.support.RiDataStore
 
setId(int) - Method in class rita.RiTextBehavior
 
setIgnoreCase(boolean) - Method in class rita.RiConcorder
Sets whether the model should ignore case (default=false), treating all tokens as lower-case
setIgnoreCase(boolean) - Method in interface rita.support.RiTextNode
 
setIgnoreCase(boolean) - Method in class rita.support.TextNode
 
setIgnorePunctuation(boolean) - Method in class rita.RiConcorder
Sets whether the model should ignore punctuation (default = true)
setIgnoreStopWords(boolean) - Method in class rita.RiConcorder
Sets whether the model should ignore stopWords (default = false)
setIncludeSpaces(boolean) - Method in class rita.RiGrammar
Tells the grammar whether or not to add spaces between the terminals that are output (default=true).
setIndentFirstParagraph(boolean) - Method in class rita.RiPageLayout
Whether to add an indent before the first paragraph
setIndents(int) - Method in class rita.RiPageLayout
 
setIndentSize(int) - Method in class rita.RiPageLayout
 
setIndex(int) - Method in class rita.support.gui.RiGUIWidget
 
setInputReader(Reader) - Method in class rita.support.RiUtteranceTokenizer
Sets the input reader
setInputText(String) - Method in class rita.support.RiUtteranceTokenizer
Sets the text to tokenize.
setInsertSpaces(boolean) - Method in class rita.support.grammar.Grammar
 
setIsSentenceStart(boolean) - Method in interface rita.support.RiTextNode
 
setIsSentenceStart(boolean) - Method in class rita.support.TextNode
 
setLabel(String) - Method in class rita.support.gui.RiGUIWidget
 
setLastWord(String) - Method in class rita.support.RiWordRelation
Sets the last Item in this WordRelation to the given word.
setLeading(float) - Method in class rita.RiPageLayout
Sets the leading.
setLength(float) - Method in class rita.support.RiTurtle
 
setLexicalData(Map) - Method in class rita.RiLexicon
Sets the raw data to be used in the lexicon, replacing all default words and features with those specified in the map.
setLexicalData(Map) - Method in class rita.support.RiLexiconImpl
Sets the raw data (a Map) used in the lexicon, replacing all default words and features.
setLineBreak(String) - Method in class rita.support.grammar.Grammar
 
setLineBreakCharacter(String) - Method in class rita.RiGrammar
Tells the grammar what String to use for line-breaks default is '&break;'.
setLines(String[]) - Method in class rita.RiKWICker
(Re)sets the array of lines in the model
setLines(RiText[]) - Method in class rita.RiPageLayout
 
setLinesFromFile(String) - Method in class rita.RiKWICker
Assumes an input file with one sentence per line and builds the model from it (removing any existing data first).
setLocalCookiePath(String) - Method in class rita.RiGoogleSearch
Allows the google cookie to be automatically loaded from the file system.
setLogin(String) - Method in class rita.support.RiDataStore
 
setLookAndFeel(RiGUILookAndFeel) - Method in class rita.support.gui.RiGUIController
 
setLookAndFeel(RiGUILookAndFeel) - Method in class rita.support.gui.RiGUIWidget
 
setMaxSentenceLength(int) - Method in class rita.RiMarkov
Sets the maximum # of words allowed in a generated sentence (default=35)
setMaxSentenceLength(int) - Method in interface rita.support.ifs.RiMarkovIF
 
setMaxSentenceLength(int) - Method in class rita.support.MarkovModel
Sets the maximum # of words allowed in a generated sentence (default=6)
setMaxSentenceLength(int) - Method in class rita.support.remote.RemoteMarkov
 
setMbrolaBase(String) - Static method in class rita.RiSpeech
Enables support for mbrola voices by specifying the path to the installed mbrola binary.
setMbrolaBase(String) - Static method in class rita.support.RiFreeTTSEngine
 
setMethodName(String) - Method in exception rita.support.remote.RiMethodMissing
 
setMinSentenceLength(int) - Method in class rita.RiMarkov
Sets the minimum # of words allowed in a generated sentence (default=6)
setMinSentenceLength(int) - Method in interface rita.support.ifs.RiMarkovIF
 
setMinSentenceLength(int) - Method in class rita.support.MarkovModel
Sets the minimum # of words allowed in a generated sentence (default=6)
setMinSentenceLength(int) - Method in class rita.support.remote.RemoteMarkov
 
setModel(String) - Method in class rita.support.MsNGramClient
Should be of the form returned by #getModels()
setModelDir(String) - Static method in class rita.RiTa
Set the directory from which statistical models should be loaded
setModelDir(String) - Static method in class rita.support.me.RiObjectME
Set the directory from which statistical models should be loaded
setMotionType(int) - Method in class rita.RiText
Sets the animation motionType for this for moveTo() or moveBy() methods on this object, set via one of the following constants:
RiText.LINEAR RiText.EASE_IN RiText.EASE_OUT RiText.EASE_IN_OUT RiText.EASE_IN_OUT_CUBIC RiText.EASE_IN_CUBIC RiText.EASE_OUT_CUBIC; RiText.EASE_IN_OUT_QUARTIC RiText.EASE_IN_QUARTIC RiText.EASE_OUT_QUARTIC; RiText.EASE_IN_OUT_SINE RiText.EASE_IN_SINE RiText.EASE_OUT_SINE
setMotionType(int) - Method in class rita.support.behavior.Interpolater
 
setMotionType(int) - Method in class rita.support.behavior.InterpolatingBehavior
 
setMotionType(int) - Method in class rita.support.behavior.RiInterpolater
 
setMotionType(int) - Method in class rita.support.behavior.RiInterpolater2D
 
setMotionType(int) - Method in class rita.support.behavior.RiInterpolater3D
 
setMotionType(int) - Method in class rita.support.behavior.RiInterpolater4D
 
setMouseDraggable(boolean) - Method in class rita.RiText
Sets the object's draggable state (default=false)
setMultiLine(boolean) - Method in class rita.support.Regex
 
setMutable(boolean) - Method in class rita.support.RiPhrase
 
setName(String) - Method in class rita.RiTextBehavior
Sets a (user-assigned) name for this behavior.
setNamespace(String) - Method in class rita.support.RiDataStore
 
setNumber(int) - Method in class rita.RiConjugator
Sets the number for the conjugation, from one of the constants: [SINGULAR, PLURAL]
setNumber(String) - Method in class rita.RiConjugator
Sets the number from one of (singular, plural)
SetOp - Class in rita.support
Utility operations that can be performed on Sets.
SetOp() - Constructor for class rita.support.SetOp
 
setOutputFile(String) - Method in class rita.RiSpeech
Will direct output to a file instead of to the system's audio output.
setPageHeight(int) - Method in class rita.RiPageLayout
 
setPageNo(int) - Method in class rita.RiPageLayout
 
setPageWidth(int) - Method in class rita.RiPageLayout
 
setParagraphSpacing(float) - Method in class rita.RiPageLayout
Sets the amount of additional lead to add between paragraphs
setParams(Object[]) - Method in exception rita.support.remote.RiMethodMissing
 
setParamTypes(Class[]) - Method in exception rita.support.remote.RiMethodMissing
 
setParent(PApplet) - Method in class rita.support.gui.RiGUIController
 
setPassive(boolean) - Method in class rita.RiConjugator
Sets whether the conjugation should use passive tense
setPassword(String) - Method in class rita.support.RiDataStore
 
setPaused(boolean) - Method in class rita.RiTextBehavior
Sets the paused status for the behavior
setPaused(boolean) - Method in class rita.RiTimer
 
setPerfect(boolean) - Method in class rita.RiConjugator
Sets whether the conjugation should use perfect tense
setPerson(int) - Method in class rita.RiConjugator
Sets the person for the conjugation, from one of the constants: [FIRST_PERSON, SECOND_PERSON, THIRD_PERSON]
setPerson(String) - Method in class rita.RiConjugator
Sets the number from one of (first, second, third)
setPort(int) - Method in class rita.support.remote.RiClientStub
 
setPosition(float, float) - Method in class rita.RiText
Sets the position for the current RiText
setPosition(float, float, float) - Method in class rita.RiText
Sets the 3d position for the current RiText
setPosition(int, int) - Method in class rita.support.gui.RiGUIWidget
 
setPostpunctuationSymbols(String) - Method in class rita.support.RiUtteranceTokenizer
Sets the postpunctuation symbols of this Tokenizer to the given symbols.
setPrepunctuationSymbols(String) - Method in class rita.support.RiUtteranceTokenizer
Sets the prepunctuation symbols of this Tokenizer to the given symbols.
setPrintIgnoredText(boolean) - Method in class rita.RiMarkov
 
setPrintIgnoredText(boolean) - Method in interface rita.support.ifs.RiMarkovIF
 
setPrintIgnoredText(boolean) - Method in class rita.support.MarkovModel
 
setPrintIgnoredText(boolean) - Method in class rita.support.remote.RemoteMarkov
 
setProgressive(boolean) - Method in class rita.RiConjugator
Sets whether the conjugation should use progressive tense
setReadTimeout(int) - Method in class rita.RiHtmlParser
 
setRecognizeSentences(boolean) - Method in class rita.RiMarkov
Sets whether the model will try to recognize (english-like) sentences in its input (default=true).
setRecognizeSentences(boolean) - Method in interface rita.support.ifs.RiMarkovIF
Sets whether the model will try to recognize (english-like) sentences in its input (default=true).
setRecognizeSentences(boolean) - Method in class rita.support.MarkovModel
Sets whether the model will try to recognize (english-like) sentences in its input (default=true).
setRecognizeSentences(boolean) - Method in class rita.support.remote.RemoteMarkov
 
setRegex(String) - Method in class rita.RiTokenizer
Sets the regular expression for tokenization
setRegex(Pattern) - Method in class rita.support.RegexTokenizer
Sets the regular expression to be used for tokenizing
setRegex(String) - Method in class rita.support.RegexTokenizer
Sets the regular expression to be used for tokenizing
setRemoveQuotations(boolean) - Method in class rita.RiMarkov
Tells the model whether to ignore various quotations types in the input (default=true)
setRemoveQuotations(boolean) - Method in interface rita.support.ifs.RiMarkovIF
Tells the model whether to ignore various quotations types in the input
setRemoveQuotations(boolean) - Method in class rita.support.MarkovModel
Tells the model whether to ignore various quotations types in the input
setRemoveQuotations(boolean) - Method in class rita.support.remote.RemoteMarkov
 
setRepeating(boolean) - Method in class rita.RiTextBehavior
Sets whether the behavior should repeat (indefinately) when finished
setReturnDelims(boolean) - Method in class rita.support.RegexTokenizer
Sets whether delimiters should be returned as tokens or ignored
setReusable(boolean) - Method in class rita.RiTextBehavior
 
setRules(List) - Method in class rita.support.grammar.Definition
 
setRunning(boolean) - Method in class rita.RiTextBehavior
 
setSecond(Object) - Method in class rita.support.ObjectPair
 
setServerHost(String) - Static method in class rita.support.remote.RiClientStub
 
setServerPort(int) - Static method in class rita.support.remote.RiClientStub
 
setServiceUri(String) - Method in class rita.support.MsNGramClient
 
setSingleCharSymbols(String) - Method in class rita.support.RiUtteranceTokenizer
Sets the single character symbols of this Tokenizer to the given symbols.
setSize(int, int) - Method in class rita.support.gui.RiGUIWidget
 
setSpeakable(FreeTTSSpeakable) - Method in class rita.support.RiPhrase
 
setSplitContractions(boolean) - Method in class rita.support.PennWordTokenizer
 
setStart(float[]) - Method in class rita.support.behavior.Interpolater
 
setStart(float[]) - Method in class rita.support.behavior.RiInterpolater
 
setStart(float) - Method in class rita.support.behavior.RiInterpolater
 
setStart(float[]) - Method in class rita.support.behavior.RiInterpolater2D
 
setStart(float[]) - Method in class rita.support.behavior.RiInterpolater3D
 
setStart(float[]) - Method in class rita.support.behavior.RiInterpolater4D
 
setState(String, String, String) - Method in class rita.RiConjugator
A convenience method to set number, person, & tense in one call
setState(int, int, int) - Method in class rita.RiConjugator
A convenience method to set number, person, & tense in one call
setString(String) - Method in class rita.RiString
 
setString(CharSequence[]) - Method in class rita.RiString
 
setString(CharSequence[]) - Method in class rita.RiText
 
setString(String) - Method in class rita.RiText
 
setTense(int) - Method in class rita.RiConjugator
Sets the tense for the conjugation, from one of the constants: [PAST_TENSE, PRESENT_TENSE, FUTURE_TENSE]
setTense(String) - Method in class rita.RiConjugator
Sets the number from one of (past, present, future)
setText(String) - Method in class rita.RiAnalyzer
Deprecated.  
setText(String) - Method in class rita.RiString
Sets the current text to this String
setText(String) - Method in class rita.RiText
Sets the current text to this String
setText(char) - Method in class rita.RiText
Sets the current text to the character
setText(String) - Method in class rita.RiTextField
Sets the text showing in the text field
setTextAlignment(int) - Static method in class rita.RiText
Deprecated.  
setTextColor(float[]) - Method in class rita.RiPageLayout
 
setTextOffsetY(float) - Method in class rita.RiTextField
Sets the Y-offset for typed text
setTheta(float) - Method in class rita.support.RiTurtle
 
setToDraw(String) - Method in class rita.support.RiTurtle
 
setTokenizer(RiTokenizer) - Method in class rita.RiMarkov
 
setTokenizer(RiTokenizerIF) - Method in class rita.support.MarkovModel
 
setTokenizerRegex(String) - Method in class rita.RiMarkov
Creates a new RegexTokenizer from the supplied regular expression and uses it when adding subsequent data to the model.
setTokenizerRegex(String) - Method in interface rita.support.ifs.RiMarkovIF
Creates a new RegexTokenizer from the supplied regular expression and uses it when adding subsequent data to the model.
setTokenizerRegex(String) - Method in class rita.support.MarkovModel
Creates a new RegexTokenizer from the supplied regular expression and uses it when adding subsequent data to the model.
setTokenizerRegex(String) - Method in class rita.support.remote.RemoteMarkov
 
setTrimQuotations(boolean) - Method in class rita.support.RiSplitter
Tells the parser whether to trim single and double quotes from input text.
setTrimSpaces(boolean) - Method in class rita.support.RegexTokenizer
Sets whether spaces are trimmed from each ends of tokens
setTTSEnabled(boolean) - Static method in class rita.RiSpeech
Set whether Text-To-Speech is currently enabled
setTTSEnabled(boolean) - Static method in class rita.support.RiFreeTTSEngine
 
setType(int) - Method in class rita.RiTextBehavior
 
setup() - Method in class rita.support.RitaSpanishDictionary
 
setUserAgent(String) - Method in interface rita.HtmlParserIF
 
setUserAgent(String) - Method in class rita.RiGoogleSearch
Sets the user-agent for subsequent requests
setUserAgent(String) - Method in class rita.RiHtmlParser
 
setUserAgent(String) - Method in interface rita.support.ifs.RiSearcherIF
Returns the current user-agent
setUserAgent(String) - Method in class rita.support.MsNGramClient
 
setUseSmoothing(boolean) - Method in class rita.RiMarkov
Toggles whether (add-1) smoothing is enabled for the model.
setUseSmoothing(boolean) - Method in class rita.RiTravesty
Toggles whether (add-1) smoothing is enabled for the model
setUseSmoothing(boolean) - Method in interface rita.support.ifs.RiMarkovIF
Toggles whether (add-1) smoothing is enabled for the model.
setUseSmoothing(boolean) - Method in class rita.support.MarkovModel
Toggles whether (add-1) smoothing is enabled for the model.
setUseSmoothing(boolean) - Method in class rita.support.remote.RemoteMarkov
 
setValue(String) - Method in class rita.RiTextField
 
setVerb(String) - Method in class rita.RiConjugator
Sets the verb to be conjugated
setVisible(boolean) - Method in class rita.RiText
Sets boolean flag to show or hide the object
setVisible(boolean) - Method in class rita.RiTextField
Sets whether the text-field should be drawn (default=true)
setVisible(boolean) - Method in class rita.support.gui.RiGUIController
 
setVisible(boolean) - Method in interface rita.support.gui.TextField
Sets the visibility for this object
setVoice(String) - Method in class rita.RiSpeech
Sets the current voice by name (default voice='kevin')
setVoice(String) - Method in class rita.support.RiFreeTTSEngine
 
setVoice(Voice) - Method in class rita.support.RiFreeTTSEngine
 
setVoice(String) - Method in class rita.support.RiMacSpeechEngine
 
setVoice(Voice) - Method in class rita.support.RiMacSpeechEngine
 
setVoice(String) - Method in interface rita.support.RiSpeechEngine
 
setVoice(Voice) - Method in interface rita.support.RiSpeechEngine
 
setVoicePitch(float) - Method in class rita.RiSpeech
Sets the pitch of the current voice
setVoicePitch(float) - Method in class rita.support.RiFreeTTSEngine
 
setVoicePitch(float) - Method in class rita.support.RiMacSpeechEngine
 
setVoicePitch(float) - Method in interface rita.support.RiSpeechEngine
 
setVoicePitchRange(float) - Method in class rita.RiSpeech
Sets the pitch range of the current voice
setVoicePitchRange(float) - Method in class rita.support.RiFreeTTSEngine
 
setVoicePitchRange(float) - Method in class rita.support.RiMacSpeechEngine
 
setVoicePitchRange(float) - Method in interface rita.support.RiSpeechEngine
 
setVoicePitchShift(float) - Method in class rita.RiSpeech
Sets the pitch shift of the current voice
setVoicePitchShift(float) - Method in class rita.support.RiFreeTTSEngine
 
setVoicePitchShift(float) - Method in class rita.support.RiMacSpeechEngine
 
setVoicePitchShift(float) - Method in interface rita.support.RiSpeechEngine
 
setVoiceRate(float) - Method in class rita.RiSpeech
Sets the rate of the current voice
setVoiceRate(float) - Method in class rita.support.RiFreeTTSEngine
 
setVoiceRate(float) - Method in class rita.support.RiMacSpeechEngine
 
setVoiceRate(float) - Method in interface rita.support.RiSpeechEngine
 
setVoiceVolume(float) - Method in class rita.RiSpeech
Sets the volume of the current voice
setVoiceVolume(float) - Method in class rita.support.RiFreeTTSEngine
 
setVoiceVolume(float) - Method in class rita.support.RiMacSpeechEngine
 
setVoiceVolume(float) - Method in interface rita.support.RiSpeechEngine
 
setVolume(float) - Method in class rita.EssSamplePlayer
 
setVolume(float) - Method in class rita.MinimSamplePlayer
 
setVolume(float) - Method in class rita.RiSample
Set volume between 0 and 1 for the current sample
setVolume(float) - Method in class rita.SoniaSamplePlayer
 
setWhitespaceSymbols(String) - Method in class rita.support.RiUtteranceTokenizer
Sets the whitespace symbols of this Tokenizer to the given symbols.
setWidth(int) - Method in class rita.support.gui.RiGUIWidget
 
setWiggle(float) - Method in class rita.support.behavior.TextMotion
 
setWordnetHome(String) - Method in class rita.support.dyn.RiWordnetImpl
 
setWordnetHome(String) - Method in interface rita.support.ifs.RiWordnetIF
 
setWordnetHome(String) - Method in class rita.support.remote.RiWordnetSupport
 
setWordsToIgnore(String[]) - Method in class rita.RiConcorder
Tells the model to ignore this set of words
setX(float) - Method in class rita.RiText
Sets the x-position of the current RiText
setX(int) - Method in class rita.support.gui.RiGUIWidget
 
setY(float) - Method in class rita.RiText
Sets the y-position of the current RiText
setY(int) - Method in class rita.support.gui.RiGUIWidget
 
setZ(float) - Method in class rita.RiText
Sets the z position for this object
shiftArray(RiText[]) - Static method in class rita.RiText
Shifts the first value off the array, deletes it, and returns the new array (shortened by one element).
shortName(Class) - Static method in class rita.RiTa
 
shortName(Object) - Static method in class rita.RiTa
 
showBoundingBox(boolean) - Method in class rita.RiText
Sets the visibility of the objects bounding box (default=false)
showBoundingBoxes(boolean) - Static method in class rita.RiText
Deprecated.  
showBounds - Variable in class rita.support.gui.RiGUIController
 
showPageNumbers(boolean) - Method in class rita.RiPageLayout
 
shuffle(Object[]) - Static method in class rita.RiTa
 
shuffle() - Method in class rita.support.HistoryQueue
 
shuffleKeys(Map) - Static method in class rita.RiTa
Returns a shuffled view of the key list for a map
similarByLetter(String) - Method in class rita.RiLexicon
Compares the characters of the input string (using a version of the min-edit distance algorithm) to each word in the lexicon, returning the set of closest matches.
similarByLetter(String, Set) - Method in class rita.RiLexicon
Compares the characters of the input string (using a version of the min-edit distance algorithm) to each word in the lexicon, adding the set of closest matches to result.
similarByLetter(String, Set, boolean) - Method in class rita.RiLexicon
Compares the characters of the input string (using a version of the min-edit distance algorithm) to each word in the lexicon, adding the set of closest matches to result.
similarByLetter(String, Set, int) - Method in class rita.RiLexicon
Compares the characters of the input string (using a version of the min-edit distance algorithm) to each word in the lexicon, adding the set of closest matches to result, considering all matches where the edit distance >= 'minMed'.
similarByLetter(String, Set, int, boolean) - Method in class rita.RiLexicon
Compares the characters of the input string (using a version of the min-edit distance algorithm) to each word in the lexicon, adding the set of closest matches to result, considering all matches where the edit distance >= 'minMed'.
similarBySound(String) - Method in class rita.RiLexicon
Compares the phonemes of the input String to those of each word in the lexicon, returning the set of closest matches as a String[].
similarBySound(String, Set) - Method in class rita.RiLexicon
 
similarBySoundAndLetter(String) - Method in class rita.RiLexicon
First calls similarBySound(), then filters the result set by the algorithm used in similarByLetter(); (useful when similarBySound() returns too large a result set)
singleLetterDeletes(String) - Method in class rita.RiLexicon
 
singleLetterInsertions(String) - Method in class rita.RiLexicon
 
singleLetterSubtitutions(String) - Method in class rita.RiLexicon
 
SINGULAR - Static variable in interface rita.support.RiConstants
Specifies agreement as one of (singular or plural)
size() - Method in class rita.support.FinalSet
Returns the number of elements in this FinalSet
size() - Method in class rita.support.HistoryQueue
 
size() - Method in class rita.support.IntHashMap
Returns the number of keys in this hashtable.
size() - Method in class rita.support.MultiMap
 
size() - Method in class rita.support.RiCMULexicon
 
size() - Method in class rita.support.RiLexiconImpl
 
smooth - Variable in class rita.support.PAppletState
 
SONIA - Static variable in interface rita.support.RiConstants
Specifies 'Sonia' as the audio library to use
SONIA_SAMPLE_PLAYER - Static variable in class rita.RiSample
 
SoniaSamplePlayer - Class in rita
An implementation of RiSample using the Sonias audio library.
SoniaSamplePlayer(PApplet) - Constructor for class rita.SoniaSamplePlayer
 
sort() - Method in class rita.support.HistoryQueue
 
SPACE - Static variable in class rita.support.grammar.Grammar
 
SPC - Static variable in class rita.RiTa
 
SPC - Static variable in interface rita.support.remote.RemoteConstants
 
speak(RiText) - Method in class rita.RiSpeech
Speaks the text string contained in a RiText object using the current voice.
speak(RiString) - Method in class rita.RiSpeech
Speaks the text string contained in a RiString object using the current voice.
speak(String) - Method in class rita.RiSpeech
Speaks the text string using the current voice.
speak(String) - Method in class rita.support.RiFreeTTSEngine
 
speak(String) - Method in class rita.support.RiMacSpeechEngine
 
speak(String) - Method in interface rita.support.RiSpeechEngine
 
SPEECH_COMPLETED - Static variable in interface rita.support.RiConstants
Specifies 'SPEECH_COMPLETED' as the event type for a RiTaEvent
split() - Method in class rita.RiString
Splits the RiString as per String.split(), then checks for any features with the same number of elements as the resulting String[] and adds the appropriate feature to each newly created RiString in the array.
Example:
'only a handful of responses' / {chunk=noun-phrase}, {pos=rb dt nn in nns} -> 'only' / {pos=rb} 'a' / {pos=dt} 'handful' / {pos=nn} 'of' / {pos=in} 'responses' / {pos=nns}
split(String) - Method in class rita.RiString
Splits the RiString as per String.split(regex), then checks for any features with the same number of elements as the resulting String[] and adds the appropriate feature to each individual RiString.
Example:
'only a handful of responses' / {chunk=noun-phrase}, {pos=rb dt nn in nns} -> 'only' / {pos=rb} 'a' / {pos=dt} 'handful' / {pos=nn} 'of' / {pos=in} 'responses' / {pos=nns}
split(String, Pattern, boolean) - Static method in class rita.RiTa
An alternative to String.split(String) that optionally returns the delimiters.
split(String, String) - Method in class rita.support.Regex
Regex.split(" ?search ?", "first Search me, then search your Search History"))); returns ["first", "me, then", "your", "History"]
split(String) - Method in class rita.support.RegexTokenizer
Splits the String into sentences according to the regular expression
splitLetters() - Method in class rita.RiText
Splits the current object into an array of RiTexts, one per letter, maintaining the x and y position of each.
splitLetters(PFont) - Method in class rita.RiText
Splits the current object into an array of RiTexts, one per letter, maintaining the x and y position of each.
splitSentences(String) - Static method in class rita.RiTa
Delegates to the default sentencer parser to split text into sentences
splitSentences(String) - Method in interface rita.support.ifs.RiSplitterIF
Splits text into a String[] of sentences
splitSentences(String) - Method in class rita.support.RiSplitter
 
splitSentences(List, String) - Method in class rita.support.RiSplitter
Splits the data in text into sentences.
splitWords() - Method in class rita.RiText
Splits this object into an array of RiTexts, one per word, with correct x and y-positions.
SS_REGEX - Static variable in class rita.support.MarkovModel
 
stackToString(Throwable) - Static method in exception rita.RiTaException
 
START - Static variable in class rita.RiGrammarX
 
start(Object, float) - Static method in class rita.RiTimer
A convenience method that creates, starts, & returns a repeating timer which calls the method 'parent.onRiTaEvent(RiTaEvent e)' every duration seconds.
START_SYM - Static variable in class rita.support.grammar.Grammar
 
startOffset - Variable in class rita.RiTextBehavior
 
startRule - Variable in class rita.RiGrammarX
 
startsWith(String, int) - Method in class rita.RiString
 
startsWith(String) - Method in class rita.RiString
 
startsWith(String, int) - Method in class rita.RiText
 
startsWith(String) - Method in class rita.RiText
 
startTime - Variable in class rita.RiTextBehavior
 
stem(String) - Method in class rita.RiStemmer
Extracts base roots from a word by lower-casing it, then removing prefixes and suffixes.
stem(String) - Method in interface rita.support.ifs.RiStemmerIF
 
stem(String) - Method in class rita.support.LancasterStemmer
Method: stripAffixes * Returns: String * Recievs: String str * Purpose: prepares string and calls stripPrefixes * and stripSuffixes *
stem(String) - Method in class rita.support.LovinsStemmer
Returns the stemmed version of the given word.
stem(String) - Method in class rita.support.PlingStemmer
Stems an English noun
stem(String) - Method in class rita.support.PorterStemmer
 
stem(String) - Method in class rita.support.PorterStemmerDCH
The basic stemming method: extracts base roots from a word by removing prefixes and suffixes.
stop() - Method in class rita.EssSamplePlayer
 
stop() - Method in class rita.MinimSamplePlayer
 
stop() - Method in class rita.RiSample
Stops the currently playing sample
stop() - Method in class rita.RiSpeech
Stops the voice immediately if speaking.
stop() - Method in class rita.RiTextBehavior
 
stop() - Method in class rita.SoniaSamplePlayer
 
stop() - Method in class rita.support.behavior.Interpolater
 
stop() - Method in class rita.support.behavior.InterpolatingBehavior
 
stop() - Method in class rita.support.behavior.RiInterpolater
 
stop() - Method in class rita.support.behavior.RiInterpolater2D
 
stop() - Method in class rita.support.behavior.RiInterpolater3D
 
stop() - Method in class rita.support.behavior.RiInterpolater4D
 
stop() - Method in class rita.support.RiFreeTTSEngine
Stops the voice immediately if speaking.
stop() - Method in class rita.support.RiMacSpeechEngine
 
stop() - Method in interface rita.support.RiSpeechEngine
 
STOP_WORDS - Static variable in class rita.RiTa
 
stopCallbackTimer(String) - Static method in class rita.RiTa
Stops the callback timer with the specified name
stopCallbackTimers() - Static method in class rita.RiTa
Stops all callback timers currently running
stopFade() - Method in class rita.EssSamplePlayer
 
stopFade() - Method in class rita.MinimSamplePlayer
 
stopFade() - Method in class rita.RiSample
Stops any in-progress 'fades' on the current sample
stopFade() - Method in class rita.SoniaSamplePlayer
 
stopPan() - Method in class rita.EssSamplePlayer
 
stopPan() - Method in class rita.MinimSamplePlayer
 
stopPan() - Method in class rita.RiSample
Stops any in-progress 'pans' on the current sample
stopPan() - Method in class rita.SoniaSamplePlayer
 
strArr(List) - Static method in class rita.RiTa
Converts the List to a String array
streamToString(InputStream) - Static method in class rita.support.grammar.RuleParser
 
STRESSED - Static variable in class rita.RiLexicon
 
STRESSES - Static variable in interface rita.support.RiConstants
 
stringToMap(String) - Static method in class rita.RiTa
 
stripMarkup(String) - Static method in class rita.RiTa
Returns input String stripped of HTML markup
stripPunctuation(String) - Static method in class rita.RiTa
 
stripPunctuation(RiText) - Static method in class rita.RiTa
 
stripPunctuation(String, char[]) - Static method in class rita.RiTa
Strips any punctuation characters from the String
stroke - Variable in class rita.support.PAppletState
 
strokeColor - Variable in class rita.support.PAppletState
 
strokeWeight - Variable in class rita.support.PAppletState
 
strokeWeight(float) - Method in class rita.support.RiTurtle
 
subSequence(int, int) - Method in class rita.RiString
 
subSequence(int, int) - Method in class rita.RiText
Returns a new character sequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class rita.support.RiPhrase
 
substring(int, int) - Method in class rita.RiString
 
substring(int) - Method in class rita.RiString
 
substring(int, int) - Method in class rita.RiText
 
substring(int) - Method in class rita.RiText
 
substringsByLetter(String) - Method in class rita.RiLexicon
Returns all valid substrings of the input word in the lexicon
substringsByLetter(String, int) - Method in class rita.RiLexicon
Returns all valid substrings of the input word in the lexicon of length at least minLength
substringsByLetter(String, Set) - Method in class rita.RiLexicon
 
superstringsByLetter(String) - Method in class rita.RiLexicon
Returns all valid superstrings of the input word in the lexicon
superstringsByLetter(String, Set) - Method in class rita.RiLexicon
 
SYLLABLE_BOUNDARY - Static variable in interface rita.support.RiConstants
 
syllableCount() - Method in class rita.support.RiPhrase
 
SYLLABLES - Static variable in interface rita.support.RiConstants
 

T

tag(FeaturedIF[]) - Method in class rita.RiPosTagger
Tags each token with the appropriate POS (as a feature), then returns a String array of the assigned tags.
tag(String[]) - Method in class rita.RiPosTagger
Returns a String array of the most probably tags
tag(String) - Method in class rita.support.BrillPosTagger
Returns the part(s)-of-speech from the Penn tagset for a single word
tag(String[], List) - Method in class rita.support.BrillPosTagger
Returns an array of parts-of-speech from the Penn tagset each corresponding to one word of input.
tag(String[]) - Method in class rita.support.BrillPosTagger
Returns an array of parts-of-speech from the Penn tagset each corresponding to one word of input.
tag(String[]) - Method in interface rita.support.ifs.RiTaggerIF
Returns a String array of the most probably tags
tag(List) - Method in class rita.support.me.MaxEntTagger
 
tag(String) - Method in class rita.support.me.MaxEntTagger
 
tag(String[]) - Method in class rita.support.me.MaxEntTagger
 
tag(List) - Method in class rita.support.remote.RemotePosTagger
 
tag(String[]) - Method in class rita.support.remote.RemotePosTagger
 
tagAndChunk(String) - Method in class rita.RiChunker
Performs pos-tagging (and word tokenizing) to prepare a sentence for chunking, then returns a String of chunks inline, in the following format(for input 'The boy ran over dog'):
tagAndChunk(String) - Method in interface rita.support.ifs.RiChunkerIF
Performs word tokenizing & pos-tagging to prepare a sentence for chunking, then returns a String of chunks inline
tagAndChunk(String) - Method in class rita.support.me.MaxEntChunker
Utility method that uses the default word tokenizer & pos-tagger to prepare a sentence for chunking, then returns the sentence String w' chunk-data inline
tagAndChunk(String) - Method in class rita.support.remote.RemoteChunker
 
tagFile(String) - Method in class rita.RiPosTagger
Loads a file, splits the input into sentences and returns a single String[] with all the pos-tags from the text.
tagFile(String) - Method in class rita.support.BrillPosTagger
Loads a file, splits the input into sentences and returns a String[] of the most probably tags.
tagFile(String) - Method in interface rita.support.ifs.RiTaggerIF
Loads a file, splits the input into sentences and returns a String[] of the most probably tags.
tagFile(String) - Method in class rita.support.me.MaxEntTagger
 
tagFile(String) - Method in class rita.support.remote.RemotePosTagger
 
tagForWordNet(String[]) - Method in class rita.RiPosTagger
Tags the array of words (as usual) with a part-of-speech from the Penn tagset, then returns the corresponding part-of-speech for WordNet from the set { "n" (noun), "v"(verb), "a"(adj), "r"(adverb), "-"(other) } as a String.
tagForWordNet(FeaturedIF[]) - Method in class rita.RiPosTagger
Tags the array of words (as usual) with a part-of-speech from the Penn tagset, then returns the corresponding part-of-speech for WordNet from the set { "n" (noun), "v"(verb), "a"(adj), "r"(adverb), "-"(other) } as a String.
tagForWordNet(String) - Method in class rita.support.BrillPosTagger
Tags the word (as usual) with a part-of-speech from the Penn tagset, then returns the corresponding part-of-speech for WordNet from the set { 'n', 'v', 'a', 'r' } as a String.
TAGGER - Static variable in interface rita.support.remote.RemoteConstants
 
taggerExists() - Static method in class rita.RiPosTagger
Returns true if the tagger has been already created
tagInline(String[]) - Method in class rita.RiPosTagger
Returns a String with pos-tags notated inline in the format:
tagInline(String) - Method in class rita.RiPosTagger
Tokenizes the input sentence using the defaultTokenizer and returns a String with pos-tags notated inline
tagInline(String[]) - Method in class rita.support.BrillPosTagger
Returns a String with pos-tags notated inline
tagInline(String) - Method in class rita.support.BrillPosTagger
 
tagInline(String[]) - Method in interface rita.support.ifs.RiTaggerIF
Returns a String with pos-tags notated inline
tagInline(String) - Method in interface rita.support.ifs.RiTaggerIF
Returns a String with pos-tags notated inline
tagInline(String[]) - Method in class rita.support.me.MaxEntTagger
 
tagInline(String) - Method in class rita.support.me.MaxEntTagger
 
tagInline(String[]) - Method in class rita.support.remote.RemotePosTagger
 
tagInline(String) - Method in class rita.support.remote.RemotePosTagger
 
tagWordForWordNet(String) - Method in class rita.RiPosTagger
Tags a single word with a part-of-speech from the Penn tagset, then returns the corresponding part-of-speech for WordNet from the set { "n" (noun), "v"(verb), "a"(adj), "r"(adverb), "-"(other) } as a String.
test(String[]) - Static method in class rita.support.LovinsStemmer
Stems text coming into stdin and writes it to stdout.
test(String[]) - Static method in class rita.support.PorterStemmer
Test program for demonstrating the Stemmer.
test(String, String) - Method in class rita.support.Regex
Regex.test(" ", "
 
") returns true Regex.test("search", "clear your existing Search History") returns true if ignore-case is true
testAllits() - Static method in class rita.RiLexicon
 
testHistory(String[]) - Static method in class rita.support.grammar.Grammar
 
testRhymes() - Static method in class rita.RiLexicon
 
tests(String[]) - Static method in class rita.RiLexicon
 
tests(String[]) - Static method in class rita.support.BrillPosTagger
 
TEXT - Static variable in interface rita.support.RiConstants
 
TEXT_ENTERED - Static variable in interface rita.support.RiConstants
Specifies 'TEXT_ENTERED' as the event type for a RiTaEvent
textAlign(int) - Method in class rita.RiText
Sets text mode for RiText object.
textAlign - Variable in class rita.support.PAppletState
 
textArea - Variable in class rita.support.RiEditorWindow
 
textColor - Variable in class rita.support.gui.RiGUILookAndFeel
 
TextColorFade - Class in rita.support.behavior
 
TextColorFade(RiText, float[], float) - Constructor for class rita.support.behavior.TextColorFade
 
TextColorFade(RiText, float[], float, float) - Constructor for class rita.support.behavior.TextColorFade
 
textEncoding - Static variable in class rita.RiTa
 
TextField - Interface in rita.support.gui
 
textFont(PFont, float) - Method in class rita.RiText
Sets the font and size for this object's text
textFont(PFont) - Method in class rita.RiText
 
textFont - Variable in class rita.support.PAppletState
 
textHeight() - Method in class rita.RiText
Returns the height for the current font in pixels (including ascendors and descendors)
textMode(int) - Method in class rita.RiText
Sets text mode for RiText object.
textMode - Variable in class rita.support.PAppletState
 
TextMotion - Class in rita.support.behavior
 
TextMotion(RiText, float, float) - Constructor for class rita.support.behavior.TextMotion
 
TextMotion2D - Class in rita.support.behavior
 
TextMotion2D(RiText, float[], float) - Constructor for class rita.support.behavior.TextMotion2D
 
TextMotion2D(RiText, float, float, float) - Constructor for class rita.support.behavior.TextMotion2D
 
TextMotion2D(RiText, float[], float, float) - Constructor for class rita.support.behavior.TextMotion2D
 
TextMotion3D - Class in rita.support.behavior
 
TextMotion3D(RiText, float, float, float, float) - Constructor for class rita.support.behavior.TextMotion3D
 
TextMotion3D(RiText, float[], float) - Constructor for class rita.support.behavior.TextMotion3D
 
TextMotion3D(RiText, float[], float, float) - Constructor for class rita.support.behavior.TextMotion3D
 
TextNode - Class in rita.support
A node in a graph containing text and some # of child TextNodes
textSize() - Method in class rita.RiText
Gets the current text size
textSize(float) - Method in class rita.RiText
Sets the object to this size
textSize - Variable in class rita.support.PAppletState
 
textToUtterance(CharSequence) - Method in class rita.support.RiFreeTTSEngine
 
textWidth() - Method in class rita.RiText
Returns the current text width in pixels
THIRD_PERSON - Static variable in interface rita.support.RiConstants
Specifies person as one of (first, scond or third)
TimedEventListener - Interface in rita.support
 
TIMER - Static variable in interface rita.support.RiConstants
Specifies 'TIMER' as the behavior type for a RiTextBehavior
TIMER_COMPLETED - Static variable in interface rita.support.RiConstants
Deprecated. see RiConstants.TIMER_TICK
TIMER_RESOLUTION - Static variable in class rita.RiTimer
 
TIMER_TICK - Static variable in interface rita.support.RiConstants
Specifies 'TIMER_TICK' as the event type for a RiTaEvent
tint - Variable in class rita.support.PAppletState
 
tintColor - Variable in class rita.support.PAppletState
 
toArray(List) - Static method in class rita.RiText
Converts and returns a list of RiTexts as a RiText[]
toArray() - Method in class rita.support.HistoryQueue
 
toArray(Object[]) - Method in class rita.support.HistoryQueue
 
toCharArray() - Method in class rita.RiString
 
toCharArray() - Method in class rita.RiText
 
tokenAt(int) - Method in class rita.RiAnalyzer
Returns the word at index wordIdx
tokenize(String, List) - Static method in class rita.RiTa
Uses the default WordTokenizer to split the line into words and places, then the results in result
tokenize(String) - Static method in class rita.RiTa
Uses the default WordTokenizer to split the line into words
tokenize(String) - Method in class rita.RiTokenizer
Tokenizes the sentence into an array of words.
tokenize(String, List) - Method in class rita.RiTokenizer
Tokenizes the sentence into an array of words and adds them to the result List
tokenize(String) - Method in interface rita.support.ifs.RiTokenizerIF
 
tokenize(String, List) - Method in interface rita.support.ifs.RiTokenizerIF
 
tokenize(String, List) - Method in class rita.support.PennWordTokenizer
Tokenizes the String according to the Penn Treebank conventions and stores the result as a List in result
tokenize(String) - Method in class rita.support.PennWordTokenizer
Tokenizes the String according to the Penn Treebank conventions.
tokenize(String, List) - Method in class rita.support.RegexTokenizer
Tokenizes the String according to the supplied regular expression and stores the result as a List in result
tokenize(String) - Method in class rita.support.RegexTokenizer
Tokenizes the String according to the supplied regular expression.
tokenize(String, List) - Method in class rita.support.TTSWordTokenizer
Tokenizes the String according to OAK conventions and stores the result as a List in result
tokenize(String) - Method in class rita.support.TTSWordTokenizer
 
tokenizeInline(String) - Method in class rita.support.PennWordTokenizer
 
TOKENS - Static variable in interface rita.support.RiConstants
 
toLowerCase() - Method in class rita.RiString
 
toLowerCase(Locale) - Method in class rita.RiString
 
toLowerCase() - Method in class rita.RiText
 
toLowerCase(Locale) - Method in class rita.RiText
 
toStrArr(String) - Method in class rita.support.remote.RiClientStub
 
toString() - Method in class rita.RiConjugator
 
toString() - Method in class rita.RiGrammarX
 
toString() - Method in class rita.RiPageLayout
 
toString() - Method in class rita.RiString
 
toString(float[]) - Static method in class rita.RiTa
Returns a formatted String from a float[]
toString(char[]) - Static method in class rita.RiTa
 
toString() - Method in class rita.RiTaEvent
 
toString() - Method in class rita.RiText
 
toString() - Method in class rita.RiTextBehavior
 
toString() - Method in class rita.support.Featured
 
toString() - Method in class rita.support.grammar.Definition
 
toString() - Method in class rita.support.grammar.RuleList
 
toString() - Method in class rita.support.HistoryQueue
 
toString() - Method in class rita.support.MultiMap
 
toString() - Method in class rita.support.ObjectPair
 
toString() - Method in class rita.support.RegexRule
The type.
toString() - Method in exception rita.support.remote.RiMethodMissing
 
toString() - Method in class rita.support.RiPhrase
 
toString() - Method in class rita.support.RiPos
 
toString() - Method in class rita.support.RiTest
 
toString() - Method in interface rita.support.RiTextNode
 
toString() - Method in class rita.support.RiTokenToWords
Converts this object to its String representation
toString() - Method in class rita.support.RiVoiceManager
Provides a string representation of all voices available to FreeTTS.
toString() - Method in class rita.support.TextNode
 
toStringArray(Set) - Static method in class rita.support.SetOp
Converts a Set to a new String[]
toStrings(FeaturedIF[]) - Static method in class rita.support.Featured
 
totalCount() - Method in class rita.RiConcorder
Returns the total # of entries in the model.
totalNodes - Static variable in class rita.support.TextNode
the # of non-root nodes
totalTokens - Static variable in class rita.support.TextNode
the # of tokens processed
toUpperCase() - Method in class rita.RiString
 
toUpperCase(Locale) - Method in class rita.RiString
 
toUpperCase() - Method in class rita.RiText
 
toUpperCase(Locale) - Method in class rita.RiText
 
toWordNet(String) - Static method in class rita.RiPosTagger
Converts a part-of-speech String from the Penn tagset to the corresponding part-of-speech for WordNet from the set { "n" (noun), "v"(verb), "a"(adj), "r"(adverb), "-"(other) } as a String.
toXml() - Method in interface rita.support.Xmlable
 
trim() - Method in class rita.RiString
 
trim(Object[]) - Static method in class rita.RiTa
Trims null entries off the end of an array.
trim() - Method in class rita.RiText
 
trimEnds(String) - Static method in class rita.RiTa
Trims whitespace from both ends of token
trimPunctuation(String) - Static method in class rita.RiTa
Trims punctuation from each side of the token (does not trim whitespace or internal punctuation).
trimRegex(String, String) - Static method in class rita.RiTa
Removes the regex pattern from either side of the string.
trimToSize() - Method in class rita.support.HistoryQueue
Trims the capacity of this StringSet instance to be the current size.
TTS_PHONEMES - Static variable in class rita.support.RiPhone
 
TTSWordTokenizer - Class in rita.support
Text-To-Speech tokenizer which ignores punctuation
TTSWordTokenizer() - Constructor for class rita.support.TTSWordTokenizer
 
TTSWordTokenizer(PApplet) - Constructor for class rita.support.TTSWordTokenizer
 
TYPE_DELIM - Static variable in interface rita.support.remote.RemoteConstants
 

U

unbinary(String) - Static method in class rita.RiTa
Unpack a binary String into an int.
unescape(String) - Method in class rita.support.EntityLookup
Unescapes the EntityLookup in a String.
unescapeXml(String) - Static method in class rita.RiTa
 
unhex(int) - Static method in class rita.RiTa
 
UnicodeInputStream - Class in rita.support
 
UnicodeInputStream(InputStream) - Constructor for class rita.support.UnicodeInputStream
 
UnicodeInputStream(InputStream, String) - Constructor for class rita.support.UnicodeInputStream
 
union(Set, Set) - Static method in class rita.support.SetOp
Set union
uniqueCount() - Method in class rita.RiConcorder
Returns the # of unique words in the model.
uniqueCount() - Method in interface rita.support.RiTextNode
 
uniqueCount() - Method in class rita.support.TextNode
 
UNKNOWN - Static variable in interface rita.support.RiConstants
Specifies 'UNKNOWN' as the event type for a RiTaEvent
UNKNOWN - Static variable in class rita.support.RiPos
 
unpack(int) - Static method in class rita.RiTa
Unpacks a integer into an array of floats (size 4) representing (a,r,g,b) color values
UNSTRESSED - Static variable in class rita.RiLexicon
 
update() - Method in class rita.MinimSamplePlayer
 
update() - Method in class rita.RiSample
Used to update a samplePlayer at the frameRate
update() - Method in class rita.RiTextBehavior
Required method for all subclasses
update() - Method in class rita.SoniaSamplePlayer
 
update() - Method in class rita.support.behavior.Interpolater
 
update() - Method in class rita.support.behavior.InterpolatingBehavior
 
update() - Method in class rita.support.behavior.RiInterpolater
returns true if running, else false
update() - Method in class rita.support.behavior.RiInterpolater2D
 
update() - Method in class rita.support.behavior.RiInterpolater3D
 
update() - Method in class rita.support.behavior.RiInterpolater4D
 
update() - Method in class rita.support.behavior.RiLerpBehavior
 
update() - Method in class rita.support.behavior.TextMotion
 
update(int, int) - Method in class rita.support.gui.RiGUIWidget
 
updateBehaviors() - Method in class rita.RiText
 
updateParentValues(RiText, float[]) - Method in class rita.support.behavior.BoundingBoxAlphaFade
 
updateParentValues(RiText, float[]) - Method in class rita.support.behavior.InterpolatingBehavior
 
updateParentValues(RiText, float[]) - Method in class rita.support.behavior.RiLerpBehavior
 
updateParentValues(RiText, float[]) - Method in class rita.support.behavior.ScaleBehavior
 
updateParentValues(RiText, float[]) - Method in class rita.support.behavior.TextColorFade
 
updateParentValues(RiText, float[]) - Method in class rita.support.behavior.TextMotion2D
 
updateParentValues(RiText, float[]) - Method in class rita.support.behavior.TextMotion3D
 
upperCaseFirst(String) - Static method in class rita.RiTa
 
USE_TTS - Static variable in class rita.support.RiFreeTTSEngine
 
useGoogleBooks(boolean) - Method in class rita.RiGoogleSearch
if set to true, searches are restricted to google books
useMacTTS() - Method in class rita.RiSpeech
Tells the object to use the built-in Mac Speech API for all subsequent utterances
useMacTTS(String) - Method in class rita.RiSpeech
Tells the object to use the built-in Mac Speech API for all subsequent utterances, then sets the current voice to voice
userState - Variable in class rita.support.gui.RiGUIController
 
useServer(String, int) - Static method in class rita.RiTa
Enables the RiTaServer on host (default=localhost) using port (default=4444).
useServer(int) - Static method in class rita.RiTa
Enables the RiTaServer on port (default=4444)
useServer() - Static method in class rita.RiTa
Enables the RiTaServer on localhost using the default port

V

V - Static variable in class rita.support.RiPos
 
value() - Method in class rita.support.RiTest
 
VALUE_UNKNOWN - Static variable in class rita.support.Featured
 
values() - Method in class rita.support.MultiMap
 
VERB_PHRASE - Static variable in class rita.support.me.MaxEntChunker
 
VERBOSE - Static variable in class rita.support.RiLetterToSound
Whether LTS notifications are output to the console
VERBOSE_WARNINGS - Static variable in class rita.RiLexicon
 
VERSION - Static variable in class rita.RiTa
The current version number for the RiTa package.
visible - Variable in class rita.support.gui.RiGUIController
 
voiceToString(Voice) - Static method in class rita.support.RiFreeTTSEngine
 
voiceToString(String) - Method in class rita.support.RiMacSpeechEngine
 
volumeFade - Variable in class rita.SoniaSamplePlayer
 

W

WINDOWS - Static variable in class rita.RiTa
 
WORD_BOUNDARY - Static variable in interface rita.support.RiConstants
 
wordAtCharPos(int) - Method in class rita.support.RiPhrase
Returns closest token to 'pos' of char in Phrase
wordCount() - Method in class rita.RiAnalyzer
Returns the # of words in the current text
wordIdxAtCharPos(int) - Method in class rita.support.RiPhrase
Returns index of the word closest to position in the Phrase
WORDNET - Static variable in class rita.support.RiPos
Part of Speech TYPE -> Wordnet FORMAT
writeFile(String, String) - Static method in class rita.RiTa
Creates a File with fname and writes the String 'text' to it
writeFile(String, String[]) - Static method in class rita.RiTa
Creates a File with fname and writes the String[] 'lines' to it
writeLexicon2(RiCMULexicon) - Static method in class rita.support.RiCMULexicon
 

X

x - Variable in class rita.RiText
Current x-position of this text
x() - Method in class rita.support.behavior.RiInterpolater2D
 
Xmlable - Interface in rita.support
An interface for RiTa objects that can be serialized as xml

Y

y - Variable in class rita.RiText
Current y-position of this text
y() - Method in class rita.support.behavior.RiInterpolater2D
 
yieldFocus(RiGUIWidget) - Method in class rita.support.gui.RiGUIController
 

Z

z - Variable in class rita.RiText
Current z-position of this text
z() - Method in class rita.support.behavior.RiInterpolater3D
 

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