Skip to content

Commit

Permalink
Make fallback analyser target operate on final FST’s, to avoid it bei…
Browse files Browse the repository at this point in the history
…ng applied too early, adding an additional, unintended inversion step
  • Loading branch information
snomos committed Apr 11, 2024
1 parent 3b31f19 commit 886e795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion am-shared/tools-spellcheckers-dir-include.am
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ noinst_DATA=$(GT_COMMON_SPELLER_HFST)
$(AM_V_CP)cp -f $< $@

# Invert the final fst, to enable symmetric yaml tests and easy manual testing:
.generated/analyser-%.hfst: .generated/generator-%.hfst
analyser-%.hfst: generator-%.hfst
$(AM_V_INVERT)$(HFST_INVERT) $(MORE_VERBOSITY) $(HFST_FLAGS) -i $< -o $@

####### Other targets: ###########
Expand Down

0 comments on commit 886e795

Please sign in to comment.