Punjabi resource by Shafqat and Humayoun.

This commit is contained in:
aarne
2010-11-24 13:43:53 +00:00
parent fb678fcd6c
commit 35773ccca5
51 changed files with 4829 additions and 27916 deletions

View File

@@ -0,0 +1,39 @@
concrete AdjectivePnb of Adjective = CatPnb ** open ResPnb, Prelude in {
flags coding = utf8;
lin
PositA a = a ;
UseComparA a = a;
ComparA a np = {
s = \\n,g,c => np.s ! NPC Obl ++ "توں" ++ a.s ! n ! g ! c ;
} ;
---- $SuperlA$ belongs to determiner syntax in $Noun$.
ComplA2 a np = {
s = \\n,g,c => np.s ! NPC Obl ++ a.c2 ++ a.s ! n ! g ! c ;
} ;
ReflA2 a = {
s = \\n,g,c => a.s ! n ! g ! c ++ RefPron ++ "نال" ;
} ;
SentAP ap sc = {
s = \\n,g,c => ap.s ! n ! g ! c ++ sc.s ;
} ;
AdAP ada ap = {
s = \\n,g,c => ada.s ++ ap.s ! n ! g ! c ;
} ;
UseA2 a = a ;
CAdvAP cadv ap np = {
s = \\n,g,c => cadv.s ++ ap.s ! n ! g ! c ++ cadv.p ++ np.s ! NPC Dir ;
};
AdjOrd ord = { s = \\_,_,_ => ord.s ; };
}