From ffeed23e16df56de4876808e01fceed1afd15065 Mon Sep 17 00:00:00 2001 From: Christopher Cox Date: Wed, 26 Jun 2024 14:55:52 -0400 Subject: [PATCH] Add boundary marker "#" after oblique affixes --- src/fst/morphology/verb_lexicon.xfscript.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fst/morphology/verb_lexicon.xfscript.in b/src/fst/morphology/verb_lexicon.xfscript.in index 7a534d1..ef0b3c7 100644 --- a/src/fst/morphology/verb_lexicon.xfscript.in +++ b/src/fst/morphology/verb_lexicon.xfscript.in @@ -116,7 +116,7 @@ define SimplifyBoundaries [ [ "=" "=" -> "=" , "_" "_" -> "_" , "." "." -> "." ] ]; # Concatenate ObliqueAffixes and the other inflectional FSTs. -read regex WordForms .o. [..] -> ObliqueAffixes || .#. _; +read regex WordForms .o. [..] -> ObliqueAffixes "#" || .#. _; twosided flag-diacritics define Grammar;