Skip to content

Commit

Permalink
use same rules for pmatchdisamb and disamb??
Browse files Browse the repository at this point in the history
fixes #3
  • Loading branch information
flammie committed Mar 28, 2024
1 parent a6792aa commit bdcd143
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/fst/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -159,18 +159,24 @@ endif
# mainly due to the target pattern, thus listed here. The rule body and the
# dependencies should be the same as the regular disamb analysers below:
.generated/analyser-pmatchdisamb-gt-desc.hfst: .generated/analyser-pmatchdisamb-gt-desc.tmp.hfst \
filters/remove-norm-comp-tags.hfst \
filters/remove-derivation-position-tags.hfst \
filters/remove-norm-comp-tags.hfst \
filters/remove-orig_lang-tags.hfst \
filters/remove-dialect-tags.hfst \
filters/remove-homonymy-tags.hfst \
filters/remove-hard-sign-in-first-syllable.hfst \
filters/rename-POS_before_Der-tags.hfst \
filters/remove-usage-tags.hfst
$(AM_V_HXFST)$(PRINTF) "read regex \
@\"filters/remove-usage-tags.hfst\" \
.o. @\"filters/remove-derivation-position-tags.hfst\" \
.o. @\"filters/remove-norm-comp-tags.hfst\" \
.o. @\"filters/remove-orig_lang-tags.hfst\" \
.o. @\"filters/remove-dialect-tags.hfst\" \
.o. @\"filters/remove-homonymy-tags.hfst\" \
.o. @\"filters/remove-norm-comp-tags.hfst\" \
.o. @\"filters/rename-POS_before_Der-tags.hfst\" \
.o. @\"$<\" \
.o. @\"filters/remove-hard-sign-in-first-syllable.hfst\" \
;\n\
invert net\n\
save stack $@\n\
Expand Down

0 comments on commit bdcd143

Please sign in to comment.