initialized Slovak (Slo) by cloning from Czech

This commit is contained in:
Aarne Ranta
2020-04-18 09:07:51 +02:00
parent 54a0863f48
commit 1eabf5c863
29 changed files with 1838 additions and 0 deletions
+18
View File
@@ -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ý" ;
}