Skip to content

Commit

Permalink
Comment out rules that are in conflict
Browse files Browse the repository at this point in the history
d:t
d:0, z:s
these are dealt with elsewhere, but suddenly, out of nowhere, were suddenly revealed as conflicting.
  • Loading branch information
rueter committed Nov 20, 2024
1 parent 8ac4f19 commit 53890cf
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/fst/morphology/phonology.twolc
Original file line number Diff line number Diff line change
Expand Up @@ -256,19 +256,19 @@ d:z <=> [ n | l | r | Vow ] _ %^TS:0 ; ! GRC ;
! [ n | l | r | Vow Vow ] _ %^TS:0 ; ! pittää: piti


"d:t in voden, vot"
!! **@RULENAME@**
d:t <=> [ d: | ( n | l | r ) ’ | z: ] %^DEVOICE:0 %> _ [ # | %- ] ;
!"d:t in voden, vot"
!!! **@RULENAME@**
! d:t <=> [ d: | ( n | l | r ) ’ | z: ] %^DEVOICE:0 %> _ [ # | %- ] ;

"d:0 in voden, vot"
!! **@RULENAME@**
d:0 <=> _ %^DEVOICE:0 %> d: ;
!"d:0 in voden, vot"
!!! **@RULENAME@**
! d:0 <=> _ %^DEVOICE:0 %> d: ;

"z:s in meletuz:meletust"
!! **@RULENAME@**
z:s <=> _ %^DEVOICE:0 ;
!"z:s in meletuz:meletust"
!!! **@RULENAME@**
! z:s <=> _ %^DEVOICE:0 ;

"’:0 before vowels"
"’:0 before front vowels"
!! **@RULENAME@**
’:0 <=> _ %> Vow ;
’:0 <=> _ %> [VowFront | VowNeutral ] ;

0 comments on commit 53890cf

Please sign in to comment.