opennlp.grok.io
Class Festival

java.lang.Object
  |
  +--opennlp.grok.io.Festival
All Implemented Interfaces:
opennlp.common.generate.Mouth, opennlp.common.generate.Synthesizer

public class Festival
extends java.lang.Object
implements opennlp.common.generate.Synthesizer

A shell for communicating with the Festival speech synthesis program.

Version:
$Revision: 1.3 $, $Date: 2002/02/08 12:13:36 $
Author:
Gann Bierner

Constructor Summary
Festival()
           
 
Method Summary
 void clear()
           
 void close()
           
static void main(java.lang.String[] args)
           
 void open()
           
 void speak(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Festival

public Festival()
Method Detail

clear

public void clear()
Specified by:
clear in interface opennlp.common.generate.Mouth

open

public void open()
Specified by:
open in interface opennlp.common.generate.Mouth

close

public void close()
Specified by:
close in interface opennlp.common.generate.Mouth

speak

public void speak(java.lang.String s)
Specified by:
speak in interface opennlp.common.generate.Mouth

main

public static void main(java.lang.String[] args)


Copyright © 2003 Jason Baldridge and Gann Bierner. All Rights Reserved.