mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-30 10:28:53 -06:00
(Dut) Fix bug in regAdjective: now matching a pattern #dupCons, not just any suffix
This commit is contained in:
@@ -111,7 +111,7 @@ resource ResDut = ParamX ** open Prelude, Predef in {
|
|||||||
|
|
||||||
b + v@#dupVow + c@? => b + shortVoc v c + "e" ;
|
b + v@#dupVow + c@? => b + shortVoc v c + "e" ;
|
||||||
b + #diphthong + ? => endCons s + "e" ;
|
b + #diphthong + ? => endCons s + "e" ;
|
||||||
b + v@#vowel + c@dupCons => b + v + c + c + "e" ;
|
b + v@#vowel + c@#dupCons => b + v + c + c + "e" ;
|
||||||
_ => endCons s + "e"
|
_ => endCons s + "e"
|
||||||
} ;
|
} ;
|
||||||
in reg2Adjective s se ;
|
in reg2Adjective s se ;
|
||||||
|
|||||||
Reference in New Issue
Block a user