mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 01:32:50 -06:00
simple problem tracing
This commit is contained in:
39
lib/resource-1.0/gf/Noun.gf
Normal file
39
lib/resource-1.0/gf/Noun.gf
Normal file
@@ -0,0 +1,39 @@
|
||||
abstract Noun = Cat ** {
|
||||
|
||||
fun
|
||||
DetCN : Det -> CN -> NP ;
|
||||
UsePN : PN -> NP ;
|
||||
UsePron : Pron -> NP ;
|
||||
UsePron2 : Pron -> NP ;
|
||||
|
||||
MkDet : Predet -> Quant -> Num -> Det ;
|
||||
|
||||
PossPronSg, PossPronPl : Pron -> Quant ; --- PossNP not in romance
|
||||
|
||||
NoNum : Num ;
|
||||
NumInt : Int -> Num ;
|
||||
|
||||
NoPredet : Predet ;
|
||||
|
||||
DefSg, DefPl : Quant ;
|
||||
IndefSg, IndefPl : Quant ;
|
||||
|
||||
|
||||
-- Num_Pl ::= Ordinal ;
|
||||
-- Num_Pl ::= Numeral ;
|
||||
|
||||
ComplN2 : N2 -> NP -> CN ;
|
||||
ComplN3 : N3 -> NP -> N2 ;
|
||||
|
||||
AdjCN : AP -> CN -> CN ;
|
||||
SentCN : CN -> S -> CN ;
|
||||
QuestCN : CN -> QS -> CN ;
|
||||
|
||||
UseN : N -> CN ;
|
||||
|
||||
-- structural
|
||||
|
||||
only_Predet : Predet ;
|
||||
this_Quant : Quant ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user