зеркало из https://github.com/mozilla/marytts.git
Add a global access mary constant class
This commit is contained in:
Родитель
973f0f9b23
Коммит
1f986ad0f3
|
@ -0,0 +1,15 @@
|
|||
package marytts;
|
||||
|
||||
|
||||
/**
|
||||
* All arbitrary constants used inside MaryTTS are declared here.
|
||||
*
|
||||
* (WORK IN PROGRESS)
|
||||
*
|
||||
* @author <a href="mailto:slemaguer@coli.uni-saarland.de">Sébastien Le Maguer</a>
|
||||
*/
|
||||
public class MaryConstants
|
||||
{
|
||||
/** Punction regular expression used to exclude punctuation of the phonetization stage */
|
||||
public static final String PUNCT_POS_REGEXP = "^[^a-zA-Z]";
|
||||
}
|
Загрузка…
Ссылка в новой задаче