mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
make resource
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
--
|
||||
-- The following files are presupposed:
|
||||
|
||||
interface SyntaxRomance = TypesRomance ** open Prelude, (CO=Coordination) in {
|
||||
interface SyntaxRomanceVP = TypesRomance ** open Prelude, (CO=Coordination) in {
|
||||
|
||||
--2 Common Nouns
|
||||
--
|
||||
|
||||
@@ -20,9 +20,9 @@
|
||||
-- implemented. The parameter types are defined in $TypesEng.gf$.
|
||||
|
||||
incomplete concrete VerbphraseRomance of Verbphrase = CategoriesRomance **
|
||||
open Prelude, SyntaxRomance in {
|
||||
open Prelude, SyntaxRomanceVP in {
|
||||
|
||||
flags optimize=all ;
|
||||
flags optimize=all_subs ;
|
||||
|
||||
lin
|
||||
UseV v = predClauseGroup v (complVerb v) ;
|
||||
@@ -54,8 +54,8 @@ incomplete concrete VerbphraseRomance of Verbphrase = CategoriesRomance **
|
||||
RelVP = relVerbPhrase ;
|
||||
IntVP = intVerbPhrase ;
|
||||
|
||||
PosVP tp = predVerbGroup True tp ;
|
||||
NegVP tp = predVerbGroup False tp ;
|
||||
-- PosVP tp = predVerbGroup True tp ;
|
||||
-- NegVP tp = predVerbGroup False tp ;
|
||||
|
||||
AdvVP = adVerbPhrase ;
|
||||
SubjVP = subjunctVerbPhrase ;
|
||||
|
||||
Reference in New Issue
Block a user