forked from GitHub/gf-rgl
(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 + #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"
|
||||
} ;
|
||||
in reg2Adjective s se ;
|
||||
|
||||
Reference in New Issue
Block a user