Skip to content

Commit

Permalink
Add boundary marker "#" after oblique affixes
Browse files Browse the repository at this point in the history
  • Loading branch information
coxchristopher committed Jun 26, 2024
1 parent 60c722e commit ffeed23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fst/morphology/verb_lexicon.xfscript.in
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ffeed23

Please sign in to comment.