Skip to content

Commit

Permalink
path and dep, fixes #54
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Aug 30, 2024
1 parent 58edd94 commit 301e036
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions am-shared/tools-hyphenators-dir-include.am
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,11 @@ lexicon-gt-desc-clean.hfst: lexicon-gt-desc.hfst \
quit\n" | $(HFST_XFST) -p $(MORE_VERBOSITY)

# 1. get all Err-tags, add weight 15000, and cat to tagweight file
all_tags.txt: $(TAGWEIGHTS)
all_tags.txt: $(TAGWEIGHTS) \
$(top_builddir)/src/fst/filters/.generated/error-tags.txt
$(AM_V_CP)cp -f $< $@
$(AM_V_GEN)sed $$'s/$$/\t15000/' $(top_builddir)/src/fst/filters/error-tags.txt \
$(AM_V_GEN)sed $$'s/$$/\t15000/' \
$(top_builddir)/src/fst/filters/.generated/error-tags.txt \
>> $@

# 2. add tag weights:
Expand Down

0 comments on commit 301e036

Please sign in to comment.