mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 02:02:51 -06:00
factored English uncontracted negation to one constant, ExtraEng.UncNeg : Pol
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
concrete CatEng of Cat = CommonX ** open ResEng, Prelude in {
|
||||
concrete CatEng of Cat = CommonX - [Pol] ** open ResEng, Prelude in {
|
||||
|
||||
flags optimize=all_subs ;
|
||||
|
||||
lincat
|
||||
|
||||
-- exception to CommonX, due to the distinction contracted/uncontracted negation
|
||||
|
||||
Pol = {s : Str ; p : CPolarity} ;
|
||||
|
||||
-- Tensed/Untensed
|
||||
|
||||
S = {s : Str} ;
|
||||
|
||||
Reference in New Issue
Block a user