mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
upgraded resources, esp. romance
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
--# -path=.:../romance:../abstract:../../prelude
|
||||
|
||||
concrete ClauseFre of Clause = CategoriesFre **
|
||||
---- ClauseI with (Rules=RulesFre), (Verbphrase=VerbphraseFre) ;
|
||||
ClauseRomance with (SyntaxRomance=SyntaxFre) ;
|
||||
|
||||
@@ -330,4 +330,9 @@ oper
|
||||
|
||||
negNe = elisNe ; negPas = "pas" ;
|
||||
|
||||
progressiveSats subj vp =
|
||||
mkSatsCopula subj
|
||||
(["en train"] ++ elisDe ++
|
||||
vp.s ! VIInfinit ! (pgen2gen subj.g) ! subj.n ! subj.p) ;
|
||||
|
||||
}
|
||||
|
||||
@@ -153,7 +153,8 @@ oper
|
||||
VFin VFut n p => aller ! Indic Futur n p ;
|
||||
VFin VCondit n p => aller ! Cond n p ;
|
||||
VImper np => aller ! Imper np ;
|
||||
VPart g n => aller ! Part (PPasse g n)
|
||||
VPart g n => aller ! Part (PPasse g n) ;
|
||||
VGer => aller ! Part PPres -- *en* allant
|
||||
} ;
|
||||
|
||||
-- The full conjunction is a table on $VForm$:
|
||||
|
||||
Reference in New Issue
Block a user