Package de.dfki.lt.freetts.en.us
Class MbrolaVoiceValidator
java.lang.Object
de.dfki.lt.freetts.en.us.MbrolaVoiceValidator
- All Implemented Interfaces:
Validator
Shows this MbrolaVoice is valid (or usable). It tests for
the following:
- Check that the "mbrola.base" System property is defined, and that directory exists.
- Check that the $(mbrola.base)/mbrola binary exists.
- Check that the transition table exists. It is assumed to be at $(mbrola.base)/us1/us1mrpa.
- Check that its voice database exists.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MbrolaVoiceValidator
-
-
Method Details
-
validate
Validates this MbrolaVoice.- Specified by:
validate
in interfaceValidator
- Throws:
ValidationException
- if this MbrolaVoice is invalid
-
toString
Returns the name of this validator.
-