mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 01:32:50 -06:00
questions and transfer in shell state
This commit is contained in:
@@ -4,7 +4,6 @@ abstract Noun = Cat ** {
|
||||
DetCN : Det -> CN -> NP ;
|
||||
UsePN : PN -> NP ;
|
||||
UsePron : Pron -> NP ;
|
||||
UsePron2 : Pron -> NP ;
|
||||
|
||||
MkDet : Predet -> Quant -> Num -> Det ;
|
||||
|
||||
@@ -31,9 +30,4 @@ abstract Noun = Cat ** {
|
||||
|
||||
UseN : N -> CN ;
|
||||
|
||||
-- structural
|
||||
|
||||
only_Predet : Predet ;
|
||||
this_Quant : Quant ;
|
||||
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user