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

My instances are syllables. They can carry a pitch accent: 'H*', 'L*', etc.

instance methods
  accessing
  accent
accent:
accept:
events
phonemes
phonemes:
stress

  enumarating
  eventsDo:

  printing
  printOn:

  testing
  hasPrimaryStress
hasSecondaryStress
isAccented

class methods
  no messages
 

instance methods
  accessing top  
 

accent


 

accent:


 

accept:


 

events


 

phonemes


 

phonemes:


 

stress


  enumarating top  
 

eventsDo:


  printing top  
 

printOn:

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


  testing top  
 

hasPrimaryStress


 

hasSecondaryStress


 

isAccented


class methods
  no messages top