| Package | Description |
|---|---|
| marytts.modules.phonemiser | |
| marytts.util.data |
Various relatively generic utilities for data generation and buffering.
|
| marytts.util.dom |
Various relatively generic utilities for DOM XML processing.
|
| marytts.util.io |
Various relatively generic utilities for input/output.
|
| Modifier and Type | Method and Description |
|---|---|
static AllophoneSet |
AllophoneSet.getAllophoneSet(InputStream inStream,
String identifier)
Return the allophone set that can be read from the given input stream, identified by the given identifier.
|
static AllophoneSet |
AllophoneSet.getAllophoneSet(String filename)
Return the allophone set specified by the given filename.
|
| Constructor and Description |
|---|
MaryHeader(ByteBuffer input)
Construct a MaryHeader by reading from a file.
|
MaryHeader(DataInput input)
Construct a MaryHeader by reading from a file.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DomUtils.document2File(Document document,
File file)
Write a DOM document into a file.
|
static void |
DomUtils.document2Stream(Document document,
OutputStream target)
Write a DOM document into an output stream.
|
static String |
DomUtils.document2String(Document document)
Write a DOM document into a string.
|
| Constructor and Description |
|---|
MaryNormalisedWriter()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
PropertiesAccessor.getStream(String propertyName)
For the named property, attempt to get an open input stream.
|
Copyright © 2000–2022 DFKI GmbH. All rights reserved.