Skip to content

Commit

Permalink
Added master compilation file for regular bla FSTs.
Browse files Browse the repository at this point in the history
  • Loading branch information
aarppe committed Nov 11, 2024
1 parent 8bdf9d5 commit d92b3a9
Showing 1 changed file with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
! read lexc lexicon.lexc
! save stack lexicon.hfst
load lexicon.hfst
define Morph


! source ../phonology.xfscript
! save stack phonology.hfst
load phonology.hfst
define Phon

source ../../../orthography/spellrelax_weighted.regex

set flag-is-epsilon ON
regex [ Morph .o. Phon ];
twosided flag-diacritics

save stack generator-gt-norm.hfst
invert net
save stack analyzer-gt-norm.hfst
invert net
define Norm

regex [ Norm .o. SpellRelaxWeighted ];
twosided flag-diacritics
invert net
save stack analyzer-gt-desc.hfst

0 comments on commit d92b3a9

Please sign in to comment.