mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
added relative pronoun
This commit is contained in:
@@ -46,6 +46,7 @@ lincat VPSlash = {present : Aspect => Number => Person => Str;
|
||||
lincat Cl = {present : Aspect => Str;
|
||||
aorist : Str;
|
||||
participle : {aorist : Aspect => Str; perfect : Aspect => Str}} ;
|
||||
lincat RP = {s : GenNum => Str} ;
|
||||
lincat IP = {s : Str} ;
|
||||
lincat Subj = {s : Str} ;
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
concrete GrammarMkd of Grammar = VerbMkd,SentenceMkd,NounMkd,AdverbMkd,AdjectiveMkd,NumeralMkd,PhraseMkd,TextX,StructuralMkd,TenseX ** {
|
||||
concrete GrammarMkd of Grammar = VerbMkd,SentenceMkd,NounMkd,AdverbMkd,AdjectiveMkd,NumeralMkd,PhraseMkd,RelativeMkd,TextX,StructuralMkd,TenseX ** {
|
||||
}
|
||||
|
||||
9
src/macedonian/RelativeMkd.gf
Normal file
9
src/macedonian/RelativeMkd.gf
Normal file
@@ -0,0 +1,9 @@
|
||||
concrete RelativeMkd of Relative = CatMkd ** open Prelude,ResMkd in {
|
||||
lin IdRP = {s = table {
|
||||
GSg Masc => "кој" ;
|
||||
GSg Fem => "која" ;
|
||||
GSg Neuter => "кое" ;
|
||||
GPl => "кои"
|
||||
}
|
||||
} ;
|
||||
}
|
||||
Reference in New Issue
Block a user