Skip to content

Commit

Permalink
Fix for G2P compiler (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcauliffe authored Oct 11, 2023
1 parent 8eff99d commit f695c31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kalpy/fstext/lexicon.py
Original file line number Diff line number Diff line change
Expand Up @@ -1002,6 +1002,7 @@ def __init__(
self.word_begin_label = "#1"
self.word_end_label = "#2"
self.position_dependent_phones = position_dependent_phones
self.disambiguation = False

def phones_to_pronunciations(
self,
Expand Down

0 comments on commit f695c31

Please sign in to comment.