Squeak Class Documentation category index | class index  
 
Clause
  category: Speech-TTS
  superclass: Object
  subclasses:

My instances are clauses. They can carry a phrase accent (applicable to their last phrase) and a boundary tone: 'L- L%' (for declarative sentences in American English), 'H- H%' (for Yes-No questions), etc.

instance methods
  accessing
  accent
accent:
accept:
events
lastSyllable
phrases
phrases:
string
string:

  enumarating
  eventsDo:
syllablesDo:
wordsDo:

  printing
  printOn:

class methods
  no messages
 

instance methods
  accessing top  
 

accent


 

accent:


 

accept:


 

events


 

lastSyllable


 

phrases


 

phrases:


 

string


 

string:


  enumarating top  
 

eventsDo:


 

syllablesDo:


 

wordsDo:


  printing top  
 

printOn:

Append to the argument, aStream, a sequence of characters that
identifies the receiver.


class methods
  no messages top