- General - Class in marytts.util.io
-
This class is for general purpose functions such as reading and writing from files, or converting formats of numbers.
- General() - Constructor for class marytts.util.io.General
-
- generateAudio(String) - Method in interface marytts.MaryInterface
-
Synthesis from a text format to audio.
- generateAudio(Document) - Method in interface marytts.MaryInterface
-
Synthesis from an XML format, such as SSML, to audio.
- generateText(String) - Method in interface marytts.MaryInterface
-
Partial processing command, converting an input text format such as TEXT into an output text format such as TARGETFEATURES.
- generateText(Document) - Method in interface marytts.MaryInterface
-
Partial processing command, converting an input XML format such as SSML into an output text format such as TARGETFEATURES.
- generateXML(String) - Method in interface marytts.MaryInterface
-
Partial processing command, converting an input text format such as TEXT into an XML format such as ALLOPHONES.
- generateXML(Document) - Method in interface marytts.MaryInterface
-
Partial processing command, converting one XML format such as RAWMARYXML into another XML format such as TOKENS.
- germanToAsciiLetterTable - Static variable in class marytts.util.MaryUtils
-
- get(String) - Method in class marytts.util.string.ByteStringTranslator
-
Get the (unsigned) byte value associated to the given string.
- get(byte) - Method in class marytts.util.string.ByteStringTranslator
-
Look up the (unsigned) byte in this translator.
- get(String) - Method in class marytts.util.string.IntStringTranslator
-
- get(int) - Method in class marytts.util.string.IntStringTranslator
-
- get(String) - Method in class marytts.util.string.ShortStringTranslator
-
- get(short) - Method in class marytts.util.string.ShortStringTranslator
-
- getAlignment(int) - Method in class marytts.fst.AlignerTrainer
-
gets an alignment of the graphemes to the phones of an entry.
- getAlignmentString(int) - Method in class marytts.fst.AlignerTrainer
-
- getAllophone(String) - Method in class marytts.modules.phonemiser.AllophoneSet
-
Get the Allophone with the given name
- getAllophoneNames() - Method in class marytts.modules.phonemiser.AllophoneSet
-
This returns the names of all allophones contained in this AllophoneSet, as a Set of Strings
- getAllophoneSet(String) - Static method in class marytts.modules.phonemiser.AllophoneSet
-
Return the allophone set specified by the given filename.
- getAllophoneSet(InputStream, String) - Static method in class marytts.modules.phonemiser.AllophoneSet
-
Return the allophone set that can be read from the given input stream, identified by the given identifier.
- getAllophoneSetById(String) - Static method in class marytts.modules.phonemiser.AllophoneSet
-
Get a previously loaded allophone set by its identifier.
- getAncestor(Node, String) - Static method in class marytts.util.dom.DomUtils
-
If node has an ancestor with name ancestorName, return that ancestor.
- getAncestor(Node, String[]) - Static method in class marytts.util.dom.DomUtils
-
If node has an ancestor with one of the names in ancestorNames, return the closest of these
ancestors.
- getAttributeFromClosestAncestorOfAnyKind(Node, String) - Static method in class marytts.util.dom.DomUtils
-
Climb through node's ancestors, looking for one with an attribute named attributeName,
irrespective of the respective ancestorName, and return the attribute's value
- getAudioEffects() - Method in interface marytts.MaryInterface
-
Get the currently set audio effects.
- getAvailableInputTypes() - Method in interface marytts.MaryInterface
-
- getAvailableLocales() - Method in interface marytts.MaryInterface
-
- getAvailableOutputTypes() - Method in interface marytts.MaryInterface
-
- getAvailableVoices() - Method in interface marytts.MaryInterface
-
- getAvailableVoices(Locale) - Method in interface marytts.MaryInterface
-
- getBoolean(String) - Method in class marytts.util.io.PropertiesAccessor
-
Get a boolean property from the underlying properties.
- getBoolean(String, boolean) - Method in class marytts.util.io.PropertiesAccessor
-
Get a boolean property from the underlying properties.
- getClosestAncestorWithAttribute(Node, String, String) - Static method in class marytts.util.dom.DomUtils
-
Search upwards through the ancestors of node with name ancestorName, and return the first
ancestor for which an attribute named attributeName is present.
- getDescription() - Method in class marytts.util.io.SimpleFileFilter
-
- getDifferentItemsIndices(int[]) - Static method in class marytts.util.string.StringUtils
-
- getDifferentItemsIndices(String[]) - Static method in class marytts.util.string.StringUtils
-
- getDifferentItemsList(int[]) - Static method in class marytts.util.string.StringUtils
-
- getDifferentItemsList(String[]) - Static method in class marytts.util.string.StringUtils
-
- getDir() - Method in class marytts.util.io.BasenameList
-
An accessor for the original directory.
- getDouble(String) - Method in class marytts.util.io.PropertiesAccessor
-
Get a double property from the underlying properties.
- getDouble(String, double) - Method in class marytts.util.io.PropertiesAccessor
-
Get a property from the underlying properties.
- getExt() - Method in class marytts.util.io.BasenameList
-
An accessor for the original extension.
- getExtension() - Method in class marytts.util.io.SimpleFileFilter
-
- getExtension(File) - Static method in class marytts.util.MaryUtils
-
Get the extension of a file.
- getFeature(String) - Method in class marytts.modules.phonemiser.Allophone
-
Return the feature with name feat.
- getFeatures() - Method in class marytts.modules.phonemiser.Allophone
-
Get the key-value map of features and feature values for this allophone.
- getFileAsBytes(String) - Static method in class marytts.util.io.FileUtils
-
- getFileAsBytes(File) - Static method in class marytts.util.io.FileUtils
-
- getFileAsString(File, String) - Static method in class marytts.util.io.FileUtils
-
- getFileExtension(String, boolean) - Static method in class marytts.util.string.StringUtils
-
- getFileList(String, String) - Static method in class marytts.util.io.FileUtils
-
- getFileList(String, String, boolean) - Static method in class marytts.util.io.FileUtils
-
- getFileName(String) - Static method in class marytts.util.io.FileUtils
-
Given a file name with path it return the file name
- getFileName(String, boolean) - Static method in class marytts.util.string.StringUtils
-
- getFileName(String) - Static method in class marytts.util.string.StringUtils
-
- getFileNameList(String, String) - Static method in class marytts.util.io.FileUtils
-
- getFileNameList(String, String, boolean) - Static method in class marytts.util.io.FileUtils
-
- getFirst() - Method in class marytts.util.Pair
-
- getFirstChildElement(Element) - Static method in class marytts.util.dom.DomUtils
-
Get the first child of e which is an element, or null if there is no such element.
- getFirstElementByTagName(Node, String) - Static method in class marytts.util.dom.DomUtils
-
Get the first child element with the given tag name, or null if there is no such element.
- getFirstMeaningfulMessage(Throwable) - Static method in class marytts.util.MaryUtils
-
From the given throwable or its cause, or cause's cause, etc., get the first one that has a non-empty message, and return
that message.
- getFolderName(String) - Static method in class marytts.util.string.StringUtils
-
- getFullAddress() - Method in class marytts.util.http.Address
-
- getHighestLevelAncestor(Node, String) - Static method in class marytts.util.dom.DomUtils
-
If node has ancestors with name ancestorName, return the one closest to the root.
- getHighestValue() - Method in class marytts.util.string.IntStringTranslator
-
- getHost() - Method in class marytts.util.http.Address
-
- getHttpAddress() - Method in class marytts.util.http.Address
-
- getIgnoreChars() - Method in class marytts.modules.phonemiser.AllophoneSet
-
Obtain the ignore chars in this AllophoneSet Default: "',-"
- getInfoAlignment(int) - Method in class marytts.fst.AlignerTrainer
-
gets an alignment of the graphemes to the phones of an entry.
- getInputSyms() - Method in class marytts.fst.AlignerTrainer
-
- getInputType() - Method in interface marytts.MaryInterface
-
- getInteger(String) - Method in class marytts.util.io.PropertiesAccessor
-
Get an integer property from the underlying properties.
- getInteger(String, int) - Method in class marytts.util.io.PropertiesAccessor
-
Get a property from the underlying properties.
- getLastChildElement(Element) - Static method in class marytts.util.dom.DomUtils
-
Get the last child of e which is an element, or null if there is no such element.
- getLastElementByTagName(Element, String) - Static method in class marytts.util.dom.DomUtils
-
Get the last descendant element with the given tag name, or null if there is no such element.
- getLength() - Method in class marytts.util.io.BasenameList
-
An accessor for the list's length
- getListAsArray() - Method in class marytts.util.io.BasenameList
-
An accessor for the list of basenames, returned as an array of strings
- getListAsVector() - Method in class marytts.util.io.BasenameList
-
Another accessor for the list of basenames, returned as a vector of strings
- getLocale() - Method in interface marytts.MaryInterface
-
Get the current locale used for processing.
- getLocale() - Method in class marytts.modules.phonemiser.AllophoneSet
-
- getLogger(String) - Static method in class marytts.util.MaryUtils
-
Provide a Logger object whose name is built from MaryUtils.LOGPREFIX and the given nameSuffix.
- getLogger(Class) - Static method in class marytts.util.MaryUtils
-
Provide a Logger object whose name is built from MaryUtils.LOGPREFIX and the given nameSuffix.
- getMagic() - Method in class marytts.util.data.MaryHeader
-
- getName(int) - Method in class marytts.util.io.BasenameList
-
Return a copy of the basename at index i.
- getNextOfItsKindIn(Element, Element) - Static method in class marytts.util.dom.DomUtils
-
Find the Element with the same tag name as element following element within the same subtree
under root.
- getNextSiblingElement(Element) - Static method in class marytts.util.dom.DomUtils
-
Get the next sibling of e which is an element, or null if there is no such element.
- getNextSiblingElementByTagName(Element, String) - Static method in class marytts.util.dom.DomUtils
-
Get the next sibling of e which is an element and has tag name name, or null if
there is no such element.
- getNodeListAsList(NodeList) - Static method in class marytts.util.dom.DomUtils
-
- getNumber(String) - Static method in class marytts.util.MaryUtils
-
For a string containing a number as judged by isNumber(), return the numerical value, rounded to an integer.
- getNumberDelta(String) - Static method in class marytts.util.MaryUtils
-
For a string containing a number delta as judged by isNumberDelta(), return the numerical value, rounded to an
integer.
- getNumberOfValues() - Method in class marytts.util.string.ByteStringTranslator
-
Give the number of different values in this translator.
- getNumberOfValues() - Method in class marytts.util.string.ShortStringTranslator
-
- getOutputType() - Method in interface marytts.MaryInterface
-
- getOutputTypeParams() - Method in interface marytts.MaryInterface
-
Get the currently set output type parameters.
- getPercentageDelta(String) - Static method in class marytts.util.MaryUtils
-
For a string containing a percentage delta as judged by isPercentageDelta(), return the numerical value,
rounded to an integer.
- getPhoneFeature(String, String) - Method in class marytts.modules.phonemiser.AllophoneSet
-
For the Allophone with name ph, return the value of the named feature.
- getPhoneFeatures() - Method in class marytts.modules.phonemiser.AllophoneSet
-
Get the list of available phone features for this allophone set.
- getPlainTextBelow(Node) - Static method in class marytts.util.dom.DomUtils
-
Return the concatenation of the values of all text nodes below the given node.
- getPort() - Method in class marytts.util.http.Address
-
- getPossibleFeatureValues(String) - Method in class marytts.modules.phonemiser.AllophoneSet
-
For the given feature name, get the list of all possible values that the feature can take in this allophone set.
- getPreviousOfItsKindIn(Element, Element) - Static method in class marytts.util.dom.DomUtils
-
Find the Element with the same tag name as element preceding element within the same subtree
under root.
- getPreviousSiblingElement(Element) - Static method in class marytts.util.dom.DomUtils
-
Get the previous sibling of e which is an element, or null if there is no such element.
- getPreviousSiblingElementByTagName(Element, String) - Static method in class marytts.util.dom.DomUtils
-
Get the previous sibling of e which is an element and has tag name name, or null if
there is no such element.
- getProperty(String) - Method in class marytts.util.io.PropertiesAccessor
-
Get a property from the underlying properties.
- getProperty(String, String) - Method in class marytts.util.io.PropertiesAccessor
-
Get a property from the underlying properties.
- getRandomFileName(String, int, String) - Static method in class marytts.util.string.StringUtils
-
- getRandomName(int) - Static method in class marytts.util.string.StringUtils
-
- getRandomName(String, int) - Static method in class marytts.util.string.StringUtils
-
- getRandomName(String, int, String) - Static method in class marytts.util.string.StringUtils
-
- getReaderAsString(Reader) - Static method in class marytts.util.io.FileUtils
-
- getSecond() - Method in class marytts.util.Pair
-
- getSemitonesDelta(String) - Static method in class marytts.util.MaryUtils
-
For a string containing a semitones delta as judged by isSemitonesDelta(), return the numerical value, as a
double.
- getSilence() - Method in class marytts.modules.phonemiser.AllophoneSet
-
Obtain the silence allophone in this AllophoneSet
- getStream(String) - Method in class marytts.util.io.PropertiesAccessor
-
For the named property, attempt to get an open input stream.
- getStreamAsString(InputStream, String) - Static method in class marytts.util.io.FileUtils
-
- getString1() - Method in class marytts.fst.StringPair
-
- getString2() - Method in class marytts.fst.StringPair
-
- getStringValues() - Method in class marytts.util.string.ByteStringTranslator
-
- getStringValues() - Method in class marytts.util.string.IntStringTranslator
-
- getStringValues() - Method in class marytts.util.string.ShortStringTranslator
-
- getStyle() - Method in interface marytts.MaryInterface
-
Get the currently speaking style.
- getThrowableAndCausesAsString(Throwable) - Static method in class marytts.util.MaryUtils
-
Apply the toString() method recursively to this throwable and all its causes.
- getType() - Method in class marytts.util.data.MaryHeader
-
- getUnsignedNumber(String) - Static method in class marytts.util.MaryUtils
-
For a string containing an unsigned number as judged by isUnsignedNumber(), return the numerical value,
rounded to an integer.
- getUnsignedSemitones(String) - Static method in class marytts.util.MaryUtils
-
For a string containing an unsigned semitones expression as judged by isUnsignedSemitones(), return the
numerical value as a double.
- getVersion() - Method in class marytts.util.data.MaryHeader
-
- getVoice() - Method in interface marytts.MaryInterface
-
The name of the current voice, if any.
- graphemeSet - Variable in class marytts.fst.AlignerTrainer
-
- implementationVersion() - Static method in class marytts.Version
-
Implementation version
- indexedNameGenerator(String, int) - Static method in class marytts.util.string.StringUtils
-
- indexedNameGenerator(String, int, int) - Static method in class marytts.util.string.StringUtils
-
- indexedNameGenerator(String, int, int, String) - Static method in class marytts.util.string.StringUtils
-
- indexedNameGenerator(String, int, int, String, String) - Static method in class marytts.util.string.StringUtils
-
- indexedNameGenerator(String, int, int, String, String, int) - Static method in class marytts.util.string.StringUtils
-
- indexOf(byte[], byte[]) - Static method in class marytts.util.MaryUtils
-
Check if bytes contains a subsequence identical with pattern, and return the index position.
- init(String, String) - Method in class marytts.util.http.Address
-
- insertAfter(Node, Node) - Static method in class marytts.util.dom.DomUtils
-
Analogous to the Node.insertBefore() method, insert a newNode after a refNode.
- inSplit - Variable in class marytts.fst.AlignerTrainer
-
- IntStringTranslator - Class in marytts.util.string
-
A helper class converting between a given set of integers and strings.
- IntStringTranslator() - Constructor for class marytts.util.string.IntStringTranslator
-
Initialize empty int-string two-way translator.
- IntStringTranslator(int) - Constructor for class marytts.util.string.IntStringTranslator
-
- IntStringTranslator(String[]) - Constructor for class marytts.util.string.IntStringTranslator
-
Initialize a int-string two-way translator, setting int values according to the position of strings in the array.
- InvalidDataException - Exception in marytts.exceptions
-
An exception class representing cases where data provided to a processing unit does not match the specifications.
- InvalidDataException(String) - Constructor for exception marytts.exceptions.InvalidDataException
-
- InvalidDataException(String, Throwable) - Constructor for exception marytts.exceptions.InvalidDataException
-
- is - Variable in class marytts.util.io.LEDataInputStream
-
to get at the a basic readBytes method.
- isAffricate() - Method in class marytts.modules.phonemiser.Allophone
-
- isAncestor(Node, Node) - Static method in class marytts.util.dom.DomUtils
-
Verify if ancestor is an ancestor of node
- isAudioType(String) - Method in interface marytts.MaryInterface
-
Check whether the given data type is an audio type.
- isConsonant() - Method in class marytts.modules.phonemiser.Allophone
-
- isDesired(int, int) - Static method in class marytts.util.string.StringUtils
-
- isDesired(int, int, int) - Static method in class marytts.util.string.StringUtils
-
- isDiphthong() - Method in class marytts.modules.phonemiser.Allophone
-
- isDirectory(String) - Static method in class marytts.util.io.FileUtils
-
- isFirstOfItsKindIn(Node, String) - Static method in class marytts.util.dom.DomUtils
-
- isFirstOfItsKindIn(Node, Node) - Static method in class marytts.util.dom.DomUtils
-
- isFricative() - Method in class marytts.modules.phonemiser.Allophone
-
- isGlide() - Method in class marytts.modules.phonemiser.Allophone
-
- isLastOfItsKindIn(Node, String) - Static method in class marytts.util.dom.DomUtils
-
- isLastOfItsKindIn(Node, Node) - Static method in class marytts.util.dom.DomUtils
-
- isLetterOrModifier(int) - Static method in class marytts.util.string.StringUtils
-
Determine whether the given codepoint is either a letter or a modifier according to the Unicode standard.
- isLiquid() - Method in class marytts.modules.phonemiser.Allophone
-
- isLittleEndian() - Static method in class marytts.util.MaryUtils
-
- isLog4jConfigured() - Static method in class marytts.util.MaryUtils
-
Returns true if it appears that log4j have been previously configured.
- isNasal() - Method in class marytts.modules.phonemiser.Allophone
-
- isNumber(String) - Static method in class marytts.util.MaryUtils
-
Tell whether the string contains a number.
- isNumberDelta(String) - Static method in class marytts.util.MaryUtils
-
Tell whether the string contains a positive or negative number delta, i.e., a number with an obligatory + or - sign.
- isNumeric(String) - Static method in class marytts.util.string.StringUtils
-
- isOneOf(String, String[]) - Static method in class marytts.util.string.StringUtils
-
- isPause() - Method in class marytts.modules.phonemiser.Allophone
-
- isPercentageDelta(String) - Static method in class marytts.util.MaryUtils
-
Tell whether the string contains a positive or negative percentage delta, i.e., a percentage number with an obligatory + or
- sign.
- isPlosive() - Method in class marytts.modules.phonemiser.Allophone
-
- isSemitonesDelta(String) - Static method in class marytts.util.MaryUtils
-
Tell whether the string contains a positive or negative semitones delta, i.e., a semitones number with an obligatory + or -
sign, such as "+3.2st" or "-13.2st".
- isSonorant() - Method in class marytts.modules.phonemiser.Allophone
-
- isStreamingAudio() - Method in interface marytts.MaryInterface
-
Whether to stream audio.
- isSyllabic() - Method in class marytts.modules.phonemiser.Allophone
-
- isTextType(String) - Method in interface marytts.MaryInterface
-
Check whether the given data type is a text type.
- isTone() - Method in class marytts.modules.phonemiser.Allophone
-
Whether the Allophone object represents a tone symbol.
- isUnsignedNumber(String) - Static method in class marytts.util.MaryUtils
-
Tell whether the string contains an unsigned number.
- isUnsignedSemitones(String) - Static method in class marytts.util.MaryUtils
-
Tell whether the string contains an unsigned semitones expression, such as "12st" or "5.4st".
- isVoiced() - Method in class marytts.modules.phonemiser.Allophone
-
- isVowel() - Method in class marytts.modules.phonemiser.Allophone
-
- isWindows() - Static method in class marytts.util.MaryUtils
-
- isXMLType(String) - Method in interface marytts.MaryInterface
-
Check whether the given data type is an XML type.
- main(String[]) - Static method in class marytts.fst.FSTLookup
-
A simple command-line frontend for the FST.
- main(String[]) - Static method in class marytts.fst.TransducerTrie
-
- main(String[]) - Static method in class marytts.util.dom.MaryNormalisedWriter
-
The simplest possible command line interface to the MaryNormalisedWriter.
- main(String[]) - Static method in class marytts.util.PrintSystemProperties
-
- main(String[]) - Static method in class marytts.util.string.StringUtils
-
- MaryConfigurationException - Exception in marytts.exceptions
-
A class representing severe expected error conditions, such as wrong format of data files needed to set up the system.
- MaryConfigurationException(String) - Constructor for exception marytts.exceptions.MaryConfigurationException
-
Construct a MaryConfigurationException with only an error message.
- MaryConfigurationException(String, Throwable) - Constructor for exception marytts.exceptions.MaryConfigurationException
-
Create a MaryConfigurationException with a message and a cause.
- MaryEntityResolver - Class in marytts.util.dom
-
An entity resolver class to resolve the correct path for DTDs
- MaryEntityResolver() - Constructor for class marytts.util.dom.MaryEntityResolver
-
- MaryHeader - Class in marytts.util.data
-
Common helper class to read/write a standard Mary header to/from the various Mary data files.
- MaryHeader(int) - Constructor for class marytts.util.data.MaryHeader
-
Consruct a MaryHeader from scratch.
- MaryHeader(DataInput) - Constructor for class marytts.util.data.MaryHeader
-
Construct a MaryHeader by reading from a file.
- MaryHeader(ByteBuffer) - Constructor for class marytts.util.data.MaryHeader
-
Construct a MaryHeader by reading from a file.
- MaryInterface - Interface in marytts
-
A simple access API for using MARY TTS.
- MaryNormalisedWriter - Class in marytts.util.dom
-
A wrapper class for output of XML DOM trees in a Mary normalised way: One tag or text node per line, no indentation.
- MaryNormalisedWriter() - Constructor for class marytts.util.dom.MaryNormalisedWriter
-
Default constructor.
- MaryRandomAccessFile - Class in marytts.util.io
-
A class that extends RandomAccessFile to read/write arrays of different types while allowing random access to a binary file
(i.e.
- MaryRandomAccessFile(File, String) - Constructor for class marytts.util.io.MaryRandomAccessFile
-
- MaryRandomAccessFile(String, String) - Constructor for class marytts.util.io.MaryRandomAccessFile
-
- marytts - package marytts
-
- marytts.exceptions - package marytts.exceptions
-
- marytts.fst - package marytts.fst
-
- marytts.modules.phonemiser - package marytts.modules.phonemiser
-
- marytts.util - package marytts.util
-
Various relatively generic utilities.
- marytts.util.data - package marytts.util.data
-
Various relatively generic utilities for data generation and buffering.
- marytts.util.dom - package marytts.util.dom
-
Various relatively generic utilities for DOM XML processing.
- marytts.util.http - package marytts.util.http
-
- marytts.util.io - package marytts.util.io
-
Various relatively generic utilities for input/output.
- marytts.util.string - package marytts.util.string
-
Various relatively generic utilities for handling strings.
- MaryUtils - Class in marytts.util
-
A collection of useful static little utility methods.
- MaryUtils() - Constructor for class marytts.util.MaryUtils
-
- MAXNUM - Static variable in class marytts.util.string.ByteStringTranslator
-
The maximum number of values that this translator can handle.
- modifyExtension(String, String) - Static method in class marytts.util.string.StringUtils
-
- Pair<X,Y> - Class in marytts.util
-
- Pair(X, Y) - Constructor for class marytts.util.Pair
-
- parseDocument(String, boolean) - Static method in class marytts.util.dom.DomUtils
-
Parse XML data into a DOM representation, taking local resources and Schemas into account.
- parseDocument(Reader, boolean) - Static method in class marytts.util.dom.DomUtils
-
Parse XML data into a DOM representation, taking local resources and Schemas into account.
- parseDocument(File, boolean) - Static method in class marytts.util.dom.DomUtils
-
Parse XML data into a DOM representation, taking local resources and Schemas into account.
- parseDocument(InputStream, boolean) - Static method in class marytts.util.dom.DomUtils
-
Parse XML data into a DOM representation, taking local resources and Schemas into account.
- parseDocument(String) - Static method in class marytts.util.dom.DomUtils
-
DOM-parse the given input data.
- parseDocument(Reader) - Static method in class marytts.util.dom.DomUtils
-
DOM-parse the given input data.
- parseDocument(File) - Static method in class marytts.util.dom.DomUtils
-
DOM-parse the given input data.
- parseDocument(InputStream) - Static method in class marytts.util.dom.DomUtils
-
DOM-parse the given input data.
- parseFromLines(String[], int, int, int) - Static method in class marytts.util.string.StringUtils
-
- parseIntPairs(String) - Static method in class marytts.util.string.StringUtils
-
Parse a string containing pairs of integers in brackets, and return as one array of integers.
- peekFileType(String) - Static method in class marytts.util.data.MaryHeader
-
For the given file, look inside and determine the file type.
- PRECOMPUTED_JOINCOSTS - Static variable in class marytts.util.data.MaryHeader
-
- PRIMARY - Static variable in interface marytts.modules.phonemiser.AllophoneSet.Stress
-
- PrintfFormat - Class in marytts.util.string
-
Deprecated.
- PrintfFormat(String) - Constructor for class marytts.util.string.PrintfFormat
-
Deprecated.
Constructs an array of control specifications possibly preceded, separated, or followed by ordinary strings.
- PrintfFormat(Locale, String) - Constructor for class marytts.util.string.PrintfFormat
-
Deprecated.
Constructs an array of control specifications possibly preceded, separated, or followed by ordinary strings.
- PrintSystemProperties - Class in marytts.util
-
- PrintSystemProperties() - Constructor for class marytts.util.PrintSystemProperties
-
- processVoiceExampleText(String) - Static method in class marytts.util.string.StringUtils
-
Divides the example text of a voice into sentences in a vector
- PropertiesAccessor - Class in marytts.util.io
-
provide comfortable access to a properties, optionally overriding settings with system properties, and optionally providing
string replacements.
- PropertiesAccessor(Properties) - Constructor for class marytts.util.io.PropertiesAccessor
-
- PropertiesAccessor(Properties, boolean, Map<String, String>) - Constructor for class marytts.util.io.PropertiesAccessor
-
Initialise the properties accessor.
- PropertiesTrimTrailingWhitespace - Class in marytts.util.io
-
extends properties class to allow trimming of trailing whitespace from input streams
- PropertiesTrimTrailingWhitespace() - Constructor for class marytts.util.io.PropertiesTrimTrailingWhitespace
-
- punctuationTable - Static variable in class marytts.util.MaryUtils
-
- purgeNonBreakingSpaces(String) - Static method in class marytts.util.string.StringUtils
-
Purge non-breaking spaces from input by replacing them with regular spaces.
- SCOST - Static variable in class marytts.util.data.MaryHeader
-
- SECONDARY - Static variable in interface marytts.modules.phonemiser.AllophoneSet.Stress
-
- serializeToString(Document) - Static method in class marytts.util.dom.DomUtils
-
Serialize a Document to a String.
- set(byte, String) - Method in class marytts.util.string.ByteStringTranslator
-
Associate the given (unsigned) byte with the given String.
- set(int, String) - Method in class marytts.util.string.IntStringTranslator
-
- set(short, String) - Method in class marytts.util.string.ShortStringTranslator
-
- setAudioEffects(String) - Method in interface marytts.MaryInterface
-
Set the audio effects.
- setInputType(String) - Method in interface marytts.MaryInterface
-
Set the input type for processing to the new input type.
- setLocale(Locale) - Method in interface marytts.MaryInterface
-
Set the locale for processing.
- setOutputType(String) - Method in interface marytts.MaryInterface
-
Set the output type for processing to the new output type.
- setOutputTypeParams(String) - Method in interface marytts.MaryInterface
-
Set the output type parameters.
- setStreamingAudio(boolean) - Method in interface marytts.MaryInterface
-
Set whether to stream audio.
- setString1(String) - Method in class marytts.fst.StringPair
-
- setString2(String) - Method in class marytts.fst.StringPair
-
- setStyle(String) - Method in interface marytts.MaryInterface
-
Set the speaking style.
- setVoice(String) - Method in interface marytts.MaryInterface
-
Set the voice to be used for processing.
- shellExecute(String) - Static method in class marytts.util.MaryUtils
-
- shellExecute(String, boolean) - Static method in class marytts.util.MaryUtils
-
- ShortStringTranslator - Class in marytts.util.string
-
A helper class converting between a given set of shorts and strings.
- ShortStringTranslator() - Constructor for class marytts.util.string.ShortStringTranslator
-
Initialize empty short-string two-way translator.
- ShortStringTranslator(short) - Constructor for class marytts.util.string.ShortStringTranslator
-
- ShortStringTranslator(String[]) - Constructor for class marytts.util.string.ShortStringTranslator
-
Initialize a short-string two-way translator, setting short values according to the position of strings in the array.
- shortToUlaw(short) - Static method in class marytts.util.io.General
-
Convert a short to ulaw format
- shortToUlaw(short[]) - Static method in class marytts.util.io.General
-
Convert an array from short to ulaw.
- showResults(String, String[]) - Static method in class marytts.fst.FSTLookup
-
- SimpleFileFilter - Class in marytts.util.io
-
A simple file filter accepting files with a given extension.
- SimpleFileFilter(String, String) - Constructor for class marytts.util.io.SimpleFileFilter
-
- size() - Method in class marytts.util.io.LEDataOutputStream
-
Get size of stream.
- skipBytes(int) - Method in class marytts.util.io.LEDataInputStream
-
Skip over bytes in the stream.
- sonority() - Method in class marytts.modules.phonemiser.Allophone
-
- sort() - Method in class marytts.util.io.BasenameList
-
Ensure that the list is alphabetically sorted.
- specificationVersion() - Static method in class marytts.Version
-
Specification version
- splitAllophoneString(String) - Method in class marytts.modules.phonemiser.AllophoneSet
-
Split allophone string into a list of allophone symbols.
- splitAndAdd(String, String) - Method in class marytts.fst.AlignerTrainer
-
This adds the input and output string in the most simple way: symbols are simply the characters of the strings - no
phonemisation/syllabification or whatsoever is performed.
- splitIntoAllophoneList(String) - Method in class marytts.modules.phonemiser.AllophoneSet
-
Split allophone string into a list of allophone symbols, preserving all stress and syllable boundaries that may be present
- splitIntoAllophones(String) - Method in class marytts.modules.phonemiser.AllophoneSet
-
Split a phonetic string into allophone symbols.
- splitIntoSensibleXMLUnits(String) - Static method in class marytts.util.MaryUtils
-
- sprintf(Object[]) - Method in class marytts.util.string.PrintfFormat
-
Deprecated.
Format an array of objects.
- sprintf() - Method in class marytts.util.string.PrintfFormat
-
Deprecated.
Format nothing.
- sprintf(int) - Method in class marytts.util.string.PrintfFormat
-
Deprecated.
Format an int.
- sprintf(long) - Method in class marytts.util.string.PrintfFormat
-
Deprecated.
Format an long.
- sprintf(double) - Method in class marytts.util.string.PrintfFormat
-
Deprecated.
Format a double.
- sprintf(String) - Method in class marytts.util.string.PrintfFormat
-
Deprecated.
Format a String.
- sprintf(Object) - Method in class marytts.util.string.PrintfFormat
-
Deprecated.
Format an Object.
- StreamGobbler - Class in marytts.util.io
-
- StreamGobbler(InputStream, String) - Constructor for class marytts.util.io.StreamGobbler
-
- StreamLogger - Class in marytts.util.io
-
Read from a stream and log.
- StreamLogger(InputStream, String, String) - Constructor for class marytts.util.io.StreamLogger
-
Read from an input stream, logging to category logCategory, ignoring lines matching the regular expression
specified in ignorePattern.
- StreamLogger(InputStream, PrintStream) - Constructor for class marytts.util.io.StreamLogger
-
- StreamUtils - Class in marytts.util.io
-
- StreamUtils() - Constructor for class marytts.util.io.StreamUtils
-
- string2double(String) - Static method in class marytts.util.string.StringUtils
-
- string2double(String[]) - Static method in class marytts.util.string.StringUtils
-
- string2float(String) - Static method in class marytts.util.string.StringUtils
-
- string2float(String[]) - Static method in class marytts.util.string.StringUtils
-
- string2int(String) - Static method in class marytts.util.string.StringUtils
-
- string2int(String[]) - Static method in class marytts.util.string.StringUtils
-
- string2locale(String) - Static method in class marytts.util.MaryUtils
-
- StringPair - Class in marytts.fst
-
A Pair of Strings.
- StringPair(String, String) - Constructor for class marytts.fst.StringPair
-
- StringToCharacterArray(String) - Static method in class marytts.util.MaryUtils
-
- StringUtils - Class in marytts.util.string
-
- StringUtils() - Constructor for class marytts.util.string.StringUtils
-
- subList(int, int) - Method in class marytts.util.io.BasenameList
-
Returns an autonomous sublist between fromIndex, inclusive, and toIndex, exclusive.
- subsumes(Locale, Locale) - Static method in class marytts.util.MaryUtils
-
Test for lax Locale equality.
- syllabify(String) - Method in class marytts.modules.phonemiser.AllophoneSet
-
Syllabify a string of allophones.
- SynthesisException - Exception in marytts.exceptions
-
- SynthesisException() - Constructor for exception marytts.exceptions.SynthesisException
-
- SynthesisException(String) - Constructor for exception marytts.exceptions.SynthesisException
-
- SynthesisException(String, Throwable) - Constructor for exception marytts.exceptions.SynthesisException
-
- SynthesisException(Throwable) - Constructor for exception marytts.exceptions.SynthesisException
-