Skip to content

Commit

Permalink
Add Err/Orth-glide-final
Browse files Browse the repository at this point in the history
Толстойнь
  • Loading branch information
rueter committed Oct 27, 2024
1 parent 33dcb5d commit 41fd457
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/fst/morphology/phonology.twolc
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ Alphabet !!≈!!The base @CODE@
%^Devoice:0 !!= @CODE@ for devoicing изь:исть
%^PXSG1:0 !!= @CODE@ кядне, ярмаконе не vs %{ЕОØ%}не
%^CnsSt:0 !!= @CODE@ улемс:уль%^CnsSt%>%{АЕØ%}
%^Glide:0 !!= @CODE@ Толстой:Толстой%^Glide%>нь

TLoss:0
SLoss:0
Expand Down Expand Up @@ -1266,6 +1267,10 @@ KLoss:0 /<= [[ :* Letters ] - [ :* :к ] ] %> _ ;
!! **@RULENAME@**
SLoss:0 /<= [[ :* Letters ] - [ :* :с ] ] %> _ ;

"Disallow Glide after non-glides"
!! **@RULENAME@**
%^Glide:0 /<= [[ :* Letters ] - [ :* й ] ] _ ;

!"Disallow VLoss after non-U2I2"
!!! __@RULENAME@__
!VLoss:0 /<= [[ :* [ Letters | А1: | %{АЯ%}: | %{ИЫЙ%}: | К1: | %{ЬØ%}: | %{гк%}: | %{вгк%}: | К3: ] ] - [ :* [ У2: | И2: ] ] ] %> _ ;
Expand Down
2 changes: 2 additions & 0 deletions src/fst/morphology/root.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Multichar_Symbols !!≈!!@CODE@ / Analysis symbols
+Err/Orth-soft-loss !!≈ * @CODE@ $тиендсазь €тиендьсазь
+Err/Orth-soft-kept !!≈ * @CODE@ шяярьня
+Err/Orth-colloq !!≈ * @CODE@ Евсеич
+Err/Orth-glide-final !!≈ * @CODE@ Толстойнь,
+Err/MissingSpace
+Err/Orth-old1 !!≈ * @CODE@ * old1 like озимь, морковь 1930–1940
+Err/Orth-pre1978 !!≈ * @CODE@ * orthography preceding 1978
Expand Down Expand Up @@ -689,6 +690,7 @@ Multichar_Symbols !!≈!!@CODE@ / Analysis symbols
%^Devoice !!= @CODE@ for devoicing изь:исть
%^PXSG1 !!= @CODE@ кядне, ярмаконе не vs %{ЕОØ%}не
%^CnsSt !!= @CODE@ улемс:уль%^CnsSt%>%{АЕØ%}
%^Glide !!= @CODE@ Толстой:Толстой%^Glide%>нь

{front} {back}
%>
Expand Down

0 comments on commit 41fd457

Please sign in to comment.