From 708126ca5b9f028d10d98b5b28c650b2d2cbe69e Mon Sep 17 00:00:00 2001 From: Flammie A Pirinen Date: Wed, 31 Jan 2024 13:55:16 +0100 Subject: [PATCH] s:src/filters:src/fst/filters: --- tools/mt/Makefile.modifications.am | 60 +++++++++---------- .../Makefile.mod-spellcheckers.am | 8 +-- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/tools/mt/Makefile.modifications.am b/tools/mt/Makefile.modifications.am index c34e546d..6bc6b1c5 100644 --- a/tools/mt/Makefile.modifications.am +++ b/tools/mt/Makefile.modifications.am @@ -20,24 +20,24 @@ CLEAN_FILES+= #### Build rules - add targets and their build rules below: # We want to rename the POS tags in front of derivations: analyser-mt-gt-desc.hfst: analyser-mt-gt-desc.tmp.hfst \ - $(top_builddir)/src/filters/remove-norm-comp-tags.hfst \ - $(top_builddir)/src/filters/remove-derivation-position-tags.hfst \ - $(top_builddir)/src/filters/rename-POS_before_Der-tags.hfst \ - $(top_builddir)/src/filters/remove-Use_minus_PMatch-tags.hfst \ - $(top_builddir)/src/filters/remove-Use_PMatch-strings.hfst \ - $(top_builddir)/src/filters/remove-Use_GC-strings.hfst \ - $(top_builddir)/src/filters/remove-Use_minusGC-tags.hfst \ - $(top_builddir)/src/filters/remove-hard-sign-in-first-syllable.hfst + $(top_builddir)/src/fst/filters/remove-norm-comp-tags.hfst \ + $(top_builddir)/src/fst/filters/remove-derivation-position-tags.hfst \ + $(top_builddir)/src/fst/filters/rename-POS_before_Der-tags.hfst \ + $(top_builddir)/src/fst/filters/remove-Use_minus_PMatch-tags.hfst \ + $(top_builddir)/src/fst/filters/remove-Use_PMatch-strings.hfst \ + $(top_builddir)/src/fst/filters/remove-Use_GC-strings.hfst \ + $(top_builddir)/src/fst/filters/remove-Use_minusGC-tags.hfst \ + $(top_builddir)/src/fst/filters/remove-hard-sign-in-first-syllable.hfst $(AM_V_RGX2FST)$(PRINTF) "\ - @\"$(top_builddir)/src/filters/remove-derivation-position-tags.hfst\" \ - .o. @\"$(top_builddir)/src/filters/remove-norm-comp-tags.hfst\" \ - .o. @\"$(top_builddir)/src/filters/rename-POS_before_Der-tags.hfst\" \ - .o. @\"$(top_builddir)/src/filters/remove-Use_minus_PMatch-tags.hfst\" \ - .o. @\"$(top_builddir)/src/filters/remove-Use_PMatch-strings.hfst\" \ - .o. @\"$(top_builddir)/src/filters/remove-Use_GC-strings.hfst\" \ - .o. @\"$(top_builddir)/src/filters/remove-Use_minusGC-tags.hfst\" \ + @\"$(top_builddir)/src/fst/filters/remove-derivation-position-tags.hfst\" \ + .o. @\"$(top_builddir)/src/fst/filters/remove-norm-comp-tags.hfst\" \ + .o. @\"$(top_builddir)/src/fst/filters/rename-POS_before_Der-tags.hfst\" \ + .o. @\"$(top_builddir)/src/fst/filters/remove-Use_minus_PMatch-tags.hfst\" \ + .o. @\"$(top_builddir)/src/fst/filters/remove-Use_PMatch-strings.hfst\" \ + .o. @\"$(top_builddir)/src/fst/filters/remove-Use_GC-strings.hfst\" \ + .o. @\"$(top_builddir)/src/fst/filters/remove-Use_minusGC-tags.hfst\" \ .o. @\"$<\" \ - .o. @\"$(top_builddir)/src/filters/remove-hard-sign-in-first-syllable.hfst\" \ + .o. @\"$(top_builddir)/src/fst/filters/remove-hard-sign-in-first-syllable.hfst\" \ ;" \ | $(HFST_REGEXP2FST) $(HFST_FLAGS) $(HFST_FORMAT) \ -S --xerox-composition=ON \ @@ -46,22 +46,22 @@ analyser-mt-gt-desc.hfst: analyser-mt-gt-desc.tmp.hfst \ # And also for the generator: generator-mt-gt-norm.hfst: generator-mt-gt-norm.tmp.hfst \ - $(top_builddir)/src/filters/remove-norm-comp-tags.hfst \ - $(top_builddir)/src/filters/remove-derivation-position-tags.hfst \ - $(top_builddir)/src/filters/remove-Use_minus_PMatch-tags.hfst \ - $(top_builddir)/src/filters/remove-Use_PMatch-strings.hfst \ - $(top_builddir)/src/filters/remove-Use_GC-strings.hfst \ - $(top_builddir)/src/filters/remove-Use_minusGC-tags.hfst \ - $(top_builddir)/src/filters/remove-hard-sign-in-first-syllable.hfst + $(top_builddir)/src/fst/filters/remove-norm-comp-tags.hfst \ + $(top_builddir)/src/fst/filters/remove-derivation-position-tags.hfst \ + $(top_builddir)/src/fst/filters/remove-Use_minus_PMatch-tags.hfst \ + $(top_builddir)/src/fst/filters/remove-Use_PMatch-strings.hfst \ + $(top_builddir)/src/fst/filters/remove-Use_GC-strings.hfst \ + $(top_builddir)/src/fst/filters/remove-Use_minusGC-tags.hfst \ + $(top_builddir)/src/fst/filters/remove-hard-sign-in-first-syllable.hfst $(AM_V_RGX2FST)$(PRINTF) "\ - @\"$(top_builddir)/src/filters/remove-derivation-position-tags.hfst\" \ - .o. @\"$(top_builddir)/src/filters/remove-norm-comp-tags.hfst\" \ - .o. @\"$(top_builddir)/src/filters/remove-Use_minus_PMatch-tags.hfst\" \ - .o. @\"$(top_builddir)/src/filters/remove-Use_PMatch-strings.hfst\" \ - .o. @\"$(top_builddir)/src/filters/remove-Use_GC-strings.hfst\" \ - .o. @\"$(top_builddir)/src/filters/remove-Use_minusGC-tags.hfst\" \ + @\"$(top_builddir)/src/fst/filters/remove-derivation-position-tags.hfst\" \ + .o. @\"$(top_builddir)/src/fst/filters/remove-norm-comp-tags.hfst\" \ + .o. @\"$(top_builddir)/src/fst/filters/remove-Use_minus_PMatch-tags.hfst\" \ + .o. @\"$(top_builddir)/src/fst/filters/remove-Use_PMatch-strings.hfst\" \ + .o. @\"$(top_builddir)/src/fst/filters/remove-Use_GC-strings.hfst\" \ + .o. @\"$(top_builddir)/src/fst/filters/remove-Use_minusGC-tags.hfst\" \ .o. @\"$<\" \ - .o. @\"$(top_builddir)/src/filters/remove-hard-sign-in-first-syllable.hfst\" \ + .o. @\"$(top_builddir)/src/fst/filters/remove-hard-sign-in-first-syllable.hfst\" \ ;" \ | $(HFST_REGEXP2FST) $(HFST_FLAGS) $(HFST_FORMAT) \ -S --xerox-composition=ON \ diff --git a/tools/spellcheckers/Makefile.mod-spellcheckers.am b/tools/spellcheckers/Makefile.mod-spellcheckers.am index b4ababaa..c75c693b 100644 --- a/tools/spellcheckers/Makefile.mod-spellcheckers.am +++ b/tools/spellcheckers/Makefile.mod-spellcheckers.am @@ -11,20 +11,20 @@ # build rules generator-speller-gt-norm.%: analyser-speller-gt-norm.tmp.% \ - $(top_builddir)/src/filters/remove-hard-sign-in-first-syllable.% + $(top_builddir)/src/fst/filters/remove-hard-sign-in-first-syllable.% $(AM_V_XFST_TOOL)$(PRINTF) "read regex \ @\"$<\" \ - .o. @\"$(top_builddir)/src/filters/remove-hard-sign-in-first-syllable.$*\" \ + .o. @\"$(top_builddir)/src/fst/filters/remove-hard-sign-in-first-syllable.$*\" \ ;\n\ $(INVERT_XFST)$(INVERT_FOMA)\ save stack $@\n\ quit\n" | $(XFST_TOOL) analyser-speller-gt-norm.%: analyser-speller-gt-norm.tmp.% \ - $(top_builddir)/src/filters/remove-hard-sign-in-first-syllable.% + $(top_builddir)/src/fst/filters/remove-hard-sign-in-first-syllable.% $(AM_V_XFST_TOOL)$(PRINTF) "read regex \ @\"$<\" \ - .o. @\"$(top_builddir)/src/filters/remove-hard-sign-in-first-syllable.$*\" \ + .o. @\"$(top_builddir)/src/fst/filters/remove-hard-sign-in-first-syllable.$*\" \ ;\n\ $(INVERT_HFST)\ save stack $@\n\