Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Invert the spell-relax regex. Addresses #12.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieantonio committed Oct 30, 2019
1 parent e3a1d46 commit 751f86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/morphological-fst-rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ crk-strict-analyzer.hfst: crk-normative-generator.hfst

crk-orth.hfst: $(ORTHOGRAPHY)
-@echo "$(_EMPH)Compiling regular expression implementing spelling-relaxation.$(_RESET)"
hfst-regexp2fst -S -i $< -o $@
hfst-regexp2fst -S -i $< | hfst-invert -o $@

crk-descriptive-analyzer.hfst: crk-orth.hfst crk-strict-analyzer.hfst
-@echo "$(_EMPH)Composing spelling relaxation transducer with normative analyzer transducer to create descriptive analyzer.$(_RESET)"
Expand Down

0 comments on commit 751f86f

Please sign in to comment.