tensed verb coordination (cat VPS) in English and Scand extra

This commit is contained in:
aarne
2009-12-04 14:19:40 +00:00
parent 03ac7006c8
commit e03fd993df
8 changed files with 74 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ abstract Demo =
---- Text,
---- Idiom,
Structural - [everybody_NP,everything_NP,something_NP],
Lexicon ** {
Lexicon, Tense ** {
flags startcat = S ;

View File

@@ -8,7 +8,7 @@ concrete DemoDan of Demo =
NumeralDan,
QuestionDan,
StructuralDan,
LexiconDan
LexiconDan, TenseX
** {
flags language = da; unlexer = text ; lexer = text ;

View File

@@ -8,7 +8,7 @@ concrete DemoNor of Demo =
NumeralNor,
QuestionNor,
StructuralNor,
LexiconNor
LexiconNor, TenseX
** {
flags language = no; unlexer = text ; lexer = text ;

View File

@@ -8,7 +8,7 @@ concrete DemoSwe of Demo =
NumeralSwe,
QuestionSwe,
StructuralSwe,
LexiconSwe
LexiconSwe, TenseX
** {
flags language = sv; unlexer = text ; lexer = text ;