Skip to content

Commit

Permalink
Comment out unused TTS generators
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Jan 30, 2025
1 parent 0e9a4c2 commit a5e2935
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/fst/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ endif # WANT_GENERATION

if WANT_PHONETIC
GT_ANALYSERS+=
GT_GENERATORS+=generator-tts-gt-norm_nonum_noabbr_nohyph_sme.xfst \
generator-tts-gt-norm_nonum_noabbr_nohyph_fin.xfst \
generator-tts-gt-norm_nonum_noabbr_nohyph_nob.xfst
#GT_GENERATORS+=generator-tts-gt-norm_nonum_noabbr_nohyph_sme.xfst \
# generator-tts-gt-norm_nonum_noabbr_nohyph_fin.xfst \
# generator-tts-gt-norm_nonum_noabbr_nohyph_nob.xfst
endif # WANT_PHONETIC

if WANT_CUSTOM_FSTS
Expand All @@ -87,9 +87,9 @@ endif # WANT_GENERATION

if WANT_PHONETIC
GT_ANALYSERS+=
GT_GENERATORS+=generator-tts-gt-norm_nonum_noabbr_nohyph_sme.hfst \
generator-tts-gt-norm_nonum_noabbr_nohyph_fin.hfst \
generator-tts-gt-norm_nonum_noabbr_nohyph_nob.hfst
#GT_GENERATORS+=generator-tts-gt-norm_nonum_noabbr_nohyph_sme.hfst \
# generator-tts-gt-norm_nonum_noabbr_nohyph_fin.hfst \
# generator-tts-gt-norm_nonum_noabbr_nohyph_nob.hfst
endif # WANT_PHONETIC

if WANT_CUSTOM_FSTS
Expand Down

0 comments on commit a5e2935

Please sign in to comment.