Class Phonemator

java.lang.Object
  extended byPhonemator

public class Phonemator
extends java.lang.Object

A Phonemator generates a phonetic representation of a German word based on the graphemic representation.


Constructor Summary
Phonemator()
          Create an instance of Phonemator.
 
Method Summary
 void phonemate(YaspWord word)
          Can only be called on a hyphenated YaspWord.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Phonemator

public Phonemator()
Create an instance of Phonemator.

Method Detail

phonemate

public void phonemate(YaspWord word)
Can only be called on a hyphenated YaspWord.