forked from GitHub/gf-rgl
fix UseN and PositA
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
concrete AdjectiveBel of Adjective = CatBel ** {
|
concrete AdjectiveBel of Adjective = CatBel ** {
|
||||||
--lin
|
lin
|
||||||
-- PositA a = a ;
|
PositA a = a ;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
concrete NounBel of Noun = CatBel ** {
|
concrete NounBel of Noun = CatBel ** {
|
||||||
--lin
|
lin
|
||||||
-- UseN n = n ;
|
UseN n = n ;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -157,7 +157,7 @@ oper mkA : (_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_ : Str) -> A =
|
|||||||
oper Compl = {s : Str; c : Case} ;
|
oper Compl = {s : Str; c : Case} ;
|
||||||
oper noPrep : Compl = {s=""; c=Acc} ;
|
oper noPrep : Compl = {s=""; c=Acc} ;
|
||||||
|
|
||||||
oper CommonNoun = {s : Str} ;
|
oper CommonNoun = Noun ;
|
||||||
oper AdjPhrase = {s : Str} ;
|
oper AdjPhrase = A ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
concrete AdjectiveUkr of Adjective = CatUkr ** {
|
concrete AdjectiveUkr of Adjective = CatUkr ** {
|
||||||
--lin
|
lin
|
||||||
-- PositA a = a ;
|
PositA a = a ;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
concrete NounUkr of Noun = CatUkr ** {
|
concrete NounUkr of Noun = CatUkr ** {
|
||||||
--lin
|
lin
|
||||||
-- UseN n = n ;
|
UseN n = n ;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -160,7 +160,7 @@ oper mkA : (_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_ : Str) -> A =
|
|||||||
oper Compl = {s : Str; c : Case} ;
|
oper Compl = {s : Str; c : Case} ;
|
||||||
oper noPrep : Compl = {s=""; c=Acc} ;
|
oper noPrep : Compl = {s=""; c=Acc} ;
|
||||||
|
|
||||||
oper CommonNoun = {s : Str} ;
|
oper CommonNoun = N ;
|
||||||
oper AdjPhrase = {s : Str} ;
|
oper AdjPhrase = A ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user