mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 01:09:32 -06:00
22 lines
388 B
Plaintext
22 lines
388 B
Plaintext
abstract Demo =
|
|
Noun - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,ApposCN,MassNP,DetNP],
|
|
-- Verb,
|
|
Clause, --
|
|
Adjective - [SentAP,ReflA2],
|
|
Adverb,
|
|
Numeral,
|
|
-- Sentence,
|
|
Question - [QuestVP,QuestSlash],
|
|
---- Relative,
|
|
---- Conjunction,
|
|
Phrase,
|
|
---- Text,
|
|
---- Idiom,
|
|
Structural - [everybody_NP,everything_NP,something_NP],
|
|
Lexicon ** {
|
|
|
|
flags startcat = S ;
|
|
|
|
}
|
|
|