Exemplo n.º 1
0
 def test_is_the_au_sound(self):
     """
             TestPhoneticSegment.test_is_the_au_sound
     """
     phoseg = PhoneticSegment()
     phoseg.init_by_name("low front unrounded to close back rounded diphthong")
     self.assertTrue(phoseg.is_the_au_sound())