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

My instances are phrases. They can carry a phrase accent ('H-' or 'L-') and a boundary tone ('H%', 'L%', '%H').

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

  enumarating
  eventsDo:
syllablesDo:

  printing
  printOn:

class methods
  no messages
 

instance methods
  accessing top  
 

accent


 

accent:


 

accept:


 

events


 

lastSyllable


 

string


 

string:


 

words


 

words:


  enumarating top  
 

eventsDo:


 

syllablesDo:


  printing top  
 

printOn:

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


class methods
  no messages top