mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 00:32:51 -06:00
needed for Sevilla lights
This commit is contained in:
2
lib/resource/abstract/AllResource.gf
Normal file
2
lib/resource/abstract/AllResource.gf
Normal file
@@ -0,0 +1,2 @@
|
||||
abstract AllResource = Rules, Structural ** {} ;
|
||||
|
||||
1
lib/resource/abstract/Resource.gf
Normal file
1
lib/resource/abstract/Resource.gf
Normal file
@@ -0,0 +1 @@
|
||||
interface Resource = reuse AllResource ;
|
||||
@@ -19,6 +19,7 @@ fun
|
||||
|
||||
SymbPN : String -> PN ; -- "x"
|
||||
SymbCN : CN -> String -> CN ; -- "number x"
|
||||
IntCN : CN -> Int -> CN ; -- "number 53"
|
||||
|
||||
IndefOneNP : CN -> NP ; -- "a car", "cars"
|
||||
IndefNumNP : Num -> CN -> NP ; -- "houses", "86 houses"
|
||||
|
||||
@@ -18,6 +18,7 @@ fun
|
||||
-- pronouns "we" and "you".
|
||||
|
||||
EveryDet, WhichDet, AllMassDet, -- every, sg which, sg all
|
||||
HowManyDet, --- should actually be interrogative
|
||||
SomeDet, AnyDet, NoDet, -- sg some, any, no
|
||||
MostDet, MostsDet, ManyDet, MuchDet : Det ; -- sg most, pl most, many, much
|
||||
ThisDet, ThatDet : Det ; -- this, that
|
||||
@@ -31,6 +32,7 @@ fun
|
||||
INP, ThouNP, HeNP, SheNP, ItNP : NP ; -- personal pronouns in singular
|
||||
WeNumNP, YeNumNP : Num -> NP ; -- these pronouns can take numeral
|
||||
TheyNP : NP ; YouNP : NP ; -- they, the polite you
|
||||
TheyFemNP : NP ;
|
||||
|
||||
EverybodyNP, SomebodyNP, NobodyNP, -- everybody, somebody, nobody
|
||||
EverythingNP, SomethingNP, NothingNP : NP ; -- everything, something, nothing
|
||||
|
||||
@@ -6,7 +6,7 @@ fun
|
||||
Big, Happy, Small, Old, Young : ADeg ;
|
||||
American, Finnish : A1 ;
|
||||
Married : A2 ;
|
||||
Man, Woman, Car, House, Light, Bar, Bottle, Wine : N ;
|
||||
Man, Woman, Car, House, Light, Bar, Bottle, Wine, Level : N ;
|
||||
Walk, Run : V ;
|
||||
Send, Wait, Love, Drink, SwitchOn, SwitchOff : V2 ;
|
||||
Give, Prefer : V3 ;
|
||||
|
||||
Reference in New Issue
Block a user