Uses of Class
arch.Polyphone

Packages that use Polyphone
arch   
 

Uses of Polyphone in arch
 

Methods in arch that return Polyphone
static Polyphone[] Polyphone.extractPolyphonesFromWordTranscription(java.lang.String[] trans)
          Extract all possible polyphones from the given word transcription.
 Polyphone PhoneInventory.getMonophone(java.lang.String phone)
          Retrieve the most general polyphone for the given phone
 Polyphone PhoneInventory.getPolyphone(java.lang.String phoneInContext)
          Retrieve a certain polyphone
 Polyphone[] PhoneInventory.translateWord(java.lang.String[] transcription)
          Construct the Polyphone sequence for a given transcription.
 

Methods in arch with parameters of type Polyphone
 void Polyphone.addChild(Polyphone child)
          Add a Polyphone to the hierarchy
 void PhoneInventory.addPolyphone(Polyphone p)
          Add a single polyphone to the inventory, ignore if already present.
 void PhoneInventory.addPolyphones(Polyphone[] ps)
          Add a list of polyphones to the inventory.
 void LexicalTree.addToTree(Lexicon.Entry word, Polyphone[] transcription)
          Add a Polyphone sequence (i.e.
 boolean Polyphone.equals(Polyphone p)
           
 boolean Polyphone.generalizes(Polyphone p)
          Check whether or not the polyphone generalizes the referenced polyphone NB: An equal polyphone is not a generalization!
 boolean Polyphone.specializes(Polyphone p)
          Check whether or not the polyphone specializes the referenced polyphone.