| Package | Description |
|---|---|
| marytts.modules |
All the modules doing the actual processing.
|
| marytts.server |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProsodyGeneric.loadTobiPredRules() |
| Constructor and Description |
|---|
ExternalModule(String name,
String cmd,
MaryDataType inputType,
MaryDataType outputType,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MaryProperties.needAutoBoolean(String property)
Get or infer a boolean property from the underlying properties, throwing an exception if it is not defined.
|
static boolean |
MaryProperties.needBoolean(String property)
Get a boolean property from the underlying properties, throwing an exception if it is not defined.
|
static Class |
MaryProperties.needClass(String property)
Get a Class property from the underlying properties, throwing an exception if it is not defined.
|
static String |
MaryProperties.needFilename(String property)
Get a filename property from the underlying properties, throwing an exception if it is not defined.
|
static int |
MaryProperties.needInteger(String property)
Get an integer property from the underlying properties, throwing an exception if it is not defined.
|
static String |
MaryProperties.needProperty(String property)
Get a property from the underlying properties, throwing an exception if it is not defined.
|
static InputStream |
MaryProperties.needStream(String propertyName)
For the named property, attempt to get an open input stream.
|
Copyright © 2000–2016 DFKI GmbH. All rights reserved.