mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
Latvian extra: added GenCN - similarly as in ExtraFin
This commit is contained in:
@@ -11,6 +11,12 @@ flags
|
|||||||
coding = utf8 ;
|
coding = utf8 ;
|
||||||
|
|
||||||
lin
|
lin
|
||||||
|
-- NP -> CN -> CN ;
|
||||||
|
GenCN np cn = {
|
||||||
|
s = \\d,n,c => np.s ! Gen ++ cn.s ! d ! n ! c ;
|
||||||
|
g = cn.g
|
||||||
|
} ;
|
||||||
|
|
||||||
aiz_Prep = mkPrep "aiz" Gen Dat ;
|
aiz_Prep = mkPrep "aiz" Gen Dat ;
|
||||||
ap_Prep = mkPrep "ap" Acc Dat ;
|
ap_Prep = mkPrep "ap" Acc Dat ;
|
||||||
gar_Prep = mkPrep "gar" Acc Dat ;
|
gar_Prep = mkPrep "gar" Acc Dat ;
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
abstract ExtraLavAbs = Extra ** open ResLav, Prelude in {
|
abstract ExtraLavAbs = Extra ** open ResLav, Prelude in {
|
||||||
fun
|
fun
|
||||||
|
GenCN : NP -> CN -> CN ;
|
||||||
|
|
||||||
aiz_Prep : Prep ;
|
aiz_Prep : Prep ;
|
||||||
ap_Prep : Prep ;
|
ap_Prep : Prep ;
|
||||||
gar_Prep : Prep ;
|
gar_Prep : Prep ;
|
||||||
|
|||||||
Reference in New Issue
Block a user