mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
articles added to Browse
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
--# -path=.:alltenses
|
||||
|
||||
concrete BrowseEng of Browse = CatEng, ConjunctionEng, NumeralEng, LexiconEng, StructuralEng ** open LangEng in {
|
||||
concrete BrowseEng of Browse = CatEng, NumeralEng, LexiconEng, StructuralEng ** open LangEng in {
|
||||
|
||||
lincat ListAdv = LangEng.ListAdv ;
|
||||
lincat ListAP = LangEng.ListAP ;
|
||||
lincat ListNP = LangEng.ListNP ;
|
||||
lincat ListRS = LangEng.ListRS ;
|
||||
lincat ListS = LangEng.ListS ;
|
||||
|
||||
lin mkAP_1 = PositA ;
|
||||
lin mkAP_2 = ComparA ;
|
||||
@@ -298,6 +304,11 @@ lin this_Det_336 = (DetQuant this_Quant NumSg) ;
|
||||
lin those_Det_337 = (DetQuant that_Quant NumPl) ;
|
||||
lin these_Det_338 = (DetQuant this_Quant NumPl) ;
|
||||
|
||||
lin the_Det = DetQuant DefArt NumSg ;
|
||||
lin thePl_Det = DetQuant DefArt NumPl ;
|
||||
lin a_Det = DetQuant IndefArt NumSg ;
|
||||
lin aPl_Det = DetQuant IndefArt NumPl ;
|
||||
|
||||
oper
|
||||
ComplV2 : V2 -> NP -> VP = \v,np -> ComplSlash (SlashV2a v) np ;
|
||||
ComplV2A : V2A -> NP -> AP -> VP = \v,np,ap -> ComplSlash (SlashV2A v ap) np ; --# notminimal
|
||||
|
||||
Reference in New Issue
Block a user