Skip to content

Commit

Permalink
fix: grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jul 18, 2022
1 parent 5b5d0b5 commit e14cbcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions g2p/tests/test_mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@ def test_g2p_studio_csv(self):
tf.close()
mapping = Mapping(tf.name)
transducer = Transducer(mapping)
self.assertEqual(transducer("tee on herkullinen").output_string,
"teː on herkullinen")
self.assertEqual(transducer("tee on herkullista").output_string,
"teː on herkullistɑ")
os.unlink(tf.name)


Expand Down

0 comments on commit e14cbcd

Please sign in to comment.