forked from GitHub/gf-rgl
started Czech with a mini-like coverage
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
concrete RelativeCze of Relative = CatCze ** open
|
||||
ParadigmsCze,
|
||||
ResCze,
|
||||
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