diff options
| author | aarne <aarne@chalmers.se> | 2014-04-02 21:34:40 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2014-04-02 21:34:40 +0000 |
| commit | cae40d2b0e087d1e635557adc1d62bed37da2bb7 (patch) | |
| tree | 322c6e277ce958a12800eb79c750301c633f5fa4 /examples/app/App.gf | |
| parent | 0a8034c008fec8da01f27c64b6a30d5cb3d68f94 (diff) | |
Android app sources in examples/app - read README for advice
Diffstat (limited to 'examples/app/App.gf')
| -rw-r--r-- | examples/app/App.gf | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/examples/app/App.gf b/examples/app/App.gf new file mode 100644 index 000000000..0760d2f43 --- /dev/null +++ b/examples/app/App.gf @@ -0,0 +1,43 @@ +abstract App = + +-- modules in Grammar, excluding Structural + Tense, + Noun - [PPartNP], -- to be generalized + Adjective, + Numeral, + Conjunction, + Verb [ + UseV,ComplVV,SlashV2a,ComplSlash,UseComp,CompAP,CompNP,CompAdv,CompCN + ], + Adverb, + Phrase, + Sentence, + Question - [ + ComplSlashIP,AdvQVP,AddAdvQVP,QuestQVP + ], + Relative, + Idiom [NP, VP, Cl, Tense, ProgrVP, ExistNP], + + Symbol [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP], ---- why only these? + + Chunk, + +---- Construction, + Extensions [ + CompoundCN,AdAdV,UttAdV,ApposNP, + MkVPI, MkVPS, PredVPS, that_RP, who_RP + ], + Dictionary, + Documentation + + ,Phrasebook + + ** { +flags + startcat=Phr ; + +fun + PhrasePhr : Phrase -> Phr ; + Phrase_Chunk : Phrase -> Chunk ; + +} |
