mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-19 08:02:51 -06:00
tensed verb coordination (cat VPS) in English and Scand extra
This commit is contained in:
@@ -13,7 +13,7 @@ abstract Demo =
|
||||
---- Text,
|
||||
---- Idiom,
|
||||
Structural - [everybody_NP,everything_NP,something_NP],
|
||||
Lexicon ** {
|
||||
Lexicon, Tense ** {
|
||||
|
||||
flags startcat = S ;
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ concrete DemoDan of Demo =
|
||||
NumeralDan,
|
||||
QuestionDan,
|
||||
StructuralDan,
|
||||
LexiconDan
|
||||
LexiconDan, TenseX
|
||||
** {
|
||||
|
||||
flags language = da; unlexer = text ; lexer = text ;
|
||||
|
||||
@@ -8,7 +8,7 @@ concrete DemoNor of Demo =
|
||||
NumeralNor,
|
||||
QuestionNor,
|
||||
StructuralNor,
|
||||
LexiconNor
|
||||
LexiconNor, TenseX
|
||||
** {
|
||||
|
||||
flags language = no; unlexer = text ; lexer = text ;
|
||||
|
||||
@@ -8,7 +8,7 @@ concrete DemoSwe of Demo =
|
||||
NumeralSwe,
|
||||
QuestionSwe,
|
||||
StructuralSwe,
|
||||
LexiconSwe
|
||||
LexiconSwe, TenseX
|
||||
** {
|
||||
|
||||
flags language = sv; unlexer = text ; lexer = text ;
|
||||
|
||||
Reference in New Issue
Block a user