summaryrefslogtreecommitdiff
path: root/next-lib/src/demo/Demo.gf
blob: 2fcb5a3fcf2c4b32ad86bf20937e3a3ff3528c9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 ;

}