We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0037b59 commit 1fd33bdCopy full SHA for 1fd33bd
src/fst/morphology/phonology.twolc
@@ -81,10 +81,12 @@ HarmDummies = %{back%} %{front%} ; !!= * **@CODE@**
81
Definitions
82
83
!! Back Harmony BHARM
84
-BHARM = [ %{back%}: \[ # | %{front%}: ]* ] ;
+BHARM = [ %{back%}: \[ # | %{front%}: |FrontVow:|:FrontVow]* ] ;
85
+! [ %{back%}: \[ # | %{front%}: ]* ] ; 2024-03-28
86
87
!! Front Harmony FHARM
-FHARM = [ %{front%}: \[ # | %{back%}: ]* ] ;
88
+FHARM = [ %{front%}: \[ # | %{back%}: |BackVow: |:BackVow]* ] ;
89
+! [ %{front%}: \[ # | %{back%}: ]* ] ; 2024-03-28
90
91
92
!! LFH
0 commit comments