Skip to content

Commit 1fd33bd

Browse files
committed
Edit FHARM and BHARM definitions
1 parent 0037b59 commit 1fd33bd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/fst/morphology/phonology.twolc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,12 @@ HarmDummies = %{back%} %{front%} ; !!= * **@CODE@**
8181
Definitions
8282

8383
!! Back Harmony BHARM
84-
BHARM = [ %{back%}: \[ # | %{front%}: ]* ] ;
84+
BHARM = [ %{back%}: \[ # | %{front%}: |FrontVow:|:FrontVow]* ] ;
85+
! [ %{back%}: \[ # | %{front%}: ]* ] ; 2024-03-28
8586

8687
!! Front Harmony FHARM
87-
FHARM = [ %{front%}: \[ # | %{back%}: ]* ] ;
88+
FHARM = [ %{front%}: \[ # | %{back%}: |BackVow: |:BackVow]* ] ;
89+
! [ %{front%}: \[ # | %{back%}: ]* ] ; 2024-03-28
8890

8991

9092
!! LFH

0 commit comments

Comments
 (0)