mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 20:18:33 -06:00
started Croatian, some noun declensions in place
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
concrete RelativeHrv of Relative = CatHrv ** open
|
||||
ParadigmsHrv,
|
||||
ResHrv,
|
||||
Prelude in {
|
||||
|
||||
lin
|
||||
RelVP rp vp = vp ** {
|
||||
subj =
|
||||
let rel = (adjFormsAdjective rp).s
|
||||
in \\a => case a of {
|
||||
Ag g n _ => rel ! g ! n ! Nom
|
||||
}
|
||||
} ;
|
||||
|
||||
IdRP = mkA "který" ;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user