forked from GitHub/gf-core
refinements-2011-05-19
This commit is contained in:
@@ -86,7 +86,7 @@ incomplete concrete NounHindustani of Noun =
|
||||
} ;
|
||||
|
||||
DefArt = {s = \\_,_,_ => [] ; a = defaultAgr} ;
|
||||
IndefArt = {s = \\_,_,_ => [] ; a =defaultAgr } ;
|
||||
IndefArt = {s = \\n,_,_ => case n of {Sg => indfArt ; Pl => []} ; a =defaultAgr } ;
|
||||
|
||||
MassNP cn = {s = \\c => toNP (cn.s ! Sg) c ; a = agrP3 cn.g Sg} ;
|
||||
|
||||
|
||||
@@ -16,5 +16,6 @@ oper
|
||||
waN = "waN" ;
|
||||
|
||||
comma = "," ;
|
||||
indfArt = "ayk" ;
|
||||
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--# -path=.:../abstract:../common:../prelude:c:/gf_unicoded/hindustani
|
||||
--# -path=.:../abstract:../common:../prelude
|
||||
|
||||
concrete GrammarUrd of Grammar =
|
||||
NounUrd,
|
||||
@@ -11,7 +11,8 @@
|
||||
RelativeUrd,
|
||||
ConjunctionUrd,
|
||||
PhraseUrd,
|
||||
TextX - [Adv,AdN],
|
||||
TextUrd - [Adv,AdN],
|
||||
-- TextX - [Adv,AdN],
|
||||
StructuralUrd,
|
||||
TenseX - [Adv,AdN],
|
||||
IdiomUrd
|
||||
|
||||
@@ -16,5 +16,6 @@ oper
|
||||
waN = "واں" ;
|
||||
|
||||
comma = "," ;
|
||||
indfArt = "ایك" ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user