Skip to content

Commit

Permalink
use mobile with mobile etc
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Jan 3, 2025
1 parent 75a425e commit f7ffa9c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -421,11 +421,11 @@ $(GIELLA_MOBILE_EASTEREGGS): \
####### Speller acceptor: #######
# Build the automaton used for the speller
$(MOB_GT_SPELLER_ACCEPTOR): \
acceptor.%.hfst: $(MOB_GT_SPELLER_HFST) .generated/easteregg.%.hfst
acceptor.%.mobile.hfst: $(MOB_GT_SPELLER_HFST) .generated/easteregg.%.mobile.hfst
$(AM_V_PROJECT)$(HFST_PROJECT) $(HFST_FLAGS) \
$(MORE_VERBOSITY) --project=lower < $< \
| $(HFST_MINIMIZE_SPELLER) \
| $(HFST_DISJUNCT) $(MORE_VERBOSITY) - .generated/easteregg.$*.hfst \
| $(HFST_DISJUNCT) $(MORE_VERBOSITY) - .generated/easteregg.$*.mobile.hfst \
| $(HFST_PUSH_WEIGHTS) $(MORE_VERBOSITY) --push=initial \
| $(HFST_FST2FST) $(MORE_VERBOSITY) $(HFST_FLAGS) -f olw \
-o $@
Expand Down

0 comments on commit f7ffa9c

Please sign in to comment.