Skip to content

Commit

Permalink
s:src/filters:src/fst/filters:
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Apr 8, 2024
1 parent 8a5c19f commit 1419068
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions tools/mt/Makefile.modifications.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ CLEAN_FILES+=

# 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/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
$(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. @\"$<\" \
;" \
| $(HFST_REGEXP2FST) $(HFST_FLAGS) $(HFST_FORMAT) \
Expand All @@ -45,21 +45,21 @@ 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/fst/filters/remove-norm-comp-tags.hfst \
$(top_builddir)/src/fst/filters/remove-derivation-position-tags.hfst \
filters/make-optional-Attr_before_dervuota-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/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
$(AM_V_RGX2FST)$(PRINTF) "\
@\"filters/make-optional-Attr_before_dervuota-tags.hfst\" \
.o. @\"$(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\" \
.o. @\"$(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. @\"$<\" \
;" \
| $(HFST_REGEXP2FST) $(HFST_FLAGS) $(HFST_FORMAT) \
Expand Down

0 comments on commit 1419068

Please sign in to comment.