mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 11:08:35 -06:00
initialized Slovak (Slo) by cloning from Czech
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
concrete RelativeSlo of Relative = CatSlo ** open
|
||||
ParadigmsSlo,
|
||||
ResSlo,
|
||||
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