From d8ea386990aa9323423b2c09742b1d8c7c025d54 Mon Sep 17 00:00:00 2001 From: Jack Rueter Date: Tue, 22 Aug 2023 17:56:39 +0300 Subject: [PATCH] Update Makefile.modifications.am Experimenting with removal of hard-sign-in-first-syllable, which is necessary in apertium. Not successful. Comment out attempt --- tools/mt/Makefile.modifications.am | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/mt/Makefile.modifications.am b/tools/mt/Makefile.modifications.am index 19b5e834..12c0c535 100644 --- a/tools/mt/Makefile.modifications.am +++ b/tools/mt/Makefile.modifications.am @@ -18,3 +18,11 @@ CLEAN_FILES+= ################################################################## #### Build rules - add targets and their build rules below: + +#generator-mt-gt-norm.hfst: generator-mt-gt-norm.tmp.hfst \ +# $(top_builddir)/src/filters/remove-hard-sign-in-first-syllable.hfst +# $(AM_V_RGX2FST)$(PRINTF) "\ +# @\"$(top_builddir)/src/filters/remove-hard-sign-in-first-syllable.hfst\" \ +# | $(HFST_REGEXP2FST) $(HFST_FLAGS) $(HFST_FORMAT) \ +# -S --xerox-composition=ON \ +# -o $@