mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
(Hun) Add dLó to smart paradigm
This commit is contained in:
@@ -103,6 +103,7 @@ oper
|
|||||||
regNoun : Str -> Noun = \sgnom -> case sgnom of {
|
regNoun : Str -> Noun = \sgnom -> case sgnom of {
|
||||||
_ + "a"|"e" => dAlma sgnom ;
|
_ + "a"|"e" => dAlma sgnom ;
|
||||||
_ + ("á"|"é") + ? => dMadár sgnom ;
|
_ + ("á"|"é") + ? => dMadár sgnom ;
|
||||||
|
_ + ("ó"|"ő") => dLó sgnom ;
|
||||||
|
|
||||||
-- TODO: more non-smart paradigms + more pattern matching
|
-- TODO: more non-smart paradigms + more pattern matching
|
||||||
-- TODO: smart paradigms with >1 form. Which forms are the most descriptive?
|
-- TODO: smart paradigms with >1 form. Which forms are the most descriptive?
|
||||||
|
|||||||
Reference in New Issue
Block a user